diff --git a/src/etc/pf.conf b/src/etc/pf.conf index 22327c79..91263179 100644 --- a/src/etc/pf.conf +++ b/src/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 diff --git a/src/etc/rc b/src/etc/rc index 8c2357c0..0d8e1917 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -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/src/etc/root/root.mail b/src/etc/root/root.mail index a938d9dd..f53d338d 100644 --- a/src/etc/root/root.mail +++ b/src/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/