SOURCES: fnfx.init - changes by Bartosz Swiatek

spider spider at pld-linux.org
Fri Apr 21 14:42:35 CEST 2006


Author: spider                       Date: Fri Apr 21 12:42:35 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- changes by Bartosz Swiatek

---- Files affected:
SOURCES:
   fnfx.init (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/fnfx.init
diff -u SOURCES/fnfx.init:1.1 SOURCES/fnfx.init:1.2
--- SOURCES/fnfx.init:1.1	Sun Oct 10 13:16:42 2004
+++ SOURCES/fnfx.init	Fri Apr 21 14:42:30 2006
@@ -20,18 +20,16 @@
 RETVAL=0
 
 start() {
-	gprintf "Starting up Toshiba function key daemon (fnfxd): "
+	msg_starting "Toshiba function key daemon (fnfxd): "
 	daemon /usr/sbin/fnfxd
 	touch /var/lock/subsys/fnfxd
-	echo
 }
 
 stop() {
-	gprintf "Shutting down Toshiba function key daemon (fnfxd): "
+	msg_stopping "Toshiba function key daemon (fnfxd): "
 	killproc fnfxd
 	RETVAL=$?
 	[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/fnfxd
-	echo
 }
 
 dostatus() {
@@ -67,7 +65,7 @@
 	condrestart
 	;;
   *)
-	gprintf "Usage: $0 {start|stop|status|restart|reload|condrestart}\n"
+	msg_usage "$0 {start|stop|status|restart|reload|condrestart}"
 	exit 1
 esac
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/fnfx.init?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list