diff options
author | 2010-03-09 20:38:43 +0000 | |
---|---|---|
committer | 2010-03-09 20:38:43 +0000 | |
commit | db2b359822ab09c6e3b45ae8a8356629b1f2cb1d (patch) | |
tree | f68469c379a598649986d7e353ae35c76dadb74c | |
parent | SBus Fibre Channel is supported now. (diff) | |
download | wireguard-openbsd-db2b359822ab09c6e3b45ae8a8356629b1f2cb1d.tar.xz wireguard-openbsd-db2b359822ab09c6e3b45ae8a8356629b1f2cb1d.zip |
use conv=osync when preparing an install tape; ok deraadt@ krw@
-rw-r--r-- | distrib/notes/m4.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 041b00c67e4..49115cf03cb 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.89 2009/10/25 20:56:24 miod Exp $ +dnl $OpenBSD: m4.common,v 1.90 2010/03/09 20:38:43 otto Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -953,7 +953,7 @@ define({:-OpenBSDXferBareTape-:}, mt -f ${TAPE} rewind for file in base etc comp game man misc $1 do - dd if=${file}OSrev.tgz of=${TAPE} obs=8k conv=sync + dd if=${file}OSrev.tgz of=${TAPE} obs=8k conv=osync done tar cf ${TAPE} bsd mt -f ${TAPE} offline |