SOURCES: pound.init - use -v to pound to see startup errors
glen
glen at pld-linux.org
Tue Jan 15 21:01:16 CET 2008
Author: glen Date: Tue Jan 15 20:01:16 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use -v to pound to see startup errors
---- Files affected:
SOURCES:
pound.init (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SOURCES/pound.init
diff -u SOURCES/pound.init:1.12 SOURCES/pound.init:1.13
--- SOURCES/pound.init:1.12 Tue Sep 11 14:46:40 2007
+++ SOURCES/pound.init Tue Jan 15 21:01:11 2008
@@ -45,7 +45,7 @@
for instance in $POUND_INSTANCES; do
is_up $instance && continue
msg_starting "Pound ($instance)"
- daemon pound -f /etc/pound/$instance.cfg -p /var/run/pound/$instance.pid
+ daemon /usr/sbin/pound -v -f /etc/pound/$instance.cfg -p /var/run/pound/$instance.pid
ret=$?
if [ $RETVAL -eq 0 ]; then
RETVAL=$ret
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pound.init?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list