diff options
author | 2000-05-12 06:02:13 +0000 | |
---|---|---|
committer | 2000-05-12 06:02:13 +0000 | |
commit | a2565a4055f0e436f68e63adac4f6d581bdbcad0 (patch) | |
tree | 03d3cbeff8145614909da1c0954304c077b1a450 | |
parent | ipf 3.3.14, fixes an ipnat problem and ip option mishandling, which the bridge code cares about (diff) | |
download | wireguard-openbsd-a2565a4055f0e436f68e63adac4f6d581bdbcad0.tar.xz wireguard-openbsd-a2565a4055f0e436f68e63adac4f6d581bdbcad0.zip |
fix an oopsie; millert
-rw-r--r-- | distrib/miniroot/upgrade.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/upgrade.sh b/distrib/miniroot/upgrade.sh index 8d28b22d0ff..861926c7bff 100644 --- a/distrib/miniroot/upgrade.sh +++ b/distrib/miniroot/upgrade.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: upgrade.sh,v 1.14 2000/04/30 19:39:27 millert Exp $ +# $OpenBSD: upgrade.sh,v 1.15 2000/05/12 06:02:13 deraadt Exp $ # $NetBSD: upgrade.sh,v 1.2.4.5 1996/08/27 18:15:08 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -291,7 +291,7 @@ esac echo "Moving /etc/sendmail.cf -> /etc/mail/sendmail.cf" test -d /mnt/etc/mail || mkdir /mnt/etc/mail mv /mnt/etc/sendmail.cf /mnt/etc/mail/sendmail.cf - ed - /home/millert/foo << \__rc_edit + ed - /mnt/etc/rc << \__rc_edit 1,$s/etc\/sendmail.cf/etc\/mail\/sendmail.cf/g w q |