1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-08 06:44:20 +01:00

Set the "Required-Stop" field in the openSUSE initscript to $null to get the OBS to stop complaining.

This commit is contained in:
Andrew Psaltis
2009-04-20 01:02:20 -04:00
parent 2f14b3d5f0
commit 62a6bb6748

View File

@@ -3,7 +3,7 @@
### BEGIN INIT INFO
# Provides: wicd-daemon
# Required-Start: dbus
# Required-Stop:
# Required-Stop: $null
# Default-Start: 3 4 5
# Default-Stop:
# Description: wicd, a wired and wireless connection manager.