From 059bd3198c906410ef5947c3d724434ebb6175ba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 30 Apr 2010 18:33:58 +0200 Subject: [PATCH] Move dummy start target in initscript. --- debian/live-initramfs.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4