summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2010-03-09 20:38:44 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2010-03-09 20:38:44 +0000
commit514938a4a289d0a04a258921ade50ed5c811ccb4 (patch)
treea71d9b5dd2e6fd4613b7fc0954a256aa6ffb7abd /distrib
parent0e88d9a52cab6c61ff3dae7c929cc23b2fad3312 (diff)
use conv=osync when preparing an install tape; ok deraadt@ krw@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/notes/m4.common4
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