From 10047bcce5d9cff210376cab350c73e723dd96df356f852902705798ad4ceb6f Mon Sep 17 00:00:00 2001 From: Peter Poeml Date: Mon, 15 Sep 2008 09:45:25 +0000 Subject: [PATCH] fix init script's lsb headers OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=33 --- stunnel.changes | 5 +++++ stunnel.rc | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/stunnel.changes b/stunnel.changes index 124ffba..34661d3 100644 --- a/stunnel.changes +++ b/stunnel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 15 11:44:47 CEST 2008 - poeml@suse.de + +- fix init script's LSB headers + ------------------------------------------------------------------- Tue Feb 5 15:42:28 CET 2008 - poeml@suse.de diff --git a/stunnel.rc b/stunnel.rc index f6a8fbc..2cc6859 100644 --- a/stunnel.rc +++ b/stunnel.rc @@ -14,9 +14,9 @@ ### BEGIN INIT INFO # Provides: stunnel # Required-Start: $local_fs $remote_fs $network -# X-UnitedLinux-Should-Start: $named $syslog $time -# Required-Stop: -# X-UnitedLinux-Should-Stop: +# Should-Start: $named $syslog $time +# Required-Stop: $local_fs $remote_fs $network +# Should-Stop: $named $syslog $time # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: stunnel (universal SSL tunnel)