[Debian-live-changes] r951 - in dists/trunk/live-helper: doc functions

Daniel Baumann daniel at alioth.debian.org
Fri Apr 6 07:10:13 UTC 2007


Author: daniel
Date: 2007-04-06 07:10:13 +0000 (Fri, 06 Apr 2007)
New Revision: 951

Modified:
   dists/trunk/live-helper/doc/ChangeLog
   dists/trunk/live-helper/functions/lockfile.sh
Log:


Modified: dists/trunk/live-helper/doc/ChangeLog
===================================================================
--- dists/trunk/live-helper/doc/ChangeLog	2007-04-06 06:43:14 UTC (rev 950)
+++ dists/trunk/live-helper/doc/ChangeLog	2007-04-06 07:10:13 UTC (rev 951)
@@ -1,3 +1,8 @@
+2007-04-06  Daniel Baumann  <daniel at debian.org>
+
+	* functions/lockfile.sh:
+	  - Added additional signals to the trap.
+
 2007-04-05  Daniel Baumann  <daniel at debian.org>
 
 	* helpers/lh_binary_grub, templates/grub/menu.lst:

Modified: dists/trunk/live-helper/functions/lockfile.sh
===================================================================
--- dists/trunk/live-helper/functions/lockfile.sh	2007-04-06 06:43:14 UTC (rev 950)
+++ dists/trunk/live-helper/functions/lockfile.sh	2007-04-06 07:10:13 UTC (rev 951)
@@ -33,7 +33,7 @@
 	fi
 
 	# Creating lock trap
-	trap "test -f ${FILE} && rm -f ${FILE}; exit 0" 0 2 15
+	trap "test -f ${FILE} && rm -f ${FILE}; exit 0" 0 1 2 3 9 15
 
 	# Creating lock file
 	touch "${FILE}"




More information about the Debian-live-changes mailing list