Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-13 | In 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-09 | Rreplace [[ -n $(grep..) ]] and [[ -z $(grep..) ]] | Robert Peichaer | |
with grep -q and ! grep -q. OK ajacoutot@ | |||
2014-09-09 | Replace last usage of awk in sysmerge with a shell equivalent. | Robert Peichaer | |
based on a diff from and OK ajacoutot@ | |||
2014-09-08 | Put chpass(1) args between quotes. | Antoine Jacoutot | |
spotted by matthieu@ | |||
2014-09-08 | strip excess verbiage from sed expressions | Alexander Hall | |
ok and prodding ajacoutot@ | |||
2014-09-07 | Remove last use of xargs(1). | Antoine Jacoutot | |
2014-09-07 | Only compare CVS Id when it's not empty. | Antoine Jacoutot | |
2014-09-07 | Drop 2 uneeded xargs(1). | Antoine Jacoutot | |
2014-09-07 | Consistency in var names. | Antoine Jacoutot | |
2014-09-07 | Fix regression in detecting changed files. | Antoine Jacoutot | |
2014-09-07 | Use shell substitution instead of dirname. | Antoine Jacoutot | |
Fix installing pkg @sample when the target directory is missing. Fix output when a file fails to install. | |||
2014-09-07 | Simplify checks. | Antoine Jacoutot | |
2014-09-06 | Replace awk with either sed or shell equivalents. | Robert Peichaer | |
OK ajacoutot@ | |||
2014-09-06 | Convert vars used as boolean (unset or 1) to true or false. | Robert Peichaer | |
OK ajacoutot@ | |||
2014-09-06 | Remove backup checksums after a successfull run. | Antoine Jacoutot | |
2014-09-06 | Files may have been removed in the previous step, so make sure they exist | Antoine Jacoutot | |
before trying to remove them again. | |||
2014-09-05 | Drop support for SM_MERGE. The goal is to be a less interactive as possible | Antoine Jacoutot | |
so there is no point in allowing graphical merge tools to be used; especially since it is _completely_ untested... | |||
2014-09-05 | Sync _ignorefiles. | Antoine Jacoutot | |
2014-09-05 | Drop support for sendmail(8) -- hopefully it'll go away from base soon. | Antoine Jacoutot | |
2014-09-05 | Spring cleanup in preparation for more changes. | Antoine Jacoutot | |
Lots of moving around. | |||
2014-09-05 | tweak previous; | Jason McIntyre | |
2014-09-05 | Tweaks, no functionnal change. | Antoine Jacoutot | |
2014-09-05 | /etc/{hosts,myname} are going away from etc.tgz. | Antoine Jacoutot | |
2014-09-01 | Do not compare checksum of checksums... | Antoine Jacoutot | |
2014-08-31 | Make sysmerge(8) completely silent by default when no file is modified. | Antoine Jacoutot | |
2014-08-31 | In pkg mode, warn if the directory we want to copy the @sample file into | Antoine Jacoutot | |
does not exist and is not a @sample because we have no knowledge of the required owner/group/mode so we cannot create it. | |||
2014-08-31 | Simplify examples files handling. | Antoine Jacoutot | |
2014-08-31 | Only use the sum files corresponding to the mode we run in. | Antoine Jacoutot | |
2014-08-31 | When we are not running in pkg mode, /usr/share/sysmerge/examplessum | Antoine Jacoutot | |
should always be part of the temproot, so there's not need to check for its existence. | |||
2014-08-31 | Do not overwrite examplessum; use the one we are provided with. | Antoine Jacoutot | |
2014-08-30 | Refactor sum checks; all the information we need is already available so | Antoine Jacoutot | |
not need to create sum files anymore (except in pkg mode). | |||
2014-08-30 | sm_warn() always returns 0. | Antoine Jacoutot | |
2014-08-30 | Indent. | Antoine Jacoutot | |
2014-08-30 | DESTDIR is gone. | Antoine Jacoutot | |
from Nathanael Rensen, thanks! | |||
2014-08-29 | Some cleanings, no functional change. | Antoine Jacoutot | |
2014-08-29 | knock out double .Pp; | Jason McIntyre | |
2014-08-28 | Merge a paragraph. | Antoine Jacoutot | |
2014-08-28 | tweak AUTHORS; ok ajacoutot | Jason McIntyre | |
2014-08-28 | Major sysmerge cleanup now that both etc and xetc sets are part of base. | Antoine Jacoutot | |
Expect more changes/cleanup/... in the near future. -S (signature) option is gone since we are not fetching sets anymore -s and -x are gone as well for obvious reasons Left is: usage: sysmerge [-bdp] I would appreciate feedback, *lots* of things have changed and there may be side effects I missed. Consider sysmerge as WIP for the time being. | |||
2014-08-27 | One less option. | Antoine Jacoutot | |
2014-08-27 | Simplify examples handling. | Antoine Jacoutot | |
2014-08-26 | Fist shot at fixing sysmerge(8) with etc-in-base; note that it's still in | Antoine Jacoutot | |
transition state and the utility will get a lot of revamping in the near future. | |||
2014-08-21 | Unbreak when "SRCDIR=." | Antoine Jacoutot | |
reported by phessler@ | |||
2014-08-11 | Steal stripcom() from /etc/rc to parse sysmerge.ignore. | Antoine Jacoutot | |
2014-08-11 | Move a sentence to the corresponding option description. | Antoine Jacoutot | |
from jmc@ | |||
2014-08-10 | - add -p to SYNOPSIS | Jason McIntyre | |
- the argument to -s is not optional ok ajacoutot | |||
2014-08-09 | less chatty; ok ajacoutot | Jason McIntyre | |
2014-08-09 | Extend comment. | Antoine Jacoutot | |
2014-08-09 | Initial support for handling configuration files from packages | Antoine Jacoutot | |
(aka @sample) -- `sysmerge -p` Worked done at g2k14. Committing early so we have plenty of time for testing. with help from espie@ thanks to landry@ for feedback on initial testing |