| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
the mention of it and reword this a bit to remove 'you'.
MFC after: 3 days
Notes:
svn path=/head/; revision=288381
|
|
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
Notes:
svn path=/head/; revision=267668
|
|
|
|
|
|
|
|
|
|
|
| |
He is no longer involved with the FreeBSD project.
While here: remove "no known bugs" and related. This isn't present in other manual pages.
PR: docs/179914
Notes:
svn path=/head/; revision=252174
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pwd_mkdb, etc. updates at the end of the comparison.
2. Add an update to the end to handle /etc/localtime, if it exists.
If /var/db/zoneinfo exists, automatically update /etc/localtime,
which should (hopefully) be safe to do. If not, prompt the user
to run tzsetup.
3. Update run_it_now(), the function that handles input for the updates,
to make sure that we got a valid answer, and to handle the --run-updates
option if supplied.
Notes:
svn path=/head/; revision=227013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In -p mode install the group file with the same permissions as normally
done in etc/Makefile.
Update the copyright.
Requested by: peter [1]
Approved by: re (kib)
Notes:
svn path=/head/; revision=224726
|
|
|
|
|
|
|
| |
They have no effect when coming in pairs, or before .Bl/.Bd
Notes:
svn path=/head/; revision=213573
|
|
|
|
|
|
|
|
|
|
|
| |
and enforce this in the code. Apparently a lot of users mistakenly
combine -a with these flags and are then mystified that no changes
were made.
While I'm here, fix a trailing space in mergemaster.8
Notes:
svn path=/head/; revision=205145
|
|
|
|
| |
Notes:
svn path=/head/; revision=202386
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update delete_temproot() to include the error message if it fails,
and clean up the places where it's called.
If there are no files left in temproot when the comparison is done
delete it without prompting. This should make "automated" runs of
mergemaster without -a a little easier.
Document the new behavior in the man page.
Notes:
svn path=/head/; revision=201765
|
|
|
|
|
|
|
|
|
| |
included in the text, so use only the latter.
Clarify that using -U doesn't make sense in combination with -a
Notes:
svn path=/head/; revision=201293
|
|
|
|
|
|
|
|
|
|
|
| |
an "rc file only" option by design.
While I'm here, update the comments in the example rc file to indicate
which command line options they relate to, and correct the defaults
for a couple of options.
Notes:
svn path=/head/; revision=201292
|
|
|
|
| |
Notes:
svn path=/head/; revision=190320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2. Sort the command line options to match how they are displayed
in usage()
3. Change references to cvs to the more generic "version control system"
and remove the .Xr for cvs
4. Consistently use ".Op Fl" to refer to command line options in the text.
5. Only use the apostrophe to indicate possession.
6. Add FREEBSD_ID (-F) to the list of variables in the example rc,
and change the DIFF_OPTIONS example to -Bb since -F now covers it.
Notes:
svn path=/head/; revision=189994
|
|
|
|
|
|
|
| |
instead of src/etc.
Notes:
svn path=/head/; revision=186704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
====================
1. List the command line options in a more standard way
2. Improve the explanations of some of the arguments (-A, -D)
3. Add ARCHSTRING and MTREEDB to the example rc file
4. Re-sort some of the examples according to the existing distinction
of "has a command line version" vs. "does not have a command line version"
Document changes for r186678
===========================
1. /usr/src/etc -> /usr/src where needed [1]
2. Add IGNORE_FILES to the example rc [2] (and remove IGNORE_MOTD)
3. Update the EXIT STATUS section for [3] and [4]
Update Copyright and .Dd accordingly
PR: bin/96528 [1]
Submitted by: ru [1]
PR: bin/106642 [2]
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
PR: bin/122282 [3]
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> [3]
PR: bin/108183 [4]
Submitted by: Riccardo Torrini <riccardo@torrini.org> [4]
Notes:
svn path=/head/; revision=186679
|
|
|
|
|
|
|
|
| |
Submitted by: mezz
No Cookie For: gordon :)
Notes:
svn path=/head/; revision=179725
|
|
|
|
|
|
|
| |
Submitted by: marck at rinet dot ru
Notes:
svn path=/head/; revision=158194
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
An mtree description of all non-zero files that make
distribution installs (only size and md5) is built from the
temproot. When the user completes a mergemaster run, the
mtree description file gets installed into /var/db for
safe-keeping.
When the user then decides to do a subsequent upgrade (with
the -U flag), the existing mtree description from /var/db
is called into service looking for files that are different in
DESTDIR. This is stashed away until a file that would normally
end up prompting the user to look at changes is encountered.
Since there are no user modified changes, the new file is
installed without bothering the user.
Looked at by: dougb
MFC after: 6 weeks
Notes:
svn path=/head/; revision=158149
|
|
|
|
|
|
|
|
|
|
|
|
| |
architecture to pass through to the underlying makefiles. This is
quite useful when building on an i386 box to populate an amd64 NFS
root.
Head nod: dougb
MFC after: 1 week
Notes:
svn path=/head/; revision=155309
|
|
|
|
|
|
|
|
|
|
| |
section on "make world". The old link still works fine, but all the
hyperlinks of the referenced document are broken; the same links
work find if /doc/en_US.ISO8859-1 is used instead of plain /doc to
reach the online Handbook copy.
Notes:
svn path=/head/; revision=148179
|
|
|
|
| |
Notes:
svn path=/head/; revision=141851
|
|
|
|
| |
Notes:
svn path=/head/; revision=140442
|
|
|
|
| |
Notes:
svn path=/head/; revision=140368
|
|
|
|
| |
Notes:
svn path=/head/; revision=131500
|
|
|
|
|
|
|
|
|
| |
* Add a paragraph suggesting that the merge option be used only for
files that users have modified. People have been using this option
for all files that are different, causing unecessary confusion.
Notes:
svn path=/head/; revision=114503
|
|
|
|
|
|
|
| |
Submitted by: roam
Notes:
svn path=/head/; revision=111604
|
|
|
|
|
|
|
|
|
|
| |
want to match a character $, not EOL. The other is that CVS helpfully
expanded my example into an actual CVS tag.
Submitted by: gad
Notes:
svn path=/head/; revision=110633
|
|
|
|
|
|
|
| |
* Add an example that ignores CVS Id tags for the new DIFF_OPTIONS variable.
Notes:
svn path=/head/; revision=110375
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=100974
|
|
|
|
| |
Notes:
svn path=/head/; revision=99968
|
|
|
|
|
|
|
| |
* Document the COMP_CONFS variable in the .mergemasterrc example
Notes:
svn path=/head/; revision=96046
|
|
|
|
|
|
|
| |
post-mm rc.conf[.local] comparisons.
Notes:
svn path=/head/; revision=94188
|
|
|
|
|
|
|
|
| |
* Expand on the definition of the -s (strict) option, at the suggestion
of Gary W. Swearingen, swear@blarg.net.
Notes:
svn path=/head/; revision=90563
|
|
|
|
| |
Notes:
svn path=/head/; revision=79537
|
|
|
|
| |
Notes:
svn path=/head/; revision=79454
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use -tag list in the FILES section to work around the bug
when .Pa font is not restored to its original value if one
of the -hang, -ohang, or -inset lists is used in the FILES
section. (The fix for the bug has just been submitted to
the GNU Groff maintainers.)
Also, fixed the Handbook reference in the SEE ALSO.
Notes:
svn path=/head/; revision=79300
|
|
|
|
| |
Notes:
svn path=/head/; revision=77334
|
|
|
|
| |
Notes:
svn path=/head/; revision=75670
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
asking the user to actually run the recommended commands related
to installation of files such as aliases or login.conf.
* Return to using grep for CVS $Id comparison. Using ident caused too
many problems for people with local CVS/RCS tags in their stuff.
Attempt to make portability a little easier to maintain in spite of
this change by defining the name of the tag to search for. This
is a slightly different change that solves the problem in the PR.
PR: bin/24564
Submitted by: Tony Finch <dot@dotat.at>
Notes:
svn path=/head/; revision=73651
|
|
|
|
| |
Notes:
svn path=/head/; revision=70403
|
|
|
|
| |
Notes:
svn path=/head/; revision=68965
|
|
|
|
| |
Notes:
svn path=/head/; revision=68854
|
|
|
|
| |
Notes:
svn path=/head/; revision=68716
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adjust a little whitespace
* Make the distrib-dirs/mtree on DESTDIR conditional on user
actually specifying a DESTDIR. This seemed like a safe
way to get the right directories and permissions in the
installed tree since 'make installworld' does the same
thing, but in practice too many people have custom hacks
that we should leave unmolested. Still need to find a way
to deal with 'install -d' and permissions on nonexistent
directories in the middle of the path, but this is at
least no worse that it was before.
PR: bin/22661
Notes:
svn path=/head/; revision=68507
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
process of making the script more cross platform friendly.
* Add -i option to automatically install files that do not exist
on the system already.
* Add the ability to specify DESTDIR.
* Allow the user to specify scripts to run right before the
comparison starts, and when mm is done. This will
allow the user to specify customized local behavior, and
implement features such as automatically deleting files.
* Document the above changes in the man page.
* Switch to using 'ident' for the CVS Id comparison, which
should help with portability, and makes it faster.
* Reorder, and in one case fix some code by doing things in
ways that make more sense.
* Check to see if the file exists on the system before doing
the comparisons. This saves CPU cycles, and streamlines
the auto-install process.
I used bits and pieces of suggestions and patches from various
people, ultimately too numerous to name. Which is not to say
that they were not both appreciated, and helpful in achieving
the ultimate result.
Notes:
svn path=/head/; revision=67949
|
|
|
|
| |
Notes:
svn path=/head/; revision=67860
|
|
|
|
| |
Notes:
svn path=/head/; revision=64368
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57673
|
|
|
|
|
|
|
|
|
| |
the FreeBSD default motd and the system motd
Submitted by: author
Notes:
svn path=/head/; revision=52534
|
|
|
|
| |
Notes:
svn path=/head/; revision=52532
|