[SCM] live-initramfs branch, debian-next, updated. debian/1.177.2-1-18-g059bd31

Daniel Baumann daniel at debian.org
Fri Apr 30 16:39:38 UTC 2010


The following commit has been merged in the debian-next branch:
commit 059bd3198c906410ef5947c3d724434ebb6175ba
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Apr 30 18:33:58 2010 +0200

    Move dummy start target in initscript.

diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init
index d924535..618607c 100644
--- a/debian/live-initramfs.init
+++ b/debian/live-initramfs.init
@@ -177,11 +177,11 @@ do_stop ()
 }
 
 case "${1}" in
-	start|restart|reload|force-reload|status)
+	restart|reload|force-reload|status)
 		[ "${VERBOSE}" != no ] && log_end_msg 0
 		;;
 
-	stop)
+	start|stop)
 		log_begin_msg "${NAME} is resyncing snapshots and caching reboot files..."
 		do_stop
 

-- 
live-initramfs



More information about the debian-live-changes mailing list