[Pkg-sysvinit-commits] r1389 - sysvinit/trunk/debian

Petter Reinholdtsen pere at alioth.debian.org
Wed Jul 8 18:36:45 UTC 2009


Author: pere
Date: 2009-07-08 18:36:43 +0000 (Wed, 08 Jul 2009)
New Revision: 1389

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
Change symlink from /bin/pidof to /sbin/killall5 from relative to
absolute, to get rid of lintian message.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-08 17:24:54 UTC (rev 1388)
+++ sysvinit/trunk/debian/changelog	2009-07-08 18:36:43 UTC (rev 1389)
@@ -48,6 +48,8 @@
     loaded in the initrd.  Patch from Bill Nottingham and Fedora.
   * Use set -e in initscripts.preinst to exit on errors and get rid
     of a lintian error.
+  * Change symlink from /bin/pidof to /sbin/killall5 from relative to
+    absolute, to get rid of lintian message.
 
  -- Petter Reinholdtsen <pere at debian.org>  Wed, 01 Jul 2009 20:04:20 +0200
 

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-07-08 17:24:54 UTC (rev 1388)
+++ sysvinit/trunk/debian/rules	2009-07-08 18:36:43 UTC (rev 1389)
@@ -163,7 +163,7 @@
 	strip -s -R .comment $(tmp)/sbin/sulogin
 	strip -s -R .comment $(tmp)/usr/bin/last
 	strip -s -R .comment $(tmp)/usr/bin/mesg
-	ln -sf ../sbin/killall5 $(tmp)/bin/pidof
+	ln -sf /sbin/killall5 $(tmp)/bin/pidof
 	ln -sf last $(tmp)/usr/bin/lastb
 	install -o root -g root -m 644 man/killall5.8 $(tmp)/usr/share/man/man8
 	install -o root -g root -m 644 man/sulogin.8 $(tmp)/usr/share/man/man8




More information about the Pkg-sysvinit-commits mailing list