Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d ntpdate to a multicastclient address doesn't work



details:   https://anonhg.NetBSD.org/src/rev/28900aa28304
branches:  trunk
changeset: 555937:28900aa28304
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Dec 04 18:28:54 2003 +0000

description:
ntpdate to a multicastclient address doesn't work

diffstat:

 etc/rc.d/ntpdate |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r ac8c444b89ca -r 28900aa28304 etc/rc.d/ntpdate
--- a/etc/rc.d/ntpdate  Thu Dec 04 18:25:49 2003 +0000
+++ b/etc/rc.d/ntpdate  Thu Dec 04 18:28:54 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: ntpdate,v 1.14 2003/10/29 19:00:14 fredb Exp $
+# $NetBSD: ntpdate,v 1.15 2003/12/04 18:28:54 drochner Exp $
 #
 
 # PROVIDE: ntpdate
@@ -24,8 +24,6 @@
                                                            print $3
                                                          else
                                                            print $2 }
-                       /^multicastclient$/             { print "224.0.1.1" }
-                       /^multicastclient/              { print $2 }
                ' </etc/ntp.conf`
        fi
        if [ -n "$ntpdate_hosts"  ]; then



Home | Main Index | Thread Index | Old Index