Page MenuHomeFreeBSD

D58955.diff
No OneTemporary

D58955.diff

diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh
--- a/tools/tools/nanobsd/defaults.sh
+++ b/tools/tools/nanobsd/defaults.sh
@@ -1252,6 +1252,8 @@
fi
[ -n "${NANO_NOPRIV_BUILD}" ] && chmod 444 etc/defaults/rc.conf
if $do_precompiled && [ -z "$NANO_NOPKGBASE" ]; then
+ tgt_pkg_update_file_sha256 etc/defaults/rc.conf
+ tgt_pkg_update_config_files_content etc/defaults/rc.conf
fi
# Save config file for scripts
@@ -1528,6 +1530,8 @@
tgt_touch boot.config
if $do_precompiled && [ -z "$NANO_NOPKGBASE" ]; then
+ tgt_pkg_update_file_sha256 etc/ttys
+ tgt_pkg_update_config_files_content etc/ttys
fi
}
@@ -1540,6 +1544,8 @@
${NANO_WORLDDIR}/etc/ssh/sshd_config
if $do_precompiled && [ -z "$NANO_NOPKGBASE" ]; then
+ tgt_pkg_update_file_sha256 etc/ssh/sshd_config
+ tgt_pkg_update_config_files_content etc/ssh/sshd_config
fi
}

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 7, 8:44 AM (2 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36989209
Default Alt Text
D58955.diff (896 B)

Event Timeline