aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-03-28 19:06:05 +0200
committerTom Gundersen <teg@jklm.no>2011-03-30 16:32:53 +0200
commit29a29c75e68bedd0b47d70de1e8eac83ffe23a13 (patch)
tree68685be6eed74ae2f7e320cc548431f04d3ee2a2 /install.sh
parente9b658239f45d858ff7b30b46441b8733d20f151 (diff)
downloadinitscripts-29a29c75e68bedd0b47d70de1e8eac83ffe23a13.tar.xz
Make hwclock --adjust as well as --systohc optional (FS#13684)
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 2b2cbbc..8e6c3d7 100755
--- a/install.sh
+++ b/install.sh
@@ -15,7 +15,7 @@ done
install -D -m755 adjtime.cron ${DESTDIR}/etc/cron.hourly/adjtime
install -D -m644 functions ${DESTDIR}/etc/rc.d/functions || exit 1
-for i in network netfs; do
+for i in hwclock network netfs; do
install -D -m755 $i ${DESTDIR}/etc/rc.d/$i || exit 1
done