packages: ntop/ntop.init - fixed typo
hawk
hawk at pld-linux.org
Mon Feb 28 12:20:45 CET 2011
Author: hawk Date: Mon Feb 28 11:20:45 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed typo
---- Files affected:
packages/ntop:
ntop.init (1.10 -> 1.11)
---- Diffs:
================================================================
Index: packages/ntop/ntop.init
diff -u packages/ntop/ntop.init:1.10 packages/ntop/ntop.init:1.11
--- packages/ntop/ntop.init:1.10 Wed Apr 7 09:08:07 2010
+++ packages/ntop/ntop.init Mon Feb 28 12:20:40 2011
@@ -44,7 +44,7 @@
# Check if the service is already running?
if [ ! -f /var/lock/subsys/ntop ]; then
msg_starting ntop
- daemon --redirdfs /usr/sbin/ntop @/etc/ntop.conf -d -P $NTOP_DIR
+ daemon --redirfds /usr/sbin/ntop @/etc/ntop.conf -d -P $NTOP_DIR
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/ntop
else
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ntop/ntop.init?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list