1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-13 04:55:46 +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 ### BEGIN INIT INFO
# Provides: wicd-daemon # Provides: wicd-daemon
# Required-Start: dbus # Required-Start: dbus
# Required-Stop: # Required-Stop: $null
# Default-Start: 3 4 5 # Default-Start: 3 4 5
# Default-Stop: # Default-Stop:
# Description: wicd, a wired and wireless connection manager. # Description: wicd, a wired and wireless connection manager.