summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-05-06 17:36:16 +0000
committerandreas <andreas@FreeBSD.org>1998-05-06 17:36:16 +0000
commite10a5f74a6efe338dfa04bb9c20fe530a588a3ea (patch)
tree373a493a7d0e5ba6da5971cd7937905c19e7dfee /etc
parente222e3b54169aa5a9c000b71c515d86e997adffb (diff)
downloadFreeBSD-src-e10a5f74a6efe338dfa04bb9c20fe530a588a3ea.zip
FreeBSD-src-e10a5f74a6efe338dfa04bb9c20fe530a588a3ea.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr6
-rw-r--r--etc/rc.conf6
-rw-r--r--etc/rc.d/netoptions6
-rw-r--r--etc/rc.d/network16
-rw-r--r--etc/rc.d/network26
-rw-r--r--etc/rc.d/network36
-rw-r--r--etc/rc.d/routing6
-rw-r--r--etc/rc.network6
8 files changed, 24 insertions, 24 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 214efd2..4f22a9a 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -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
diff --git a/etc/rc.conf b/etc/rc.conf
index c179685..aebe94c 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.48 1998/05/04 05:26:46 peter Exp $
+# $Id: rc.conf,v 1.49 1998/05/05 21:14:27 andreas Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -78,10 +78,10 @@ xtend_flags="" # Flags to xtend (if enabled).
timed_enable="NO" # Run the time daemon (or NO).
timed_flags="" # Flags to timed (if enabled).
ntpdate_enable="NO" # Run the ntpdate to sync time (or NO).
-ntpdate_prog="ntpdate" # path to ntpdate, if you want a different one.
+ntpdate_program="ntpdate" # path to ntpdate, if you want a different one.
ntpdate_flags="" # Flags to ntpdate (if enabled).
xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO).
-xntpd_prog="xntpd" # path to xntpd, if you want a different one.
+xntpd_program="xntpd" # path to xntpd, if you want a different one.
xntpd_flags="" # Flags to xntpd (if enabled).
tickadj_enable="NO" # Run tickadj (or NO).
tickadj_flags="-Aq" # Flags to tickadj (if enabled).
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index 214efd2..4f22a9a 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -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
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index 214efd2..4f22a9a 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -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
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2
index 214efd2..4f22a9a 100644
--- a/etc/rc.d/network2
+++ b/etc/rc.d/network2
@@ -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
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index 214efd2..4f22a9a 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -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
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index 214efd2..4f22a9a 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -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
diff --git a/etc/rc.network b/etc/rc.network
index 214efd2..4f22a9a 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
OpenPOWER on IntegriCloud