From: Michal Bielicki Date: Mon, 7 Jan 2008 11:48:00 +0000 (+0000) Subject: ingroup is better than group especially on ?buntu X-Git-Tag: v1.0-rc1~777 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44a474a425e5cd777d0bb019b25790e7ac14924;p=thirdparty%2Ffreeswitch.git ingroup is better than group especially on ?buntu git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7123 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/debian/postinst b/debian/postinst index e90ce468a5..3705bf2e70 100755 --- a/debian/postinst +++ b/debian/postinst @@ -24,7 +24,7 @@ case "$1" in if ! getent passwd freeswitch >/dev/null; then adduser --disabled-password --quiet --system \ --home /opt/freeswitch \ - --gecos "FreeSwitch Voice Platform" --group daemon \ + --gecos "FreeSwitch Voice Platform" --ingroup daemon \ freeswitch fi