Package: racoon
Version: 0.6.6-3
Tags: patch
Severity: important

racoon violates Debian policy 9.3.2 (hence marked important):
/etc/init.d/racoon should take a parameter force-reload, but it is
force_reload instead. The usage message is correct, but the behaviour
isn't:

# /etc/init.d/racoon force-reload
Usage: /etc/init.d/racoon (start|stop|reload|force-reload|restart)

This just bit me. Patch below:

--- ipsec-tools-0.6.6.orig/debian/racoon.init   2006-07-27 16:22:35.546168000 
+0100
+++ ipsec-tools-0.6.6/debian/racoon.init        2006-07-27 16:23:29.117168574 
+0100
@@ -74,7 +74,7 @@
                echo "."
                ;;

-         reload|force_reload|restart)
+         reload|force-reload|restart)
                 $0 stop
                $0 start
                ;;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to