CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/01/22 01:25:16
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
Cleanup and simplify:
- rename restore_bak to restore_sum since this is what it does
- better clean up after ourselves so only user relevant files are left
in the work directory after a run
- better handling of symlinks and make sure they match
- tweak output: no need to warn the user when we are finished, it is
pretty obvious; output that we are veryfing sigs
- simplify signature handling:
drop get_sig and get signatures at the same time we get the sets -- this
allows to get a specific SHA256.sig file for each set
check signature in check_sig() right after getting the corresponding set
ok rpe@