summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-04-15 14:12:58 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-04-15 14:12:58 +0200
commit077b2d08c2783349674631eed4ef3c51e1ef39b9 (patch)
tree043d4d2a91008cb9456c03cb9e293dc2424df956 /build.sh
parentb9a966b4f7ae6e438565912b964c726b126a1454 (diff)
downloadOpenBSD-firewall-077b2d08c2783349674631eed4ef3c51e1ef39b9.tar.gz
OpenBSD-firewall-077b2d08c2783349674631eed4ef3c51e1ef39b9.tar.bz2
updated to OpenBSD 6.3
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 8056816..f288de8 100755
--- a/build.sh
+++ b/build.sh
@@ -186,6 +186,7 @@ cp -R /usr/sbin/arp $MOUNTPOINT/usr/sbin/.
cp -R /usr/sbin/bgpctl $MOUNTPOINT/usr/sbin/.
cp -R /usr/sbin/bgpd $MOUNTPOINT/usr/sbin/.
cp -R /usr/sbin/cron $MOUNTPOINT/usr/sbin/.
+cp -R /usr/sbin/config $MOUNTPOINT/usr/sbin/.
cp -R /usr/sbin/dev_mkdb $MOUNTPOINT/usr/sbin/.
cp -R /usr/sbin/dhcrelay $MOUNTPOINT/usr/sbin/.
cp -R /usr/sbin/dig $MOUNTPOINT/usr/sbin/.
@@ -242,6 +243,8 @@ if test -f /usr/local/bin/wol; then
fi
cp -R /usr/bin/zcat $MOUNTPOINT/usr/bin/.
+cp -R /sbin/disklabel $MOUNTPOINT/usr/sbin/.
+
echo "Installing additional files."
# authentication plugins (needed for logging into the machine)