[Freeswitch-svn] [commit] r6528 - freeswitch/trunk/build

Freeswitch SVN cypromis at freeswitch.org
Wed Dec 5 19:11:07 EST 2007


Author: cypromis
Date: Wed Dec  5 19:11:07 2007
New Revision: 6528

Modified:
   freeswitch/trunk/build/freeswitch.init.redhat

Log:
stupid stupid stupid typos


Modified: freeswitch/trunk/build/freeswitch.init.redhat
==============================================================================
--- freeswitch/trunk/build/freeswitch.init.redhat	(original)
+++ freeswitch/trunk/build/freeswitch.init.redhat	Wed Dec  5 19:11:07 2007
@@ -7,10 +7,10 @@
 #  chkconfig: - 89 14
 #  processname: freeswitch
 #  config: /opt/freeswitch/conf/freeswitch.conf
-#  pidfile: /opt/freeswitch/log/freeswitch/pid
+#  pidfile: /opt/freeswitch/log/freeswitch.pid
 #
 
-
+export PATH=$PATH:/opt/freeswitch/bin
 # Source function library.
 . /etc/init.d/functions
 
@@ -38,7 +38,7 @@
             fi
         fi
 
-        daemon --user $FS_USER --pidfile $pidfile $prog $FREESWITCH_ARGS
+        daemon --user $FS_USER --pidfile $pidfile $prog $FREESWITCH_PARAMS
 	RETVAL=$?
         [ $RETVAL -eq 0 ] && touch $lockfile;
         return $RETVAL



More information about the Freeswitch-svn mailing list