SOURCES: shout.init s/smartd/shout
pascalek
pascalek at pld-linux.org
Thu Feb 15 20:57:50 CET 2007
Author: pascalek Date: Thu Feb 15 19:57:50 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
s/smartd/shout
---- Files affected:
SOURCES:
shout.init (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SOURCES/shout.init
diff -u SOURCES/shout.init:1.12 SOURCES/shout.init:1.13
--- SOURCES/shout.init:1.12 Thu Dec 8 02:02:49 2005
+++ SOURCES/shout.init Thu Feb 15 20:57:45 2007
@@ -31,7 +31,7 @@
case "$1" in
start)
# Check if the service is already running?
- if [ ! -f /var/lock/subsys/smartd ]; then
+ if [ ! -f /var/lock/subsys/shout ]; then
# Start daemons.
msg_starting shout
# daemon --user icecast -s /bin/sh 'shout -z -r -t -3'
@@ -50,13 +50,13 @@
fi
;;
stop)
- if [ -f /var/lock/subsys/smartd ]; then
+ if [ -f /var/lock/subsys/shout ]; then
# Stop daemons.
msg_stopping shout
killproc shout 2> /dev/null
rm -f /var/lock/subsys/shout
else
- msg_not_running smartd
+ msg_not_running shout
fi
;;
restart|force-reload)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/shout.init?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list