Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3ff13a060dfac509fefa548945c7884a > files > 2

ttywatch-0.14-13.fc12.src.rpm

--- ttywatch-0.14/ttywatch.init.orig	2007-09-19 22:26:19.000000000 -0500
+++ ttywatch-0.14/ttywatch.init	2007-09-19 22:29:52.000000000 -0500
@@ -9,6 +9,17 @@
 # pidfile: /var/run/ttywatch.pid
 # config: /etc/ttywatch.conf
 # config: /etc/ttywatch.d/*
+### BEGIN INIT INFO
+# Provides: ttywatch
+# Default-Start: 
+# Default-Stop: 
+# Required-Start: $local_fs
+# Required-Stop: $local_fs
+# Short-Description: The ttywatch device output logging facility
+# Description: The ttywatch device output logging facility
+### END INIT INFO
+
+
 
 
 # Source function library.
@@ -75,9 +86,15 @@ case "$1" in
     reload)
 	reload
 	;;
+    force-reload)
+	reload
+	;;
     condrestart)
 	condrestart
 	;;
+    try-restart)
+	condrestart
+	;;
     *)
 	echo "Usage: ttywatch {start|stop|status|restart|condrestart|reload}"
 	RETVAL=1