diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-24 22:12:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-24 22:12:00 +0000 |
commit | aa4ed2592a58c3d62483f260a410963f45396b0c (patch) | |
tree | 072bcd91fe4715061536c8d89a687cf2661ec0b5 /etc | |
parent | f9ace7e84e7594542eb571d2a27489180c7b9f33 (diff) |
make amd use /tmp_mnt by default
Diffstat (limited to 'etc')
-rw-r--r-- | etc/netstart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/netstart b/etc/netstart index 10e3094a879..9225f9efb37 100644 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.21 1997/07/22 10:02:47 provos Exp $ +# $OpenBSD: netstart,v 1.22 1997/07/24 22:11:59 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q @@ -31,7 +31,7 @@ lpd=NO # printing daemons gated_flags= ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc yppasswdd_flags= # "-d /etc/yp" if passwd files is in /etc/yp -amd_dir=/amd # AMD's mount directory +amd_dir=/tmp_mnt # AMD's mount directory amd_master=/etc/amd/master # AMD 'master' map ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering nat_rules=/etc/nat.rules # Rules for Network Address Translation |