Browse Source

pflogd_flags; mbing@nfr.net

OPENBSD_3_0
deraadt 23 years ago
parent
commit
b87c669812
2 changed files with 4 additions and 3 deletions
  1. +2
    -2
      src/etc/rc
  2. +2
    -1
      src/etc/rc.conf

+ 2
- 2
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.181 2001/08/22 07:11:17 deraadt Exp $
# $OpenBSD: rc,v 1.182 2001/08/22 16:13:14 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -149,7 +149,7 @@ mount /var >/dev/null 2>&1
if [ "X$pf" != X"NO" ]; then
ifconfig pflog0 up
pflogd
pflogd ${pflogd_flags}
fi
# if there's no /var/db/host.random, make one through /dev/urandom


+ 2
- 1
src/etc/rc.conf View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: rc.conf,v 1.67 2001/08/17 22:00:12 deraadt Exp $
# $OpenBSD: rc.conf,v 1.68 2001/08/22 16:13:14 deraadt Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@ -80,6 +80,7 @@ named_user=named # Named should not run as root unless necessary
named_chroot=/var/named # Where to chroot named if not empty
pf_rules=/etc/pf.conf # Packet filter rules file
nat_rules=/etc/nat.conf # NAT rules file
pflogd_flags= # add more flags, ie. "-s 256"
afs_mount_point=/afs # Mountpoint for AFS
afs_device=/dev/xfs0 # Device used by afsd
afsd_flags=-z # Flags passed to afsd


Loading…
Cancel
Save