[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force SVN commit: rev 322 - trunk/debian



Author: branden
Date: 2003-07-29 15:47:41 -0500 (Tue, 29 Jul 2003)
New Revision: 322

Modified:
   trunk/debian/changelog
   trunk/debian/xfree86-common.postinst.in
Log:
debian/xfree86-common.postinst.in: don't use $THIS_PACKAGE to construct the
  path to the init script; this confuses lintian, triggering several
  spurious warnings and errors


Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	2003-07-29 20:43:51 UTC (rev 321)
+++ trunk/debian/changelog	2003-07-29 20:47:41 UTC (rev 322)
@@ -42,8 +42,12 @@
   * debian/{xdm,xfs}.{posinst,postrm,prerm}.in: use $THIS_PACKAGE variable to
     drive calls to update-rc.d and invoke-rc.d
 
- -- Branden Robinson <branden@debian.org>  Tue, 29 Jul 2003 15:42:29 -0500
+  * debian/xfree86-common.postinst.in: don't use $THIS_PACKAGE to construct
+    the path to the init script; this confuses lintian, triggering several
+    spurious warnings and errors
 
+ -- Branden Robinson <branden@debian.org>  Tue, 29 Jul 2003 15:46:03 -0500
+
 xfree86 (4.2.1-9) unstable; urgency=high
 
   * urgency due to xterm security fixes; see below

Modified: trunk/debian/xfree86-common.postinst.in
==============================================================================
--- trunk/debian/xfree86-common.postinst.in	2003-07-29 20:43:51 UTC (rev 321)
+++ trunk/debian/xfree86-common.postinst.in	2003-07-29 20:47:41 UTC (rev 322)
@@ -45,7 +45,7 @@
           "/etc/X11/Xsession.d/40xfree86-common_xmodmap.xfree86-common-old."
 fi
 
-if [ -e /etc/init.d/$THIS_PACKAGE ]; then
+if [ -e /etc/init.d/xfree86-common ]; then
   update-rc.d $THIS_PACKAGE start 70 S .
 fi
 



Reply to: