From: Brian West Date: Mon, 16 Feb 2009 18:12:31 +0000 (+0000) Subject: fix adduser in debian (FSBUILD-122, FSBUILD-102) X-Git-Tag: v1.0.3~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104c99ea850e1f0dee3deb418efbd56432d7cca9;p=thirdparty%2Ffreeswitch.git fix adduser in debian (FSBUILD-122, FSBUILD-102) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12060 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/debian/postinst b/debian/postinst index 06886485bc..1d26c2a499 100755 --- a/debian/postinst +++ b/debian/postinst @@ -25,8 +25,8 @@ case "$1" in adduser --disabled-password --quiet --system \ --home /opt/freeswitch \ --gecos "FreeSwitch Voice Platform" --ingroup daemon \ - --add_extra_groups audio \ freeswitch + adduser freeswitch audio fi mkdir -p /opt/freeswitch