diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-13 10:20:26 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-13 10:20:26 +0000 |
commit | c365a27c29eb550fe09cbae6c7a71d7341da53d4 (patch) | |
tree | cc374dae312bfd7a9d9aa6747b9ec9db3c8f3a39 | |
parent | 33d9c172420acd31a707403d30c8dd9fd74673d2 (diff) |
kill whitespace at EOL; David Krause
-rw-r--r-- | etc/pf.conf | 6 | ||||
-rw-r--r-- | etc/rc | 6 | ||||
-rw-r--r-- | etc/root/root.mail | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index 22327c79fb5..9126317941a 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -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 @@ -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 diff --git a/etc/root/root.mail b/etc/root/root.mail index a938d9dd216..f53d338dd6b 100644 --- a/etc/root/root.mail +++ b/etc/root/root.mail @@ -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/ |