Add missing system file to properly compare and merge files upon upgrades
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
======================
|
======================
|
||||||
Version Description
|
Version Description
|
||||||
|
|
||||||
|
1.0.85......Add missing system file to properly compare and merge files upon upgrades.
|
||||||
1.0.84......Minor GUI fixes, revert makewhatis file addition.
|
1.0.84......Minor GUI fixes, revert makewhatis file addition.
|
||||||
1.0.83......Improve jail/base update, execute fetch/install commands individually.
|
1.0.83......Improve jail/base update, execute fetch/install commands individually.
|
||||||
1.0.82......Add missing system file to prevent makewhatis not found warning.
|
1.0.82......Add missing system file to prevent makewhatis not found warning.
|
||||||
|
|||||||
@@ -391,6 +391,11 @@ include_files()
|
|||||||
install -m 0555 ${SYSTEM_INCLUDE}/sum /usr/bin/sum
|
install -m 0555 ${SYSTEM_INCLUDE}/sum /usr/bin/sum
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
if [ ! -f "/usr/bin/diff3" ]; then
|
||||||
|
if [ -f "${SYSTEM_INCLUDE}/diff3" ]; then
|
||||||
|
install -m 0555 ${SYSTEM_INCLUDE}/diff3 /usr/bin/diff3
|
||||||
|
fi
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
sysrc -f ${CWDIR}${EXTCONF} VNET_ENABLE="NO" >/dev/null 2>&1
|
sysrc -f ${CWDIR}${EXTCONF} VNET_ENABLE="NO" >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
@@ -932,7 +937,7 @@ remove_addon()
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
BIN_FILES="/usr/local/bin/jib /usr/sbin/setfib /usr/bin/sum /usr/bin/makewhatis"
|
BIN_FILES="/usr/local/bin/jib /usr/sbin/setfib /usr/bin/sum /usr/bin/diff3"
|
||||||
for FILE in ${BIN_FILES}; do
|
for FILE in ${BIN_FILES}; do
|
||||||
if [ -f "${FILE}" ]; then
|
if [ -f "${FILE}" ]; then
|
||||||
rm -rf ${FILE}
|
rm -rf ${FILE}
|
||||||
|
|||||||
BIN
conf/system/include/12.1/diff3
Executable file
BIN
conf/system/include/12.1/diff3
Executable file
Binary file not shown.
BIN
conf/system/include/12.2/diff3
Executable file
BIN
conf/system/include/12.2/diff3
Executable file
Binary file not shown.
Reference in New Issue
Block a user