diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-04-01 02:13:03 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-04-01 02:13:03 +0000 |
commit | 3772367ac5de8b2e0b97d8b6eccb5bb07de3ae07 (patch) | |
tree | 306c1ac45b1bcb956a572ea561b9ba2339a90999 /sys/conf | |
parent | 1e2fe08f88073d49050dbe33471e39fbb4396ac2 (diff) |
Note to update the macppc tbxi data file for each release.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/newvers.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 8e9d2b41e0a..b1f04bd5e2f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.39 2002/03/22 23:29:28 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.40 2002/04/01 02:13:02 drahn Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -61,6 +61,8 @@ id=`basename ${d}` # VERSION # src/etc/root/root.mail # VERSION and other bits +# src/sys/arch/macppc/stand/tbxidata/bsd.tbxi +# change /X.X/macppc/bsd.rd ost="OpenBSD" osr="3.1" |