master
Evgeniy Kozhuhovskiy 20 years ago
parent 33e0e18ed3
commit cf2821ba67

@ -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

@ -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

@ -1,2 +0,0 @@
Patches applied in the Debian version of :
Loading…
Cancel
Save