| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
false positive for every file according to the new stale rc.d checker.
Friendly reminder by: dhw
|
|
|
|
|
|
| |
* Delete a trailing space
* Add a 'stale /etc/rc.d file checker', offer to delete any stale
files for the user.
|
|
|
|
|
|
|
| |
side effect of the distribution target was apparently just good luck
all these years.
Submitted by: ru
|
| |
|
|
|
|
|
|
| |
filename collisions.
Submitted by: des
|
|
|
|
| |
Don't include it in the rcOG removal prompt.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
| |
The idea for this option came from Marc Schneiders <marc@schneiders.org>
* I've been meaning to remove the code that checked for the existence of
/etc/sysconfig for a while now, since that file was last seen in 2.2.2.
* Replace the above with a check for elements of the old rc system.
Offer to move these files out of DESTDIR/etc for the user's convenience.
|
| |
|
|
|
|
| |
Noticed by: maxim
|
|
|
|
| |
install time, and make sure to catch any future .db files as well.
|
|
|
|
| |
Submitted by: roam
|
|
|
|
|
|
|
| |
want to match a character $, not EOL. The other is that CVS helpfully
expanded my example into an actual CVS tag.
Submitted by: gad
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Give back one line of ws when showing a diff.
This was requested by several.
* Un-quote DIFF_FLAG, and add DIFF_OPTIONS. This will allow the user to
do more creative things in a mergemaster rc file. Un-quoting is necessary
in order to handle things like CVS Id tags that look like shell variables.
* Simplify terminal width determination.
Suggestions related to ignoring the CVS Id's were taken from several, with
dillon and gad providing particularly helpful feedback.
|
|
|
|
| |
* Add an example that ignores CVS Id tags for the new DIFF_OPTIONS variable.
|
| |
|
|
|
|
|
| |
(far easier to use) by limiting the initial display to the size of the
window.
|
| |
|
|
|
|
|
| |
before chflags, and exit non-zero if the old TEMPROOT dir
can't be deleted for whatever reason.
|
|
|
|
|
|
| |
goes to James <James_Bond_79@yahoo.com>, and Cyrille Lefevre
<cyrille.lefevre@laposte.net>. The make variables problem was found
by jon.
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
| |
* Make chflags -R more efficient by deleting everything we can first
|
|
|
|
|
| |
directory so that /var/empty, and any other such items that are
added in the future can be deleted effectively.
|
|
|
|
|
|
|
| |
hatching the idea of using dc, and Giorgos (keramida) for incubating it.
This also reverses most of the previous commit which took out or
modified the text about umask stuff.
|
|
|
|
|
|
|
| |
are installing.
* Since this means that for now we can't accomodate non-standard
umask's, warn the user accordingly.
* Convert the "press enter to continue" prompt into a function.
|
|
|
|
| |
Submitted by: brian
|
|
|
|
| |
* Document the COMP_CONFS variable in the .mergemasterrc example
|
|
|
|
|
| |
* Take a simple idea about setting the screen width using stty (for sdiff's
purposes) thoughtfully suggested by Joerg to an absurd conclusion.
|
|
|
|
| |
in the ${TEMPROOT}/usr/obj directory by deleting them first.
|
|
|
|
| |
post-mm rc.conf[.local] comparisons.
|
|
|
|
| |
Thanks to cjc for the idea.
|
|
|
|
|
|
|
|
| |
master.passwd, group, and make.conf
* Add a feature to check variables in rc.conf[.local] to their
counterparts in /etc/defaults/rc.conf after a run
* Twiddle whitespace a little
* Change some "[ -f file ] && rm file" to "rm -f file"
|
|
|
|
|
|
|
|
|
| |
* Fix a problem with files that have no CVS $Id's. Thanks to naddy for
spotting this one. It wasn't a _huge_ problem since almost all the files
we install (except motd) have one, but still, it's a bug.
* Add a divider between diff outputs, which is helpful both for logs,
and for giving a good visual clue for diffs that are smaller than
$LINES. Another helpful suggestion from Gary W. Swearingen, swear@blarg.net.
|
|
|
|
|
| |
* Expand on the definition of the -s (strict) option, at the suggestion
of Gary W. Swearingen, swear@blarg.net.
|
|
|
|
|
|
|
|
| |
the source tree once and for all.
Pointed out by: A cast of thousands
Reviewed by: asmodai
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
exist, and therefore mm_install is returning the "fail" value of
the test instead of the "success" value for install.
This change is a no-op on HEAD, but since the only harm on RELENG_4
ATM is a spurious warning it can follow the usual MFC practice.
Submitted by: A cast of thousands :-/
|
|
|
|
|
|
|
|
|
| |
"install && rm" change fits in with the new FreeBSD default of
copy instead of move for install. Changing the order of the deletion
of the spurious password files doesn't affect FreeBSD functionality,
but it's done in such a way as not to matter.
Obtained from: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
|
|
|
|
|
| |
* Minor umask portability change (Christian Weisgerber <naddy@mips.inka.de>)
* Clarify default value of the "run it now" option (bmah)
* Make "run it now" $DESTDIR safe (bsd)
* Handle installation of hard links for /.profile and /.cshrc properly
when the auto-install option is selected
* Fix some more whitespace issues
|
| |
|
|
|
|
|
|
|
| |
installed" instead of "old and new". Inspired by the somewhat
non-linear PR, which really didn't have a fix, per se.
PR: conf/27235 Roelof Osinga <roelof@eboa.com>
|
|
|
|
|
|
|
|
|
|
| |
missing on the system. Instead of passing it by, mm was prompting...
bad mm, no cookie!
Brought to my attention by the PR, but the fix needed to be tweaked to
handle the auto-install option as well.
PR: misc/25731 Gilbert Gong <ggong@cal.alumni.berkeley.edu>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter.
The names imply what they do. The last commit by DES based on a PR defeated
the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do
the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV
challenge.
Reflect this in mergemaster, this might later on be decided to be set to
NO_MAKEDEV_INSTALL, for now I kept to the old behaviour.
|