summaryrefslogtreecommitdiff
path: root/usr.sbin/etcupdate
AgeCommit message (Expand)Author
2022-01-17etcupdate: fix error message for unimplemented optionlukem
2022-01-14etcupdate(8): consistent -h and -? textlukem
2022-01-09Match verb forms.wiz
2022-01-09etcupdate: add -? for help. improve option errorslukem
2022-01-09etcupdate: -h to stdout. improve helplukem
2022-01-09etcupdate: style change: function { on new linelukem
2020-12-02comparision -> comparisonwiz
2018-11-21A few hints that sets may come in .tar.xz format (instead of .tgz)martin
2016-01-03From Jim Bernard in PR install/50615: install_checksum expects a pathmartin
2014-11-13Synchronise the "-s" part of the usage message with postinstall.apb
2014-08-04Synchronise several shell_quote implementations, and:apb
2014-06-16Use extra="${2-/,}" to use $2 if defined, else default to "/,".apb
2014-06-12Update date for previous, and fix some small errors.apb
2014-06-12Add "-d destdir" option to etcupdate.apb
2014-06-12Keep track of whether anything was changed (or needs to be changed),apb
2014-06-12When populating ${TEMPROOT} from ${SRCDIR} by copying, use the mtree setapb
2014-06-12There is a file named "._etcupdate_${TEMPROOT}${1}" wasapb
2014-06-12When processing the -s option, the variable used is ${arg},apb
2012-08-15Remove the ability to specify multiple colon-separated file names withapb
2010-06-24Run services_mkdb if only the old hash existsjoerg
2009-12-08s/the the/the/mbalmer
2008-11-08Output (when verbose) when storing checksum files.reed
2008-10-22Move quotation marks to the correct place in eval statementsapb
2008-10-04In both postinstall and etcupdate, in modes where the -s argumentapb
2008-09-14Remove options deprecated in NetBSD-4.0:apb
2008-09-14Allow "-s tgzfile1:tgzfile2" for backward compatibility. Print aapb
2008-09-07fix missing '$' in previous.apb
2008-09-07Document the change in meaning of "-s foo:bar". It now means a singleapb
2008-09-07* Allow colons to appear in the names of tgz files, to address PR 39459.apb
2008-09-07Remove "shift" commands that should have been removed when theapb
2008-09-05remove debugging code accidentally committed in revision 1.39.apb
2008-09-05Redo previous in a way that more closely matches the style usedapb
2008-09-05The shell builtin getopts returns options without the preceding "-",apb
2008-09-05- `` -> $() and quotingchristos
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-30Convert to 2 clause licensemartin
2008-03-17Document some about being able to view differences andreed
2007-12-20Pass NETBSDSRCDIR in the environment to make. This is insurance againstapb
2007-05-15/etc/services needs special attention.martti
2007-03-26* Make etcupdate's -s option accept a colon-separated list of tgzapb
2007-03-03Revert previous. MAKEDEV.subr no longer exists.apb
2007-03-01If MAKEDEV.subr is updated, remember to run MAKEDEV later.apb
2007-02-11Run pwd_mkdb before running mtree.apb
2007-01-11Clean ${SRCDIR}/etc when done. Patch provided by rudolf.martti
2006-09-03Use "stty size" to acquire screen width reliably.itohy
2006-08-11Xref etcupdate from postinstall, and vice versa.hubertf
2006-02-26Fix default handling. etcupdate with no "-s" flagapb
2006-02-26Typo in comment.apb
2006-02-26Pass BUILD=1 in make environment.apb
2006-02-19Wording changes to clarify some the options presented afterapb