xbps-triggers: typo in daemon gecos
This commit is contained in:
parent
cb209f63e6
commit
4ac917f471
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ run)
|
|||
eval groups="\$${_uname}_groups"
|
||||
[ -z "$homedir" ] && homedir="/"
|
||||
[ -z "$shell" ] && shell="/sbin/nologin"
|
||||
[ -z "$descr" ] && descr="${_uname} unpriviledged user"
|
||||
[ -z "$descr" ] && descr="${_uname} unprivileged user"
|
||||
[ -n "$groups" ] && user_groups="-G $groups"
|
||||
|
||||
group_add ${acct}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-triggers'
|
||||
pkgname=xbps-triggers
|
||||
version=0.84
|
||||
version=0.85
|
||||
revision=1
|
||||
noarch=yes
|
||||
bootstrap=yes
|
||||
|
|
Loading…
Reference in a new issue