From 8499da7f6b721d9d57a2637c9fa10469d51e0c08 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 3 Jul 2008 15:27:51 +0000 Subject: busybox: add init script depends git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4808 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/busybox/files/hwclock.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'meta/packages/busybox/files/hwclock.sh') diff --git a/meta/packages/busybox/files/hwclock.sh b/meta/packages/busybox/files/hwclock.sh index 5acfb9fb2..2e50425ba 100644 --- a/meta/packages/busybox/files/hwclock.sh +++ b/meta/packages/busybox/files/hwclock.sh @@ -1,6 +1,14 @@ #!/bin/sh -# hwclock.sh Set system clock to hardware clock, according to the UTC -# setting in /etc/default/rcS (see also rcS(5)). +### BEGIN INIT INFO +# Provides: hwclock +# Required-Start: +# Required-Stop: $local_fs +# Default-Start: S +# Default-Stop: 0 6 +# Short-Description: Set system clock +# Description: Set system clock to hardware clock, according to the UTC +# setting in /etc/default/rcS (see also rcS(5)). +### END INIT INFO # # WARNING: If your hardware clock is not in UTC/GMT, this script # must know the local time zone. This information is -- cgit v1.2.3