diff options
author | 2019-04-28 22:49:11 +0000 | |
---|---|---|
committer | 2019-04-28 22:49:11 +0000 | |
commit | e3d835190a1a43e3119c9cc9863eabf0f1c2254a (patch) | |
tree | 7182f5b4d4f5e2bf4a9285925dbadd62819c2433 | |
parent | Removes the KERNEL_LOCK() from bridge(4)'s output fast-path. (diff) | |
download | wireguard-openbsd-e3d835190a1a43e3119c9cc9863eabf0f1c2254a.tar.xz wireguard-openbsd-e3d835190a1a43e3119c9cc9863eabf0f1c2254a.zip |
reduce delta with ../ramdisk/list
-rw-r--r-- | distrib/miniroot/list | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/list b/distrib/miniroot/list index 9a90c67d661..04f59e5fea3 100644 --- a/distrib/miniroot/list +++ b/distrib/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.69 2016/09/17 15:03:39 florian Exp $ +# $OpenBSD: list,v 1.70 2019/04/28 22:49:11 deraadt Exp $ SRCDIRS distrib/special @@ -65,8 +65,8 @@ COPY ${CURDIR}/../miniroot/protocols etc/protocols COPY ${CURDIR}/../miniroot/services etc/services # and the installation scripts -SCRIPT ${CURDIR}/dot.profile .profile -SCRIPT ${CURDIR}/install.sub install.sub +SCRIPT ${CURDIR}/../miniroot/dot.profile .profile +SCRIPT ${CURDIR}/../miniroot/install.sub install.sub SPECIAL chmod 755 install.sub SYMLINK install.sub autoinstall SYMLINK install.sub install |