Add 8.4 - Build iana-etc

This commit is contained in:
Aditya 2023-01-10 14:48:22 +05:30
parent 2c927a545b
commit 9c42f1d377
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#1/bin/bash
cd /sources
tar xf iana-etc-20220812.tar.gz
cd iana-etc-20220812
cp services protocols /etc

View file

@ -589,3 +589,9 @@ then
stop_script "chapter8/8.3-man-pages.sh"
fi
# Chapter 8.4
# ===========
echo "Building iana-etc"
su -c "bash $SCRIPT/chapter8/8.4-iana-etc.sh"