Browse Source

replace two misleading ie. with e.g.; from Jan Stary

OPENBSD_4_8
jmc 14 years ago
parent
commit
b68b287545
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/rc.conf

+ 3
- 3
src/etc/rc.conf View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: rc.conf,v 1.138 2010/07/27 08:37:33 martinh Exp $
# $OpenBSD: rc.conf,v 1.139 2010/07/29 13:55:48 jmc Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
ldpd_flags=NO # for normal use: ""
@ -97,11 +97,11 @@ ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc
yppasswdd_flags=NO # "-d /etc/yp" if passwd files are in /etc/yp
nfsd_flags="-tun 4" # Crank the 4 for a busy NFS fileserver
amd_master=/etc/amd/master # AMD 'master' map
syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log"
syslogd_flags= # add more flags, e.g. "-u -a /chroot/dev/log"
pf_rules=/etc/pf.conf # Packet filter rules file
ipsec_rules=/etc/ipsec.conf # IPsec rules file
bt_rules=/etc/bt.conf # Bluetooth rules file
pflogd_flags= # add more flags, ie. "-s 256"
pflogd_flags= # add more flags, e.g. "-s 256"
afsd_flags= # Flags passed to afsd
shlib_dirs= # extra directories for ldconfig, separated
# by space


Loading…
Cancel
Save