Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
- afterinstall
  • Loading branch information
horia committed Mar 21, 2019
1 parent be9baf2 commit 7e5daa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ afterinstall:
|| cp ${BASESYSCONFDIR}/changelist ${BASESYSCONFDIR}/changelist-${RELEASE}
sed -i '/changelist.local/,$$d' ${BASESYSCONFDIR}/changelist
cat ${BASESYSCONFDIR}/changelist.local >> ${BASESYSCONFDIR}/changelist
pfctl -f /etc/pf.conf
rcctl disable check_quotas sndiod
rcctl check unbound || { rcctl enable unbound; rcctl restart unbound; }
mtree -qef ${BASESYSCONFDIR}/mtree/special -p / -U
mtree -qef ${BASESYSCONFDIR}/mtree/special.local -p / -U
Expand Down

0 comments on commit 7e5daa8

Please sign in to comment.