[Freeswitch-svn] [commit] r6425 - freeswitch/trunk/debian

Freeswitch SVN cypromis at freeswitch.org
Wed Nov 28 20:05:33 EST 2007


Author: cypromis
Date: Wed Nov 28 20:05:33 2007
New Revision: 6425

Modified:
   freeswitch/trunk/debian/freeswitch.postinst

Log:
typo :(


Modified: freeswitch/trunk/debian/freeswitch.postinst
==============================================================================
--- freeswitch/trunk/debian/freeswitch.postinst	(original)
+++ freeswitch/trunk/debian/freeswitch.postinst	Wed Nov 28 20:05:33 2007
@@ -21,7 +21,7 @@
 
 case "$1" in
 	configure)
-		if ! getent passwd openfire >/dev/null; then
+		if ! getent passwd freeswitch >/dev/null; then
 			adduser --disabled-password  --quiet --system \
 			--home /opt/freeswitch \
 			--gecos "FreeSwitch Voice Platform" --group daemon



More information about the Freeswitch-svn mailing list