summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-23 13:09:57 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-23 13:09:57 +0200
commit606542d339c3148002e3505d18ce2174f9a3ac99 (patch)
tree6de9d5581a2ec1da12eb0ab626712e99ac261552 /build.sh
parenta0725c29ffa8db69f95df5f7923018508bf6657f (diff)
downloadOpenBSD-firewall-606542d339c3148002e3505d18ce2174f9a3ac99.tar.gz
OpenBSD-firewall-606542d339c3148002e3505d18ce2174f9a3ac99.tar.bz2
added termcap, updated bug list
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 36ab6ee..aa05248 100755
--- a/build.sh
+++ b/build.sh
@@ -275,6 +275,7 @@ cp -R template/etc/group $MOUNTPOINT/etc/.
cp -R template/etc/master.passwd $MOUNTPOINT/etc/.
cp -R template/etc/gettytab $MOUNTPOINT/etc/.
cp -R template/etc/ttys $MOUNTPOINT/etc/.
+cp -R template/etc/termcap $MOUNTPOINT/etc/.
cp -R template/etc/pf.os $MOUNTPOINT/etc/.
cp -R template/etc/syslog.conf $MOUNTPOINT/etc/.
cp -R template/etc/resolv.conf $MOUNTPOINT/etc/.