From c6e9a2218f11401f50e2a8a8523b3ff61aba6826 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 23 Nov 2009 20:39:29 +0100 Subject: [PATCH] If ~buildd.bootscript is executeable, run it instead of running buildd-watcher on clean boot with delete-on-boot --- modules/buildd/files/cron.d-dsa-buildd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buildd/files/cron.d-dsa-buildd b/modules/buildd/files/cron.d-dsa-buildd index 9deb39f3..bf9b1228 100644 --- a/modules/buildd/files/cron.d-dsa-buildd +++ b/modules/buildd/files/cron.d-dsa-buildd @@ -1 +1 @@ -@reboot buildd [ -f ~buildd/NO-DAEMON-PLEASE ] && grep 'delete-on-boot' ~buildd/NO-DAEMON-PLEASE > /dev/null && rm -f ~buildd/NO-DAEMON-PLEASE && buildd-watcher +@reboot buildd [ -f ~buildd/NO-DAEMON-PLEASE ] && grep 'delete-on-boot' ~buildd/NO-DAEMON-PLEASE > /dev/null && rm -f ~buildd/NO-DAEMON-PLEASE && if [ -x ~buildd/.bootscript ]; then ~buildd/.bootscript; else buildd-watcher; fi -- 2.39.2