]> git.pld-linux.org Git - packages/dibbler.git/commitdiff
- final
authorsardzent <sardzent@pld-linux.org>
Sun, 23 Jan 2005 15:22:14 +0000 (15:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dibbler.init -> 1.4

dibbler.init

index 435ce88a32fcb0b3b5aa5cbe4cbc7d77f0a38b43..a8328f237df9d876b9974830c84614036cc760f7 100644 (file)
@@ -1,7 +1,8 @@
 #!/bin/sh
-#      Dibbler server
-#
-# processname: dibbler
+# 
+# dibbler      DHCPv6 Server
+# chkconfig:   345 93 11
+# description: portable DHCPv6
 # pidfile:     /var/run/dibbler.pid
 # config:      /var/lib/dibbler/server.conf
 
@@ -12,6 +13,7 @@
 # Get network config
 . /etc/sysconfig/network
 
+#[ -f /etc/sysconfig/dibbler ] && . /etc/sysconfig/dibbler
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
        if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
@@ -54,7 +56,7 @@ case "$1" in
   status)
        dibbler-server status
        ;;
-  reload|restart)
+  reload|restart|force-restart)
        $0 stop
        $0 start
        ;;
This page took 0.09624 seconds and 4 git commands to generate.