Opened 3 years ago

Closed 3 years ago

#122 closed defect (fixed)

debian init script broken ( s/kill -n /kill -s / )

Reported by: photon Owned by: victor
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 Changed 3 years ago by tigerp

  • Milestone changed from undecided to 0.8
  • Resolution set to fixed
  • Status changed from new to closed

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.

Note: See TracTickets for help on using tickets.