diff options
author | jkh <jkh@FreeBSD.org> | 1996-03-06 03:59:15 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-03-06 03:59:15 +0000 |
commit | f4d1562bc5f69802916a989684b30c5a19da3df0 (patch) | |
tree | f833c9a40f9e44bce4b1bec2629fd0b0151a652f | |
parent | 050a20a86ac5218a14ebd1f50d358bf3b60545ef (diff) | |
download | FreeBSD-src-f4d1562bc5f69802916a989684b30c5a19da3df0.zip FreeBSD-src-f4d1562bc5f69802916a989684b30c5a19da3df0.tar.gz |
Correct a typo in the sample AMD flags.
-rw-r--r-- | etc/sysconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index 45e532c..764d8f5 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $Id: sysconfig,v 1.38 1996/02/24 22:13:06 wpaul Exp $ +# $Id: sysconfig,v 1.39 1996/02/28 17:04:43 adam Exp $ ######################### Start Of Local Configuration Section ########### @@ -147,7 +147,7 @@ sendmail_flags="-bd -q30m" # provides a reasonable default, using the sample amd.map config file from the # /usr/src/etc directory. amdflags="NO" -#amdflags="a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map" +#amdflags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map" # Set to YES if this machine will be an NFS client nfs_client=NO |