summaryrefslogtreecommitdiff
path: root/usr.sbin/sysmerge
AgeCommit message (Expand)Author
2016-02-02Uppecase.Antoine Jacoutot
2016-01-14No more /etc/mail/aliases.db.Antoine Jacoutot
2015-12-23Tidy up output.Antoine Jacoutot
2015-12-21Only run newaliases(8) if we already have an aliases db.Antoine Jacoutot
2015-11-28chflags -l flag went away. Noticed this myself 15 minutesTheo de Raadt
2015-10-18Make sure sm_rotate_bak() is only run once.Antoine Jacoutot
2015-10-16Drop usage of TMPDIR.Antoine Jacoutot
2015-10-13sm_error() already does the exit for us.Antoine Jacoutot
2015-10-12Reverse the sm_error call in sm_trap.Antoine Jacoutot
2015-10-12Only remove existing sum files on trap handlers.Antoine Jacoutot
2015-09-18In case of a hard error, remove all checksums except for examplessum whichAntoine Jacoutot
2015-09-18Simplify: we don't need a work directory anymore, temproot is enough.Antoine Jacoutot
2015-09-18Tweak warning/error output a bit.Antoine Jacoutot
2015-09-18More dead code.Antoine Jacoutot
2015-09-09Remove more dead code.Antoine Jacoutot
2015-09-09Remove unused code.Antoine Jacoutot
2015-09-09Move and tweak a comment.Antoine Jacoutot
2015-09-07Simplify handling of sum files.Antoine Jacoutot
2015-09-07No need to restore backup of sum files; once the new ones are installed,Antoine Jacoutot
2015-08-24cp -> mvAntoine Jacoutot
2015-08-24Make backup directory of replaced files persistent: /var/sysmerge/backups.Antoine Jacoutot
2015-08-24/usr/share/sysmerge -> /var/sysmergeAntoine Jacoutot
2015-08-19Remove XXX.Antoine Jacoutot
2015-08-13Sync stripcom() with /etc/rc.Antoine Jacoutot
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-18Add groups before users.Antoine Jacoutot
2015-06-02fix variable name typoJoerg Jung
2015-03-12Set TERM if unset. Fixes some remote sysmerge usage by sthen@Antoine Jacoutot
2015-02-17Instead of a relatively complex "stty size | ( read ..." in sysmerge, useStuart Henderson
2014-11-26Drop sysmerge.log ; it used to be handy for batch mode but now theAntoine Jacoutot
2014-10-09Tweak, no functional change.Antoine Jacoutot
2014-10-09Make sure _instdir is not null.Antoine Jacoutot
2014-09-16zap unnecessary quotesRobert Peichaer
2014-09-13In PKG mode, cope with non-default PREFIX (e.g. /var/www/...).Antoine Jacoutot
2014-09-09'rm -f' in case we skip a release. No functional change, just cosmetic.Antoine Jacoutot
2014-09-09Rreplace [[ -n $(grep..) ]] and [[ -z $(grep..) ]]Robert Peichaer
2014-09-09Replace last usage of awk in sysmerge with a shell equivalent.Robert Peichaer
2014-09-08Put chpass(1) args between quotes.Antoine Jacoutot
2014-09-08strip excess verbiage from sed expressionsAlexander Hall
2014-09-07Remove last use of xargs(1).Antoine Jacoutot
2014-09-07Only compare CVS Id when it's not empty.Antoine Jacoutot
2014-09-07Drop 2 uneeded xargs(1).Antoine Jacoutot
2014-09-07Consistency in var names.Antoine Jacoutot
2014-09-07Fix regression in detecting changed files.Antoine Jacoutot
2014-09-07Use shell substitution instead of dirname.Antoine Jacoutot
2014-09-07Simplify checks.Antoine Jacoutot
2014-09-06Replace awk with either sed or shell equivalents.Robert Peichaer
2014-09-06Convert vars used as boolean (unset or 1) to true or false.Robert Peichaer
2014-09-06Remove backup checksums after a successfull run.Antoine Jacoutot
2014-09-06Files may have been removed in the previous step, so make sure they existAntoine Jacoutot