Package: openswan Version: 2.1.1-1 Severity: important Tags: patch User: [email protected] Usertags: incorrect-dependency
The current init.d scripts in openswan have a typo in the LSB header, making failed to be recognized. This patch fixes the problem. Setting severity important because fixing these header were a lenny release goal, and hopefully will be a squeeze release goal as well. diff -u openswan-2.6.22+dfsg/programs/setup/setup.in openswan-2.6.22+dfsg/programs/setup/setup.in --- openswan-2.6.22+dfsg/programs/setup/setup.in +++ openswan-2.6.22+dfsg/programs/setup/setup.in @@ -1,7 +1,7 @@ #!/bin/sh # IPsec startup and shutdown script # -#### BEGIN INIT INFO +### BEGIN INIT INFO # Provides: openswan # Required-Start: $network $syslog $named # Required-Stop: $syslog Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

