summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-08-05 08:10:07 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-08-05 08:10:07 +0000
commitccc92cc9aa804868eb2f684d6a2a27b797526eb0 (patch)
tree6a97c5af6264c3f9b9520b2dd827941f7f5813d8 /etc/rc
parentf6015e59c50e95257c1cbc8f705d2f0ba0cfeb0f (diff)
Use 10 X's for sheeer, raving, paranoia
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index c270a15a09f..19a7a5f514d 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.103 1999/08/05 08:04:25 millert Exp $
+# $OpenBSD: rc,v 1.104 1999/08/05 08:10:06 millert Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -301,7 +301,7 @@ fi
if [ ! -f /etc/motd ]; then
install -c -o root -g wheel -m 664 /dev/null /etc/motd
fi
-T=`mktemp /tmp/_motd.XXXXXX`
+T=`mktemp /tmp/_motd.XXXXXXXXXX`
if [ $? -ne 0 ]; then
sysctl -n kern.version | sed 1q > $T
echo "" >> $T