Browse Source

kill whitespace at EOL; David Krause

OPENBSD_3_3
henning 21 years ago
parent
commit
36e2191245
3 changed files with 7 additions and 7 deletions
  1. +3
    -3
      src/etc/pf.conf
  2. +3
    -3
      src/etc/rc
  3. +1
    -1
      src/etc/root/root.mail

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

@ -1,8 +1,8 @@
# $OpenBSD: pf.conf,v 1.8 2002/11/24 19:56:45 pb Exp $
# $OpenBSD: pf.conf,v 1.9 2002/12/13 10:20:25 henning Exp $
#
# See pf.conf(5) for syntax and examples
# General order: options, scrub rules, NAT/rdr, and filter rules.
# Note that NAT is first match while packet filters are last match,
# Note that NAT is first match while packet filters are last match,
#
ext_if="ext0" # replace with actual external interface name i.e., dc0
internal_net="10.1.1.1/8"
@ -28,7 +28,7 @@ external_addr="192.168.1.1"
# pass in all
# pass out all
# block all incoming packets but allow ssh, pass all outgoing tcp and udp
# block all incoming packets but allow ssh, pass all outgoing tcp and udp
# connections and keep state
# log blocked packets


+ 3
- 3
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.209 2002/11/23 18:29:21 deraadt Exp $
# $OpenBSD: rc,v 1.210 2002/12/13 10:20:25 henning Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -335,9 +335,9 @@ echo clearing /tmp
# create Unix sockets directories for X if needed and make sure they have
# correct permissions
if [ -d /usr/X11R6/lib ]; then
if [ -d /usr/X11R6/lib ]; then
for d in /tmp/.X11-unix /tmp/.ICE-unix ; do
if [ -d $d ]; then
if [ -d $d ]; then
if [ `ls -ld $d | cut -d' ' -f4` != root ]; then
chown root $d
fi


+ 1
- 1
src/etc/root/root.mail View File

@ -952,7 +952,7 @@ something you need missing.
zsh-4.0.6-static.tgz zsh-4.0.6.tgz
zsh-4.1.0dev5-static.tgz zsh-4.1.0dev5.tgz
zsh-zftp-4.0.6.tgz zsh-zftp-4.1.0dev5.tgz
zsnes-1.36.tgz
zsnes-1.36.tgz
These and many other packages are also available via ftp at
ftp://ftp.openbsd.org/pub/OpenBSD/3.2/packages/


Loading…
Cancel
Save