diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-05 18:18:39 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-05 18:18:39 (GMT) |
commit | de6718e325ed5fdcb2b15cb567732321ecb14790 (patch) | |
tree | 38be8b17b5a48debab24d58543312e29679e4ab0 /abs/core/initscripts/split-hwclock-calls.diff | |
parent | fc539f5d4dfd5c641545ba0442431219f63bcbe3 (diff) | |
download | linhes_pkgbuild-de6718e325ed5fdcb2b15cb567732321ecb14790.zip linhes_pkgbuild-de6718e325ed5fdcb2b15cb567732321ecb14790.tar.gz linhes_pkgbuild-de6718e325ed5fdcb2b15cb567732321ecb14790.tar.bz2 |
initscripts: update to 2014.03.1
Diffstat (limited to 'abs/core/initscripts/split-hwclock-calls.diff')
-rw-r--r-- | abs/core/initscripts/split-hwclock-calls.diff | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/core/initscripts/split-hwclock-calls.diff b/abs/core/initscripts/split-hwclock-calls.diff deleted file mode 100644 index c0a6a4f..0000000 --- a/abs/core/initscripts/split-hwclock-calls.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/rc.sysinit b/rc.sysinit -index eb49e2b..8f9727b 100755 ---- a/rc.sysinit -+++ b/rc.sysinit -@@ -34,7 +34,6 @@ bootlogd -p /run/bootlogd.pid - - run_hook sysinit_start - --HWCLOCK_PARAMS="--systz" - case $HARDWARECLOCK in - "") ;; - UTC) HWCLOCK_PARAMS+=" --utc --noadjfile";; -@@ -54,7 +53,7 @@ if [[ $HWCLOCK_PARAMS ]]; then - - [[ $TIMEZONE ]] && export TZ=$TIMEZONE - -- hwclock $HWCLOCK_PARAMS && stat_done || stat_fail -+ { hwclock $HWCLOCK_PARAMS && hwclock --systz; } && stat_done || stat_fail - - unset TZ - fi |