[Initscripts-ng-commits] r422 - /trunk/src/insserv/debian/update-bootsystem-insserv

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Jan 2 17:32:09 UTC 2008


Author: pere
Date: Wed Jan  2 17:32:09 2008
New Revision: 422

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=422
Log:
Failing reset is not fatal.

Modified:
    trunk/src/insserv/debian/update-bootsystem-insserv

Modified: trunk/src/insserv/debian/update-bootsystem-insserv
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/update-bootsystem-insserv?rev=422&op=diff
==============================================================================
--- trunk/src/insserv/debian/update-bootsystem-insserv (original)
+++ trunk/src/insserv/debian/update-bootsystem-insserv Wed Jan  2 17:32:09 2008
@@ -58,7 +58,7 @@
     done
 
     # Using postinst directly might mess up the terminal.  Try to recover
-    reset
+    reset || true
 }
 
 # Based on code from dash postinst




More information about the Initscripts-ng-commits mailing list