summaryrefslogtreecommitdiffstats
path: root/meta/packages/busybox/files/hwclock.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/busybox/files/hwclock.sh')
-rw-r--r--meta/packages/busybox/files/hwclock.sh12
1 files changed, 10 insertions, 2 deletions
diff --git a/meta/packages/busybox/files/hwclock.sh b/meta/packages/busybox/files/hwclock.sh
index 5acfb9fb24..2e50425ba8 100644
--- a/meta/packages/busybox/files/hwclock.sh
+++ b/meta/packages/busybox/files/hwclock.sh
@@ -1,6 +1,14 @@
1#!/bin/sh 1#!/bin/sh
2# hwclock.sh Set system clock to hardware clock, according to the UTC 2### BEGIN INIT INFO
3# setting in /etc/default/rcS (see also rcS(5)). 3# Provides: hwclock
4# Required-Start:
5# Required-Stop: $local_fs
6# Default-Start: S
7# Default-Stop: 0 6
8# Short-Description: Set system clock
9# Description: Set system clock to hardware clock, according to the UTC
10# setting in /etc/default/rcS (see also rcS(5)).
11### END INIT INFO
4# 12#
5# WARNING: If your hardware clock is not in UTC/GMT, this script 13# WARNING: If your hardware clock is not in UTC/GMT, this script
6# must know the local time zone. This information is 14# must know the local time zone. This information is