aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-09-04 11:59:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-09-04 12:14:17 +0000
commit9d2e5c3a9e4c6e2b402b75b8ff5bc98b046f9020 (patch)
treed22fd36a20b2703d51197a5dc991a3a76f324e02 /main/freeswitch/freeswitch.pre-install
parentb15e3ec7f29a21ecd911a2c9c9723819fd433d5a (diff)
downloadaports-9d2e5c3a9e4c6e2b402b75b8ff5bc98b046f9020.tar.bz2
aports-9d2e5c3a9e4c6e2b402b75b8ff5bc98b046f9020.tar.xz
main/freeswitch: add --host/--build and use /sbin/nologin as shell
we need to download and unpack sources for 3rd party libs so we can update config.sub for those.
Diffstat (limited to 'main/freeswitch/freeswitch.pre-install')
-rwxr-xr-xmain/freeswitch/freeswitch.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.pre-install b/main/freeswitch/freeswitch.pre-install
index 043b963bbd..88dcc895bb 100755
--- a/main/freeswitch/freeswitch.pre-install
+++ b/main/freeswitch/freeswitch.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-adduser -H -h /var/run/freeswitch -s /bin/false -D freeswitch 2>/dev/null
+adduser -H -h /var/run/freeswitch -s /sbin/nologin -D freeswitch 2>/dev/null
exit 0