diff options
| author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-05-12 10:50:46 +0000 |
|---|---|---|
| committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-05-12 10:50:46 +0000 |
| commit | b5d6d28e627202c82a3abc7f9e1afc91663bd467 (patch) | |
| tree | 334982733d94ee70ed20ba42f0ed27e9b7787242 | |
| parent | fd9cfd28fd713c16f1b3f484017f59df03e2cae1 (diff) | |
Notes
| -rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index aebe94c2539a8..85ab1971752d2 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.49 1998/05/05 21:14:27 andreas Exp $ +# $Id: rc.conf,v 1.50 1998/05/06 17:36:15 andreas Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -82,7 +82,7 @@ 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_program="xntpd" # path to xntpd, if you want a different one. -xntpd_flags="" # Flags to xntpd (if enabled). +xntpd_flags="-p /var/run/xntpd.pid" # Flags to xntpd (if enabled). tickadj_enable="NO" # Run tickadj (or NO). tickadj_flags="-Aq" # Flags to tickadj (if enabled). |
