diff options
author | Renato Botelho <renato@netgate.com> | 2015-11-18 10:06:08 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-11-18 10:06:08 -0200 |
commit | 1f6845f84f6219801df6b38df36527108db06001 (patch) | |
tree | 196d4a4b112b1b2410fcf40f6ccf6af88dcd25a0 /tools | |
parent | 147ab4fd2db98a755157b62f5bc565606e0b4c17 (diff) | |
download | pfsense-1f6845f84f6219801df6b38df36527108db06001.zip pfsense-1f6845f84f6219801df6b38df36527108db06001.tar.gz |
At least /boot/loader.rc has schg, make sure to remove it before upgrade. Ticket #5448
Diffstat (limited to 'tools')
-rw-r--r-- | tools/templates/core_pkg/base-nanobsd/metadir/+INSTALL | 1 | ||||
-rw-r--r-- | tools/templates/core_pkg/base/metadir/+INSTALL | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/templates/core_pkg/base-nanobsd/metadir/+INSTALL b/tools/templates/core_pkg/base-nanobsd/metadir/+INSTALL index 82aeafc..d86a758 100644 --- a/tools/templates/core_pkg/base-nanobsd/metadir/+INSTALL +++ b/tools/templates/core_pkg/base-nanobsd/metadir/+INSTALL @@ -13,6 +13,7 @@ echo "===> Removing schg flag from base files" # Cleanup schg flags chflags -R noschg \ + /boot \ /bin \ /sbin \ /usr/bin \ diff --git a/tools/templates/core_pkg/base/metadir/+INSTALL b/tools/templates/core_pkg/base/metadir/+INSTALL index 82aeafc..d86a758 100644 --- a/tools/templates/core_pkg/base/metadir/+INSTALL +++ b/tools/templates/core_pkg/base/metadir/+INSTALL @@ -13,6 +13,7 @@ echo "===> Removing schg flag from base files" # Cleanup schg flags chflags -R noschg \ + /boot \ /bin \ /sbin \ /usr/bin \ |