diff options
author | 2012-10-17 17:59:41 +0000 | |
---|---|---|
committer | 2012-10-17 17:59:41 +0000 | |
commit | 40a08db146155dbf0da93bdd92b64f4a222b489a (patch) | |
tree | 723dcd50a157195601b74b92e85b87b697721d30 | |
parent | rename field msg -> evp. (diff) | |
download | wireguard-openbsd-40a08db146155dbf0da93bdd92b64f4a222b489a.tar.xz wireguard-openbsd-40a08db146155dbf0da93bdd92b64f4a222b489a.zip |
adjust comment explaining what the files are for
-rw-r--r-- | distrib/vax/ramdisk/list.local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/ramdisk/list.local b/distrib/vax/ramdisk/list.local index f5341eb2cba..cb0f20f6ed5 100644 --- a/distrib/vax/ramdisk/list.local +++ b/distrib/vax/ramdisk/list.local @@ -1,4 +1,4 @@ -# $OpenBSD: list.local,v 1.1 2010/10/18 04:08:32 deraadt Exp $ +# $OpenBSD: list.local,v 1.2 2012/10/17 17:59:41 deraadt Exp $ # $NetBSD: list,v 1.2.4.2 1996/06/26 19:25:00 pk Exp $ # extras @@ -12,7 +12,7 @@ SYMLINK /tmp var/tmp SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV SPECIAL cd dev; sh MAKEDEV ramdisk -# copy and link first stage boot code +# for disklabel(8) -B COPY ${DESTDIR}/usr/mdec/xxboot usr/mdec/xxboot LINK usr/mdec/xxboot usr/mdec/hpboot LINK usr/mdec/xxboot usr/mdec/raboot |