Opened 11 years ago
Closed 11 years ago
#122 closed defect (fixed)
debian init script broken ( s/kill -n /kill -s / )
Reported by: | photon | Owned by: | Victor Julien |
---|---|---|---|
Priority: | major | Milestone: | 0.8 |
Component: | vuurmuur | Version: | 0.7 |
Keywords: | Cc: |
Description
in the latest debian 'unstable' vuurmuur package (0.7+debian-2) in the file /etc/init.d/vuurmuur there is a typo in the execution of 'kill'.
what is 'kill -n ' should probably be 'kill -s ' ( line {106,117} )
some machines ignore this silently (probably as they try to interpret 'n' as a signal) while others complain and refuse to restart vuurmuur.
it appears to be a copy/paste bug from the lines above ;)
Change History (1)
comment:1 by , 11 years ago
Milestone: | undecided → 0.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is also reported in the bugtracker of debian And it is fixed in r328 for the comming 0.8 release and r329 in the main trunk.