aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.network
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-05-06 17:36:16 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-05-06 17:36:16 +0000
commit90f94d55c1daf486f49203d88bcf298eb7499b65 (patch)
treece47af9fa41e0b520db65907bb3e917d7742c4b5 /etc/rc.network
parent86e0adfea1802a6b5848f5a0ad2b255e82bdd5e2 (diff)
downloadsrc-90f94d55c1daf486f49203d88bcf298eb7499b65.tar.gz
src-90f94d55c1daf486f49203d88bcf298eb7499b65.zip
Overlooked, that newer naming convention is xxx_program instead of xxx_prog.
So changed it to ntpdate_program and xntpd_program. Backout last change, now we have again named_program, sorry.
Notes
Notes: svn path=/head/; revision=35787
Diffstat (limited to 'etc/rc.network')
-rw-r--r--etc/rc.network6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.network b/etc/rc.network
index 214efd27c43a..4f22a9a1096a 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.23 1998/04/26 06:32:13 phk Exp $
+# $Id: rc.network,v 1.24 1998/05/05 21:14:27 andreas Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -160,11 +160,11 @@ network_pass2() {
fi
if [ "X${ntpdate_enable}" = X"YES" ]; then
- echo -n ' ntpdate'; ${ntpdate_prog} ${ntpdate_flags} >/dev/null 2>&1
+ echo -n ' ntpdate'; ${ntpdate_program} ${ntpdate_flags} >/dev/null 2>&1
fi
if [ "X${xntpd_enable}" = X"YES" ]; then
- echo -n ' xntpd'; ${xntpd_prog} ${xntpd_flags}
+ echo -n ' xntpd'; ${xntpd_program} ${xntpd_flags}
fi
if [ "X${timed_enable}" = X"YES" ]; then