[Freeswitch-svn] [commit] r7123 - freeswitch/trunk/debian
Freeswitch SVN
cypromis at freeswitch.org
Mon Jan 7 06:48:00 EST 2008
Author: cypromis
Date: Mon Jan 7 06:48:00 2008
New Revision: 7123
Modified:
freeswitch/trunk/debian/postinst
Log:
ingroup is better than group especially on ?buntu
Modified: freeswitch/trunk/debian/postinst
==============================================================================
--- freeswitch/trunk/debian/postinst (original)
+++ freeswitch/trunk/debian/postinst Mon Jan 7 06:48:00 2008
@@ -24,7 +24,7 @@
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
More information about the Freeswitch-svn
mailing list