[Fai-commit] r3961 - trunk/lib
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Fri Sep 15 10:02:06 UTC 2006
Author: lange
Date: 2006-09-15 10:02:06 +0000 (Fri, 15 Sep 2006)
New Revision: 3961
Modified:
trunk/lib/subroutines
Log:
remove -v from ntpdate
Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines 2006-09-15 10:01:42 UTC (rev 3960)
+++ trunk/lib/subroutines 2006-09-15 10:02:06 UTC (rev 3961)
@@ -213,7 +213,7 @@
if [ $do_init_tasks -eq 1 ] ; then
# set the system time and date using rdate or/and ntpdate
[ "$TIMESRVS_1" ] && rdate $TIMESRVS_1
- [ "$NTPSRVS_1" ] && ntpdate -b -v $NTPSRVS
+ [ "$NTPSRVS_1" ] && ntpdate -b $NTPSRVS
[ "$flag_createvt" ] && {
# create two virtual terminals; acces via alt-F2 and alt-F3
echo "Press ctrl-c to interrupt FAI and to get a shell"
More information about the Fai-commit
mailing list