diff options
| author | Crist J. Clark <cjc@FreeBSD.org> | 2002-04-21 08:32:35 +0000 |
|---|---|---|
| committer | Crist J. Clark <cjc@FreeBSD.org> | 2002-04-21 08:32:35 +0000 |
| commit | aad6ba1940e0210641ed383bab76192395476504 (patch) | |
| tree | 75e010e6f2d5dc2ee845baf2cd5c36432dbfe52e | |
| parent | 9cc3cb3f28b35777408b7383fd087f0241620598 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/rc.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 459f6d2becb8..ecaa31a9c286 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. |
