This commit is contained in:
Evgeniy Kozhuhovskiy 2005-04-07 22:10:29 +00:00
parent 33e0e18ed3
commit cf2821ba67
5 changed files with 2 additions and 4 deletions

View File

View File

View File

@ -1,7 +1,7 @@
# Automatically added by dh_installinit
if [ -x "/etc/init.d/bforce" ]; then
update-rc.d bforce defaults >/dev/null
if [ -x /usr/sbin/invoke-rc.d ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d bforce start || exit 0
else
/etc/init.d/bforce start || exit 0

View File

@ -1,6 +1,6 @@
# Automatically added by dh_installinit
if [ -x "/etc/init.d/bforce" ]; then
if [ -x /usr/sbin/invoke-rc.d ] ; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d bforce stop || exit 0
else
/etc/init.d/bforce stop || exit 0

View File

@ -1,2 +0,0 @@
Patches applied in the Debian version of :