]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
LSB compliance
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 17 Sep 2006 13:35:56 +0000 (13:35 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 17 Sep 2006 13:35:56 +0000 (13:35 +0000)
svn-id: @7761

rc.d/init.d/allowlogin
rc.d/init.d/network
rc.d/init.d/random
rc.d/init.d/timezone

index cc0b655ee1236066c73881ec26ace426859c43ed..26b9721632303e28d8f00d3b8a06892b5e73d1f1 100644 (file)
@@ -30,7 +30,7 @@ case "$1" in
        ;;
   *)
        echo "Usage: $0 {start|stop}"
-       exit 1
+       exit 3
 esac
 
 exit 0
index b12be86e25c1d1d1ace922af7a80391cdfc05b0e..91bf4d905c32fc92ec266bc3b4595dc1fe39bf13 100644 (file)
@@ -287,7 +287,7 @@ case "$1" in
        ;;
   *)
        echo "Usage: $0 {start|stop|restart|status}"
-       exit 1
+       exit 3
 esac
 
 exit 0
index e52b862cef871393438c0fa63398c23ad7510531..9f1a8fac521b1c0d92234bbc7028c96f38d20081 100644 (file)
@@ -61,7 +61,7 @@ case "$1" in
        # do not advertise unreasonable commands that there is no reason
        # to use with this device
        echo "Usage: random {start|stop|status|restart|reload}"
-       exit 1
+       exit 3
 esac
 
 exit 0
index efbc410a0ff68cee6acdb8e7e741761b98a57a55..7b49be51f7bac7877786287f7e164025ca0e673a 100644 (file)
@@ -54,7 +54,7 @@ case "$1" in
        ;;
   *)
        echo "Usage: $0 {start|stop|restart|reload}"
-       exit 1
+       exit 3
 esac
 
 unset ZONE_FILE ZONE_INFO_DIR ZONE_INFO_SCHEME ZONE_INFO_AREA TIME_ZONE MESSAGE
This page took 0.189574 seconds and 4 git commands to generate.