[Debootloaders-devel] r235 - in /trunk/silo/debian: changelog postinst
jurij at alioth.debian.org
jurij at alioth.debian.org
Sat Jan 30 14:34:14 UTC 2010
Author: jurij
Date: Sat Jan 30 14:34:11 2010
New Revision: 235
URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=235
Log:
Set -e in postinst to abort on errors (lintian warning).
Modified:
trunk/silo/debian/changelog
trunk/silo/debian/postinst
Modified: trunk/silo/debian/changelog
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/changelog?rev=235&op=diff
==============================================================================
--- trunk/silo/debian/changelog (original)
+++ trunk/silo/debian/changelog Sat Jan 30 14:34:11 2010
@@ -19,6 +19,7 @@
(lintian warning).
* Call siloconfig without explicit path in postinst
(lintian warning).
+ * Set -e in postinst to abort on errors (lintian warning).
-- Jurij Smakov <jurij at debian.org> Sat, 30 Jan 2010 13:37:25 +0000
Modified: trunk/silo/debian/postinst
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/postinst?rev=235&op=diff
==============================================================================
--- trunk/silo/debian/postinst (original)
+++ trunk/silo/debian/postinst Sat Jan 30 14:34:11 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
siloconfig
#DEBHELPER#
More information about the Debootloaders-devel
mailing list