diff options
author | dillon <dillon@FreeBSD.org> | 2001-04-30 20:19:22 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-04-30 20:19:22 +0000 |
commit | fea0eeaf7c49c022ff491e21fc2e4caa216f9d34 (patch) | |
tree | 2f3bffcc707e475f2a54774f022973ee5e7ce075 /share/examples | |
parent | 2cb445f3268ca86d327e0c67c90da5258c968afc (diff) | |
download | FreeBSD-src-fea0eeaf7c49c022ff491e21fc2e4caa216f9d34.zip FreeBSD-src-fea0eeaf7c49c022ff491e21fc2e4caa216f9d34.tar.gz |
Remove a real FQDN host reference from the example
Add $FreeBSD tag
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/diskless/HT.DISKLESS/rc.conf.local | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/examples/diskless/HT.DISKLESS/rc.conf.local b/share/examples/diskless/HT.DISKLESS/rc.conf.local index 16ddd1d..c5a00d5 100644 --- a/share/examples/diskless/HT.DISKLESS/rc.conf.local +++ b/share/examples/diskless/HT.DISKLESS/rc.conf.local @@ -1,6 +1,8 @@ # DISKLESS RC.CONF.LOCAL # # Override system standard /etc/rc.conf +# +# $FreeBSD$ ldconfig_paths="$ldconfig_paths /usr/krb5/lib" ldconfig_paths_aout="$ldconfig_paths_aout /usr/krb5/lib/aout" @@ -23,7 +25,7 @@ sendmail_enable="NO" nfs_client_enable="YES" lpd_enable="YES" ntpdate_enable="YES" -ntpdate_flags="apollo.backplane.com" +ntpdate_flags="apollo" xntpd_enable="YES" if [ -f /etc/ipfw.conf ]; then |