Revision: 5931 http://ipcop.svn.sourceforge.net/ipcop/?rev=5931&view=rev Author: owes Date: 2011-10-12 08:46:54 +0000 (Wed, 12 Oct 2011) Log Message: ----------- Fix 'integer expression expected' bash warning.
Modified Paths: -------------- ipcop/trunk/src/rc.d/rc.pulsardsl ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 Modified: ipcop/trunk/src/rc.d/rc.pulsardsl =================================================================== --- ipcop/trunk/src/rc.d/rc.pulsardsl 2011-10-12 07:14:09 UTC (rev 5930) +++ ipcop/trunk/src/rc.d/rc.pulsardsl 2011-10-12 08:46:54 UTC (rev 5931) @@ -29,7 +29,7 @@ DEBUG="on" msg() { - if [ "$DEBUG" -eq "on" ] ; then + if [ "$DEBUG" = "on" ] ; then /usr/bin/logger -t red "Pulsar DSL: $*" fi echo "$*" Modified: ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 =================================================================== --- ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 2011-10-12 07:14:09 UTC (rev 5930) +++ ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 2011-10-12 08:46:54 UTC (rev 5931) @@ -1,5 +1,6 @@ ## please place IPCop files first, then packages sorted by alphabetical order /etc/rc.d/rc.eagleusbadsl +/etc/rc.d/rc.pulsardsl /home/httpd/cgi-bin/email.cgi /home/httpd/cgi-bin/index.cgi /home/httpd/cgi-bin/logsummary.cgi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn