Package: nis Version: 3.16-2 Severity: important Tags: patch User: [EMAIL PROTECTED] Usertags: incorrect-dependency
When testing dependency based boot sequencing, I discovered a bug in the init.d/nis script. It is missing the provides header in the LSB section, and this confuses the system used to order the boot based on dependency information. This patch should solve the issue. diff -ur nis-3.17.orig/debian/rc.nis nis-3.17/debian/rc.nis --- nis-3.17.orig/debian/rc.nis 2008-01-27 06:39:10.000000000 +0100 +++ nis-3.17/debian/rc.nis 2008-01-27 06:39:58.000000000 +0100 @@ -3,6 +3,7 @@ # /etc/init.d/nis Start NIS (formerly YP) daemons. # ### BEGIN INIT INFO +# Provides: nis # Required-Start: $network $portmap # Required-Stop: $portmap # Default-Start: 2 3 4 5 Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

