diff -u ipsec-tools-0.6.6/debian/racoon.init ipsec-tools-0.6.6/debian/racoon.init --- ipsec-tools-0.6.6/debian/racoon.init +++ ipsec-tools-0.6.6/debian/racoon.init @@ -84,7 +84,7 @@ ;; *) - echo "Usage: $0 (start|stop|reload|force-reload|restart)" >&2 + echo "Usage: $0 {start|stop|reload|force-reload|restart}" >&2 exit 1 esac ;; diff -u ipsec-tools-0.6.6/debian/changelog ipsec-tools-0.6.6/debian/changelog --- ipsec-tools-0.6.6/debian/changelog +++ ipsec-tools-0.6.6/debian/changelog @@ -1,3 +1,9 @@ +ipsec-tools (1:0.6.6-3.1ubuntu3) gutsy; urgency=low + + * fix racoon.init to work with bash_completion (LP: #88153) + + -- Patrick Hetu Tue, 10 Jul 2007 10:59:25 -0400 + ipsec-tools (1:0.6.6-3.1ubuntu2) gutsy; urgency=low * Fix compilation errors with GCC-4.2.