SOURCES: noip.init - added status option - show configuration too

blues blues at pld-linux.org
Thu Apr 13 10:54:55 CEST 2006


Author: blues                        Date: Thu Apr 13 08:54:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added status option - show configuration too

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

---- Diffs:

================================================================
Index: SOURCES/noip.init
diff -u SOURCES/noip.init:1.1 SOURCES/noip.init:1.2
--- SOURCES/noip.init:1.1	Mon Jun 20 15:40:10 2005
+++ SOURCES/noip.init	Thu Apr 13 10:54:50 2006
@@ -47,11 +47,12 @@
 	$0 start
 	exit $?
 	;;
-  config)
+  config|status)
   	noip -C
+	noip -S
   	;;
   *)
-	msg_usage "$0 {start|stop|restart|config}"
+	msg_usage "$0 {start|stop|restart|config|status}"
 	exit 3
 	;;
 esac
================================================================

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



More information about the pld-cvs-commit mailing list