summaryrefslogtreecommitdiff
path: root/usr.sbin/sysmerge
AgeCommit message (Expand)Author
2011-09-01Fix the display of running utilities (e.g. don't say we are runningAntoine Jacoutot
2011-08-03Remove the 'obsolete file(s)' feature. It may come back at some pointAntoine Jacoutot
2011-07-21Adjust work directory name.Antoine Jacoutot
2011-07-11EDITOR or VISUAL are not a path. They are a string that needs to beTheo de Raadt
2011-07-11use more XXX for mktemp; ok ajacoutotTheo de Raadt
2011-07-06Harden the checks on the provided sets/src to make sure they are legit.Antoine Jacoutot
2011-07-06Consistency in stdout redirections.Antoine Jacoutot
2011-07-06Indent, no change.Antoine Jacoutot
2011-07-05Make it possible to pass https:// and file:// (along with ftp:// andAntoine Jacoutot
2011-05-09Installing -> Updating.Antoine Jacoutot
2011-05-08Make sure /etc/group and /etc/master.passwd are handled first in case weAntoine Jacoutot
2011-05-06If it doesn't exist, create the directory holding the link we are aboutAntoine Jacoutot
2011-04-27Cosmetic:Antoine Jacoutot
2011-04-21Oopsy.Antoine Jacoutot
2011-04-21Better detection of obsolete files (naddy@ reported a false positive).Antoine Jacoutot
2011-04-20Enhance sysmerge(8) output so that it is more readable and make it moreAntoine Jacoutot
2011-04-18Fix a bug where OBSOLETE_FILES would contain only the last appendedAntoine Jacoutot
2010-11-11Missed that part in previous.Antoine Jacoutot
2010-11-11Unconfuse usage.Antoine Jacoutot
2010-11-08No need to differentiate newly installed files versus automaticallyAntoine Jacoutot
2010-11-04Make sure we don't end up using /usr/src/etc if we forget to pass theAntoine Jacoutot
2010-08-21Display usage information as well as the error when a path toStuart Henderson
2010-07-20Instead of checking for the *etcXX.tgz filename, check whether theAntoine Jacoutot
2010-07-17When running in full diff mode, don't wait for user input beforeAntoine Jacoutot
2010-07-06Add a blank line between sections in the output log, it's more readable.Antoine Jacoutot
2010-07-05Automatically install missing users and groups.Antoine Jacoutot
2010-06-27Suggest a reboot if "sh MAKEDEV" was run or login.conf was modified.Antoine Jacoutot
2010-03-20s/sh/ksh/Antoine Jacoutot
2010-02-06Remove newly generated sum file(s) if it did not exist before and trapAntoine Jacoutot
2010-01-13- move the separator so it's just displayed for files with diffs toStuart Henderson
2009-12-18xargs takes the whole list as argument, so no need to append.Antoine Jacoutot
2009-12-18Add etcsum and xetcsum to IGNORE_FILES. Needed for upcoming change.Antoine Jacoutot
2009-12-06Add /var/db/locate.database and /var/games/tetris.scores to IGNORE_FILES.Antoine Jacoutot
2009-10-02Use BSD.x11.dist mtree file now that it is up-to-date and maintained.Antoine Jacoutot
2009-08-24Harden variables setting, prodded by alex@Antoine Jacoutot
2009-08-23Document all variables used by sysmerge.Antoine Jacoutot
2009-08-18HEADS-UP: change the way sysmerge(8) runs by default.Antoine Jacoutot
2009-08-17Don't try to move files that don't exist.Antoine Jacoutot
2009-08-16Properly initialize the array setting auto-upgradable files.Antoine Jacoutot
2009-06-28Fix small regression introduced with symlinks handling.Antoine Jacoutot
2009-06-28Remove useless blank space in output.Antoine Jacoutot
2009-06-28Teach sysmerge to deal with links (found the hard way when I realised IAntoine Jacoutot
2009-06-14DBDIR resides in DESTDIR.Antoine Jacoutot
2009-06-05tweak previous;Jason McIntyre
2009-06-04When in auto-mode, automatically install binary files (from the X set).Antoine Jacoutot
2009-05-13Remove unused args from getopts.Antoine Jacoutot
2009-05-12simplify the descriptions of -a and -b; this has taken me and antoineJason McIntyre
2009-05-12- tweak the description of -aJason McIntyre
2009-05-11This commit adds a new feature to sysmerge(8), usable in '-a' mode.Antoine Jacoutot
2009-04-28Add the possibility to go back from merging mode to the previous menu.Antoine Jacoutot