=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/etc/rc.conf 1997/12/01 08:31:36 1.5 --- src/etc/rc.conf 1997/12/15 10:47:24 1.6 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.5 1997/12/01 08:31:36 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags=-q --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.6 1997/12/15 10:47:24 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags=-q *************** *** 34,40 **** # only used if the appropriate server is marked YES above 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 nfsd_flags="-tun 4" # Crank the 4 for a busy fileserver amd_dir=/tmp_mnt # AMD's mount directory amd_master=/etc/amd/master # AMD 'master' map --- 34,40 ---- # only used if the appropriate server is marked YES above gated_flags= ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc ! yppasswdd_flags= # "-d /etc/yp" if passwd files are in /etc/yp nfsd_flags="-tun 4" # Crank the 4 for a busy fileserver amd_dir=/tmp_mnt # AMD's mount directory amd_master=/etc/amd/master # AMD 'master' map