Package: ipsec-tools
Version: 1:0.6.7-1.1
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following:
- debian/racoon.init:
- Use {} instead of () in usage (bash_completion).
We thought you might be interested in doing the same.
See https://bugs.launchpad.net/ubuntu/+source/ipsec-tools/+bug/88153 for
more information.
-- System Information:
Debian Release: lenny/sid
APT prefers hardy-updates
APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500,
'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-14-server (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u ipsec-tools-0.6.7/debian/racoon.init
ipsec-tools-0.6.7/debian/racoon.init
--- ipsec-tools-0.6.7/debian/racoon.init
+++ ipsec-tools-0.6.7/debian/racoon.init
@@ -80,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
;;