From 62a6bb6748f2ace0cf77f51671330f25077294c5 Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Mon, 20 Apr 2009 01:02:20 -0400 Subject: [PATCH] Set the "Required-Stop" field in the openSUSE initscript to $null to get the OBS to stop complaining. --- in/init=suse=wicd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in/init=suse=wicd.in b/in/init=suse=wicd.in index 2dec20d..96e4934 100755 --- a/in/init=suse=wicd.in +++ b/in/init=suse=wicd.in @@ -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.