Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-09 | Updated etcupdate to 20030509 | martti | 2 | -4/+4 | |
* sync with current (use awk instead of fgrep and sed) | |||||
2003-04-06 | nothing from bsd.prefs.mk is used, so don't include it. | grant | 1 | -3/+1 | |
2003-04-05 | Version 20030305 (hi perry) | wiz | 1 | -2/+2 | |
2003-04-05 | synchronize with the much better versions in -current | perry | 2 | -81/+198 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2003-02-04 | Updated etcupdate to 20030204 (bin/20196). | martti | 2 | -4/+4 | |
2003-01-27 | Updated etcupdate to 20030124 | martti | 3 | -7/+61 | |
Add a new -a flag (automatically update files which have not been locally modified). Patch provided by Sverre Froyen in a private mail, slightly modified by me. | |||||
2002-12-27 | Update etcupdate to 20021227: | jmmv | 2 | -4/+4 | |
- Fix a typo in the yesno() function: add a missing question mark. Approved by martti. | |||||
2002-09-28 | Updated etcupdate to 20020928 | martti | 2 | -5/+5 | |
* Fix a typo (PR#18440) * Don't execute /etc/postinstall if -b was used | |||||
2002-07-31 | Updated etcupdate to 20020731 | martti | 2 | -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-08 | Fix typo reported in bin/17516. | wiz | 1 | -2/+2 | |
2002-05-15 | Updated etcupdate to 20020515 | martti | 2 | -4/+4 | |
* Include user's PATH (pkg/16828 by HAMAJIMA Katsuomi) | |||||
2002-05-13 | Updated etcupdate to 20020513 | martti | 2 | -3/+8 | |
* Run /etc/postinstall if it's found | |||||
2002-03-21 | Updated etcupdate to 20020321 | martti | 2 | -3/+4 | |
* clear the screen before showing the diff and menu Suggested by Hubert Feyrer in a private mail. | |||||
2001-12-30 | Set myself as MAINTAINER | martti | 1 | -2/+2 | |
2001-12-15 | * Don't display temporary files (.etcupdate.filename) | martti | 3 | -6/+6 | |
* A minor manual page fix | |||||
2001-12-12 | Don't display temporary files (.etcupdate.filename). | martti | 2 | -4/+4 | |
2001-12-04 | Set environment variables in one place before executing "make distribution". | martti | 2 | -9/+13 | |
2001-12-01 | Updated to 20011201. Changes since last commit: | martti | 3 | -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-23 | Changed the -b argument. Now etcupdate is used like this: | martti | 3 | -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-22 | Added a new switch (-b binfile) to allow binary upgrades for those | martti | 3 | -40/+69 | |
who don't have the /usr/src/etc directory. Usage example: etcupdate -b /some/where/etc.tgz | |||||
2001-11-22 | Change to the root directory (/) before running mtree to set the directory | martti | 2 | -4/+4 | |
permissions. Without this fix mtree was creating new directories in /usr/src/etc which was not so nice... | |||||
2001-11-21 | Clarified few things, reference more with the .Xr macro, etc. | martti | 1 | -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-21 | Bump version number to 20011121 | martti | 1 | -2/+2 | |
2001-11-21 | - Emphasize that the 'i' command will overwrite local modification | martti | 1 | -4/+4 | |
- Some s/file/files/ | |||||
2001-11-20 | Lots of formatting improvements, and remove incorrect HISTORY section. | wiz | 1 | -57/+53 | |
2001-11-20 | Set MTREE=mtree when running "make distribution" as this is needed | martti | 1 | -3/+5 | |
in -current. Noted by Alistair Crooks in a private mail. | |||||
2001-11-20 | Added missing menu entry (no functional changes) | martti | 2 | -3/+4 | |
2001-11-20 | etcupdate helps you to update the configuration files in /etc after | martti | 5 | -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. |