From: Vincent Bernat Date: Tue, 18 Aug 2009 12:05:52 +0000 (+0200) Subject: Fix LSB header in provided Debian init.d script. X-Git-Tag: 0.5.0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=586952454aeeb5f9b87be550386e2614769a2ecd;p=thirdparty%2Flldpd.git Fix LSB header in provided Debian init.d script. Thanks to a patch from Petter Reinholdtsen: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542161 --- diff --git a/debian/lldpd.init.d b/debian/lldpd.init.d index 3ece7f1e..306d21a8 100644 --- a/debian/lldpd.init.d +++ b/debian/lldpd.init.d @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: skeleton -# Required-Start: $remote_fs $network -# Required-Stop: $network $remote_fs +# Provides: lldpd +# Required-Start: $remote_fs $network $syslog +# Required-Stop: $network $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: LLDP daemon