Package: util-linux
Version: 2.12r-3
hwclockfirst.sh can't perform by Syntax error.
# dash /etc/init.d/hwclockfirst.sh start
/etc/init.d/hwclockfirst.sh: 27: Syntax error: Bad function name
# bash /etc/init.d/hwclockfirst.sh start
Usage: hwclockfirst.sh {start|stop|reload|force-reload|show}
start sets kernel (system) clock from hardware (RTC) clock
stop and reload set hardware (RTC) clock from kernel (system) clock
--- hwclockfirst.sh.orig
+++ hwclockfirst.sh
@@ -24,8 +24,6 @@
# as machine hardware clock type for Alphas.
HWCLOCKPARS=
-hwclockfirst.sh()
-{
[ ! -x /sbin/hwclock ] && return 0
. /etc/default/rcS
@@ -153,6 +151,3 @@
return 1
;;
esac
-}
-
-hwclockfirst.sh
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]