Skip to content

Commit

Permalink
Clean up LSB values in the init script.
Browse files Browse the repository at this point in the history
The LSB values now match what the rules file uses to install the init
script.

Only stop bearwall when entering single user mode. Prevents firewall
being fully open for a brief period on machine shutdown.
  • Loading branch information
gizmoguy committed May 2, 2013
1 parent f4fb81e commit 0618c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions init.d
@@ -1,10 +1,10 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: firewall
# Provides: bearwall
# Required-Start: $remote_fs $syslog $network
# Required-Stop: $remote_fs $syslog $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Default-Start: S
# Default-Stop: 1
# Short-Description: Bearwall Firewall
# Description: This script starts a firewall generated by the
# Bearwall (aka Perry's Firewall Script).
Expand Down
2 changes: 1 addition & 1 deletion rules
Expand Up @@ -65,7 +65,7 @@ binary-indep: build install
dh_installdocs
dh_installexamples
dh_installmenu
dh_installinit -- start 39 S . stop 36 0 6 .
dh_installinit -- start 39 S . stop 36 1 .
dh_installcron
dh_installman
dh_installinfo
Expand Down

0 comments on commit 0618c1e

Please sign in to comment.