diff options
author | 2002-04-30 07:22:56 +0000 | |
---|---|---|
committer | 2002-04-30 07:22:56 +0000 | |
commit | 6e0f60815e7a5e9e8056b40639c127b43a3c6d69 (patch) | |
tree | 9d1bb69d4060dd9652295caadf94f150589022e8 | |
parent | use scsictl, not scsictl(8); closes pr/2577. (diff) | |
download | wireguard-openbsd-6e0f60815e7a5e9e8056b40639c127b43a3c6d69.tar.xz wireguard-openbsd-6e0f60815e7a5e9e8056b40639c127b43a3c6d69.zip |
oops, typo
-rw-r--r-- | distrib/miniroot/list | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/distrib/miniroot/list b/distrib/miniroot/list index 83fe897692c..03a97dbe208 100644 --- a/distrib/miniroot/list +++ b/distrib/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.29 2002/04/30 01:31:20 deraadt Exp $ +# $OpenBSD: list,v 1.30 2002/04/30 07:22:56 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -53,8 +53,8 @@ COPY ${CURDIR}/../miniroot/protocols etc/protocols COPY ${CURDIR}/../miniroot/services etc/services # and the installation scripts -SPECIAL ${CURDIR}/dot.profile .profile -SPECIAL ${CURDIR}/upgrade.sh upgrade -SPECIAL ${CURDIR}/install.sh install -SPECIAL ${CURDIR}/install.sub install.sub +SCRIPT ${CURDIR}/dot.profile .profile +SCRIPT ${CURDIR}/upgrade.sh upgrade +SCRIPT ${CURDIR}/install.sh install +SCRIPT ${CURDIR}/install.sub install.sub SPECIAL chmod 755 install upgrade |