Opened 12 years ago
Closed 12 years ago
#134 closed enhancement (worksforme)
Initscript problem with Debian
Reported by: | Sentico | Owned by: | Victor Julien |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | vuurmuur | Version: | |
Keywords: | init, debian | Cc: |
Description
With the release of Debian Squeeze the Debian team changed their handling of the init system to Dependency Based Boot as described at: http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot
Because of this the init script provided in the Debian package on the Vuurmuur server results in the following error:
insserv: warning: script ‘vuurmuur’ missing LSB tags and overrides
The Ubuntu team therefore changed the init script they provide by adding the following lines to it:
### BEGIN INIT INFO # Provides: vuurmuur # Required-Start: $syslog $network $local_fs # Required-Stop: $syslog $network $local_fs # Should-Start: # Should-Stop: # Default-Start: 1 2 3 4 5 # Default-Stop: 0 6 # Short-Description: Starts the Vuurmuur Firewall. # Description: Vuurmuur is a middle-end and frontend for netfilter. ### END INIT INFO
Is it possible to add this also to the Debian package provided by the Vuurmuur team? It should not break anything on other systems because everything is in comment and helps prevent errors on Debian installations.
Thanks Sentico. In our trunk we already have this, see: http://www.vuurmuur.org/trac/browser/trunk/vuurmuur/debian/vuurmuur.init
(future) builds of the svn should thus work fine.