summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysmerge/sysmerge.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Put chpass(1) args between quotes.ajacoutot2014-09-081-2/+2
* strip excess verbiage from sed expressionshalex2014-09-081-3/+3
* Remove last use of xargs(1).ajacoutot2014-09-071-4/+3
* Only compare CVS Id when it's not empty.ajacoutot2014-09-071-3/+4
* Drop 2 uneeded xargs(1).ajacoutot2014-09-071-3/+3
* Consistency in var names.ajacoutot2014-09-071-51/+51
* Fix regression in detecting changed files.ajacoutot2014-09-071-3/+4
* Use shell substitution instead of dirname.ajacoutot2014-09-071-15/+14
* Simplify checks.ajacoutot2014-09-071-15/+11
* Replace awk with either sed or shell equivalents.rpe2014-09-061-11/+6
* Convert vars used as boolean (unset or 1) to true or false.rpe2014-09-061-40/+45
* Remove backup checksums after a successfull run.ajacoutot2014-09-061-5/+2
* Files may have been removed in the previous step, so make sure they existajacoutot2014-09-061-2/+4
* Drop support for SM_MERGE. The goal is to be a less interactive as possibleajacoutot2014-09-051-5/+3
* Sync _ignorefiles.ajacoutot2014-09-051-4/+8
* Drop support for sendmail(8) -- hopefully it'll go away from base soon.ajacoutot2014-09-051-13/+4
* Spring cleanup in preparation for more changes.ajacoutot2014-09-051-176/+143
* Tweaks, no functionnal change.ajacoutot2014-09-051-6/+6
* /etc/{hosts,myname} are going away from etc.tgz.ajacoutot2014-09-051-23/+13
* Do not compare checksum of checksums...ajacoutot2014-09-011-5/+6
* Make sysmerge(8) completely silent by default when no file is modified.ajacoutot2014-08-311-6/+2
* In pkg mode, warn if the directory we want to copy the @sample file intoajacoutot2014-08-311-13/+10
* Simplify examples files handling.ajacoutot2014-08-311-9/+6
* Only use the sum files corresponding to the mode we run in.ajacoutot2014-08-311-3/+3
* When we are not running in pkg mode, /usr/share/sysmerge/examplessumajacoutot2014-08-311-4/+3
* Do not overwrite examplessum; use the one we are provided with.ajacoutot2014-08-311-3/+2
* Refactor sum checks; all the information we need is already available soajacoutot2014-08-301-36/+29
* sm_warn() always returns 0.ajacoutot2014-08-301-2/+2
* DESTDIR is gone.ajacoutot2014-08-301-2/+2
* Some cleanings, no functional change.ajacoutot2014-08-291-65/+53
* Major sysmerge cleanup now that both etc and xetc sets are part of base.ajacoutot2014-08-281-459/+319
* One less option.ajacoutot2014-08-271-2/+2
* Simplify examples handling.ajacoutot2014-08-271-19/+25
* Fist shot at fixing sysmerge(8) with etc-in-base; note that it's still inajacoutot2014-08-261-78/+27
* Unbreak when "SRCDIR=."ajacoutot2014-08-211-2/+2
* Steal stripcom() from /etc/rc to parse sysmerge.ignore.ajacoutot2014-08-111-6/+18
* - add -p to SYNOPSISjmc2014-08-101-2/+2
* Extend comment.ajacoutot2014-08-091-2/+2
* Initial support for handling configuration files from packagesajacoutot2014-08-091-16/+129
* sysctl.conf is an example.ajacoutot2014-08-091-3/+3
* Tweak verbiage.ajacoutot2014-08-081-3/+3
* Properly warn when an example changes and the corresponding file is foundajacoutot2014-07-301-2/+2
* Fix auto-upgradable files detection.ajacoutot2014-07-201-2/+2
* Cleanups:ajacoutot2014-07-181-5/+5
* typoajacoutot2014-07-151-3/+3
* /var/db/sysmerge -> /usr/share/sysmergeajacoutot2014-07-151-5/+5
* Also ignore examplessum.ajacoutot2014-07-131-2/+2
* egsum -> examplessumajacoutot2014-07-121-2/+2
* Extend output a bit.ajacoutot2014-07-121-2/+2
* Use sha256(1) for compared files, just like we do for examples.ajacoutot2014-07-121-7/+6