xbps-triggers: typo in daemon gecos

This commit is contained in:
Christian Neukirchen 2014-09-25 16:52:48 +02:00
parent cb209f63e6
commit 4ac917f471
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ run)
eval groups="\$${_uname}_groups" eval groups="\$${_uname}_groups"
[ -z "$homedir" ] && homedir="/" [ -z "$homedir" ] && homedir="/"
[ -z "$shell" ] && shell="/sbin/nologin" [ -z "$shell" ] && shell="/sbin/nologin"
[ -z "$descr" ] && descr="${_uname} unpriviledged user" [ -z "$descr" ] && descr="${_uname} unprivileged user"
[ -n "$groups" ] && user_groups="-G $groups" [ -n "$groups" ] && user_groups="-G $groups"
group_add ${acct} group_add ${acct}

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-triggers' # Template file for 'xbps-triggers'
pkgname=xbps-triggers pkgname=xbps-triggers
version=0.84 version=0.85
revision=1 revision=1
noarch=yes noarch=yes
bootstrap=yes bootstrap=yes