summaryrefslogtreecommitdiff
path: root/sysutils/etcupdate
AgeCommit message (Collapse)AuthorFilesLines
2002-12-27Update etcupdate to 20021227:jmmv2-4/+4
- Fix a typo in the yesno() function: add a missing question mark. Approved by martti.
2002-09-28Updated etcupdate to 20020928martti2-5/+5
* Fix a typo (PR#18440) * Don't execute /etc/postinstall if -b was used
2002-07-31Updated etcupdate to 20020731martti2-4/+4
fix usage() message for "-s" argument. ie, do *not* suggest "/usr/src" as this causes "make distribution" to be run in /usr/src.
2002-07-08Fix typo reported in bin/17516.wiz1-2/+2
2002-05-15Updated etcupdate to 20020515martti2-4/+4
* Include user's PATH (pkg/16828 by HAMAJIMA Katsuomi)
2002-05-13Updated etcupdate to 20020513martti2-3/+8
* Run /etc/postinstall if it's found
2002-03-21Updated etcupdate to 20020321martti2-3/+4
* clear the screen before showing the diff and menu Suggested by Hubert Feyrer in a private mail.
2001-12-30Set myself as MAINTAINERmartti1-2/+2
2001-12-15* Don't display temporary files (.etcupdate.filename)martti3-6/+6
* A minor manual page fix
2001-12-12Don't display temporary files (.etcupdate.filename).martti2-4/+4
2001-12-04Set environment variables in one place before executing "make distribution".martti2-9/+13
2001-12-01Updated to 20011201. Changes since last commit:martti3-56/+78
* The -b switch requires now argument * The -s switch defines the location of /usr/src/etc (used to be /usr/src) * Manual page fixes * Better menu after merge * Possibility to undo merge Usage: # etcupdate -s /some/where/src/etc or # mkdir /tmp/temproot # cd /tmp/temproot # tar xzf /some/where/etc.tgz # etcupdate -b /tmp/temproot
2001-11-23Changed the -b argument. Now etcupdate is used like this:martti3-31/+67
# etcupdate -s /usr/src or # mkdir /tmp/etc && cd /tmp/etc && tar xf /some/where/etc.tgz # etcupdate -b -s /tmp/etc
2001-11-22Added a new switch (-b binfile) to allow binary upgrades for thosemartti3-40/+69
who don't have the /usr/src/etc directory. Usage example: etcupdate -b /some/where/etc.tgz
2001-11-22Change to the root directory (/) before running mtree to set the directorymartti2-4/+4
permissions. Without this fix mtree was creating new directories in /usr/src/etc which was not so nice...
2001-11-21Clarified few things, reference more with the .Xr macro, etc.martti1-10/+14
I did not update the version tag because this is only minor fix to the manual page. Otherwise we would have several versions per day as this tool is still under construction...
2001-11-21Bump version number to 20011121martti1-2/+2
2001-11-21- Emphasize that the 'i' command will overwrite local modificationmartti1-4/+4
- Some s/file/files/
2001-11-20Lots of formatting improvements, and remove incorrect HISTORY section.wiz1-57/+53
2001-11-20Set MTREE=mtree when running "make distribution" as this is neededmartti1-3/+5
in -current. Noted by Alistair Crooks in a private mail.
2001-11-20Added missing menu entry (no functional changes)martti2-3/+4
2001-11-20etcupdate helps you to update the configuration files in /etc aftermartti5-0/+618
performing an operating system upgrade. The idea for this script (including code fragments, variable names etc.) came from the FreeBSD mergemaster (by Douglas Barton). Unlike the FreeBSD mergemaster, this does not use CVS version tags to compare if the files need to be updated. Files are compared with /usr/bin/cmp as this is more reliable and the only way if the version numbers are same even though the files are different.