From a727d971f3dffc98bae043b69a95e02d3ab3eb88 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 22 Jul 2009 15:13:40 -0400 Subject: Fix example upstart system start script It was trying to write the log message way too early, before the root filesystem was mounted. --- NEWS | 2 +- data/ck-log-system-start | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1dbdd42..6a7c190 100644 --- a/NEWS +++ b/NEWS @@ -16,7 +16,7 @@ Version 0.3.1 * compile warning fixes (Matthias Clasen) * fix doc xml validation errors (William Jon McCann) * fix doc generation when srcdir != builddir (Ray Strode) - * add example upstart events for logging (William Jon McCann) + * add example upstart events for logging (William Jon McCann, Ray Strode) * fix ChangeLog generation script to work with git-log moved to libexecdir (Ray Strode) ============== diff --git a/data/ck-log-system-start b/data/ck-log-system-start index 2088265..e27907b 100644 --- a/data/ck-log-system-start +++ b/data/ck-log-system-start @@ -2,7 +2,7 @@ # ck-log-system-start - write system start to log # -start on startup +start on stopped rcS console output exec /usr/sbin/ck-log-system-start -- cgit