[Freeswitch-svn] [commit] r12060 - freeswitch/trunk/debian
FreeSWITCH SVN
brian at freeswitch.org
Mon Feb 16 10:12:31 PST 2009
Author: brian
Date: Mon Feb 16 12:12:31 2009
New Revision: 12060
Log:
fix adduser in debian (FSBUILD-122, FSBUILD-102)
Modified:
freeswitch/trunk/debian/postinst
Modified: freeswitch/trunk/debian/postinst
==============================================================================
--- freeswitch/trunk/debian/postinst (original)
+++ freeswitch/trunk/debian/postinst Mon Feb 16 12:12:31 2009
@@ -25,8 +25,8 @@
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
More information about the Freeswitch-svn
mailing list