[Pkg-sysvinit-commits] r1388 - in sysvinit/trunk/debian: . initscripts

Petter Reinholdtsen pere at alioth.debian.org
Wed Jul 8 17:24:55 UTC 2009


Author: pere
Date: 2009-07-08 17:24:54 +0000 (Wed, 08 Jul 2009)
New Revision: 1388

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/preinst
Log:
Use set -e in initscripts.preinst to exit on errors and get rid
of a lintian error.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-08 15:31:10 UTC (rev 1387)
+++ sysvinit/trunk/debian/changelog	2009-07-08 17:24:54 UTC (rev 1388)
@@ -46,6 +46,8 @@
     as login shells.  Dale R. Worley and Fedora.
   * Modify 40_selinux patch to avoid aborting if a SE policy is already
     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.
 
  -- Petter Reinholdtsen <pere at debian.org>  Wed, 01 Jul 2009 20:04:20 +0200
 

Modified: sysvinit/trunk/debian/initscripts/preinst
===================================================================
--- sysvinit/trunk/debian/initscripts/preinst	2009-07-08 15:31:10 UTC (rev 1387)
+++ sysvinit/trunk/debian/initscripts/preinst	2009-07-08 17:24:54 UTC (rev 1388)
@@ -3,6 +3,7 @@
 # initscripts preinst
 #
 
+set -e
 
 # Remove a no-longer used conffile
 #




More information about the Pkg-sysvinit-commits mailing list