]> git.meshlink.io Git - catta/commitdiff
* Fix the archlinux avahi-dnsconfd init script
authorTrent Lloyd <lathiat@bur.st>
Wed, 24 Aug 2005 07:41:33 +0000 (07:41 +0000)
committerTrent Lloyd <lathiat@bur.st>
Wed, 24 Aug 2005 07:41:33 +0000 (07:41 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@435 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

initscript/archlinux/avahi-dnsconfd.in

index 5bfbcbfec9549a41ed8fce8053c5937dbe7f75c5..780b48b64904cebd866729ea15b0d84afd4a7753 100755 (executable)
@@ -66,7 +66,8 @@ case "$1" in
             stat_fail
         else
             stat_done
-        endif
+        fi
+        ;;
     *)
         echo "usage: $0 {start|stop|restart|reload}"
        ;;