summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorcjc <cjc@FreeBSD.org>2002-04-21 08:32:35 +0000
committercjc <cjc@FreeBSD.org>2002-04-21 08:32:35 +0000
commit129b6e13819f1bb69561f57e6861fa1b7c40c3f4 (patch)
tree75e010e6f2d5dc2ee845baf2cd5c36432dbfe52e /etc/defaults
parent4cae6668fff16e42116472d3e89954cd378aa941 (diff)
downloadFreeBSD-src-129b6e13819f1bb69561f57e6861fa1b7c40c3f4.zip
FreeBSD-src-129b6e13819f1bb69561f57e6861fa1b7c40c3f4.tar.gz
Consistently use full pathnames for files, especially executables.
PR: conf/37292 Submitted by: Helge Oldach <send-pr@oldach.net> MFC after: 3 days
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 459f6d2..ecaa31a 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -126,7 +126,7 @@ inetd_flags="-wW" # Optional flags to inetd
# details.
#
named_enable="NO" # Run named, the DNS server (or NO).
-named_program="named" # path to named, if you want a different one.
+named_program="/usr/sbin/named" # path to named, if you want a different one.
named_flags="-u bind -g bind" # Flags for named
#
@@ -182,10 +182,10 @@ keyserv_flags="" # Flags to keyserv (if enabled).
timed_enable="NO" # Run the time daemon (or NO).
timed_flags="" # Flags to timed (if enabled).
ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO).
-ntpdate_program="ntpdate" # path to ntpdate, if you want a different one.
+ntpdate_program="/usr/sbin/ntpdate" # path to ntpdate, if you want a different one.
ntpdate_flags="-b" # Flags to ntpdate (if enabled).
xntpd_enable="NO" # Run ntpd Network Time Protocol (or NO).
-xntpd_program="ntpd" # path to ntpd, if you want a different one.
+xntpd_program="/usr/sbin/ntpd" # path to ntpd, if you want a different one.
xntpd_flags="-p /var/run/ntpd.pid" # Flags to ntpd (if enabled).
# Network Information Services (NIS) options: All need portmap_enable="YES" ###
@@ -205,7 +205,7 @@ defaultrouter="NO" # Set to default gateway (or NO).
static_routes="" # Set to static route list (or leave empty).
gateway_enable="NO" # Set to YES if this host will be a gateway.
router_enable="NO" # Set to YES to enable a routing daemon.
-router="routed" # Name of routing daemon to use if enabled.
+router="/sbin/routed" # Name of routing daemon to use if enabled.
router_flags="-q" # Flags for routing daemon.
mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf).
mrouted_flags="" # Flags for multicast routing daemon.
OpenPOWER on IntegriCloud