[Freeswitch-svn] [commit] r7122 - freeswitch/trunk/debian
Freeswitch SVN
cypromis at freeswitch.org
Mon Jan 7 06:26:15 EST 2008
Author: cypromis
Date: Mon Jan 7 06:26:15 2008
New Revision: 7122
Modified:
freeswitch/trunk/debian/postinst
Log:
leaving out the user parameter is not very healthy
Modified: freeswitch/trunk/debian/postinst
==============================================================================
--- freeswitch/trunk/debian/postinst (original)
+++ freeswitch/trunk/debian/postinst Mon Jan 7 06:26:15 2008
@@ -24,7 +24,8 @@
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" --group daemon \
+ freeswitch
fi
mkdir -p /opt/freeswitch
More information about the Freeswitch-svn
mailing list