diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 11:57:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 11:57:57 +0000 |
commit | 0b31829504e96b25408e8bcb76de74658be0b7c5 (patch) | |
tree | 14b3051ce2a5ee72ebd54ad50776fff0d64a00c5 /main/ez-ipupdate/ez-ipupdate.pre-install | |
parent | 42ca5e8dfef8110f607fc3b8cd958fdf6c377fac (diff) | |
download | aports-0b31829504e96b25408e8bcb76de74658be0b7c5.tar.bz2 aports-0b31829504e96b25408e8bcb76de74658be0b7c5.tar.xz |
main/ez-ipupdate: use /sbin/nologin as shell
Diffstat (limited to 'main/ez-ipupdate/ez-ipupdate.pre-install')
-rw-r--r-- | main/ez-ipupdate/ez-ipupdate.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ez-ipupdate/ez-ipupdate.pre-install b/main/ez-ipupdate/ez-ipupdate.pre-install index a8d0c4791c..7c1ea477f7 100644 --- a/main/ez-ipupdate/ez-ipupdate.pre-install +++ b/main/ez-ipupdate/ez-ipupdate.pre-install @@ -1,5 +1,5 @@ #!/bin/sh -adduser -h /var/lib/ez-ipupdate -s /bin/false -D ipupdate 2>/dev/null +adduser -h /var/lib/ez-ipupdate -s /sbin/nologin -D ipupdate 2>/dev/null exit 0 |