mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Apply mergemaster r255428:
Pass -n (do not emit comments) when saving mtree information for future mergemaster(8) runs. MFC after: 3 days
This commit is contained in:
parent
6523ab7e00
commit
a29af14de4
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ find -d ${TEMPROOT} -type d -empty -delete 2>/dev/null
|
|||
|
||||
# Build the mtree database in a temporary location.
|
||||
MTREENEW=`mktemp -t mergemaster.mtree`
|
||||
mtree -ci -p ${TEMPROOT} -k size,md5digest > ${MTREENEW} 2>/dev/null
|
||||
mtree -nci -p ${TEMPROOT} -k size,md5digest > ${MTREENEW} 2>/dev/null
|
||||
|
||||
if [ -s "${MTREENEW}" ]; then
|
||||
echo "*** Saving mtree database for future upgrades"
|
||||
|
|
|
|||
Loading…
Reference in a new issue