lukem
19a92f1b8c
Fix -Wsign-compare issue
2009-04-15 01:01:06 +00:00
lukem
d8a2ebd20f
Fix -Wsign-compare issues
2009-04-15 00:40:01 +00:00
lukem
2132a832ac
Fix -Wsign-compare issue
2009-04-15 00:37:05 +00:00
lukem
020f7791cb
Fix -Wsign-compare issues
2009-04-15 00:35:04 +00:00
lukem
4d8dfd66df
Fix -Wsign-compare issues.
...
(Use %u not %d for unsigned ints.)
2009-04-15 00:32:23 +00:00
lukem
7affd6558f
Fix -Wsign-compare issues
2009-04-15 00:13:50 +00:00
wiz
fe9ffd31fe
New sentence, new line. Use .An.
2009-04-12 19:39:52 +00:00
joerg
bd9cbe41e8
Remove conditional, groff now knows how to deal with ASCII output.
2009-04-12 18:51:33 +00:00
christos
b9beabb76c
unhook bind
2009-04-12 17:13:06 +00:00
apb
6e9108295a
When an mtree spec file omits a parent directory, "missing directory in
...
specification", instead of "no such file or directory".
2009-04-11 14:32:51 +00:00
wiz
5f950b1010
New sentence, new line.
2009-04-11 13:24:37 +00:00
wiz
159965be32
Sort option descriptions.
2009-04-11 13:24:17 +00:00
wiz
3bafbbb30d
New sentence, new line. Remove empty section. Add comma in enumeration.
2009-04-11 13:24:00 +00:00
lukem
f93f13ab6f
fix -Wsign-compare issue on amd64
2009-04-11 12:55:29 +00:00
lukem
7f26f737dc
fix -Wcast-qual issues
2009-04-11 12:44:29 +00:00
lukem
ad5ee40a86
fix WARNS=4 issues
2009-04-11 07:51:59 +00:00
reed
85ecea6539
Make sure named-compilezone manual page is available too.
...
(Upstream provides as a symlink to named-checkzone, but using MLINKS
here.)
2009-04-10 03:50:38 +00:00
apb
02a79f3336
* Rewrite intro to mention all three things mtree can do (check directory
...
tree against spec; create spec; modify spec).
* Consistently use "options" to refer to command line options. "flags"
is used to refer to file flags.
* Some other clarifications and changes for consistency.
2009-04-09 09:53:37 +00:00
joerg
a5e9c389e6
Quote potential macro used as literal. Don't use .Xo/.Xc to work around
...
ancient groff macro argument limit.
2009-04-09 04:10:40 +00:00
joerg
d87cddc68e
.br -> .Pp, capitalize subsection titles
2009-04-09 02:41:44 +00:00
joerg
d942d2f2cd
Don't depend on magic default value for -offset. Don't use .br, use a
...
paragraph. Use more sane indentation and avoid compact style for huge
list to make it more readable.
2009-04-09 02:30:51 +00:00
wiz
d1b96e557a
Sync usage with man page.
2009-04-08 19:43:05 +00:00
wiz
7b2130ba39
Sort options and option descriptions.
...
Remove an incomplete sentence ("It will") -- probably pasto.
Give the tagged lists more space for the first column.
Remove unnecessary Bk/Ek pairs.
2009-04-08 19:39:23 +00:00
apb
ef658dd50e
The recent addition of sorting to "mtree -C" broke some third party
...
scripts. Now make sorting optional, controled by the "-S" flag.
2009-04-08 19:03:13 +00:00
joerg
bd027b10ec
Fix markup.
2009-04-08 14:36:41 +00:00
joerg
b20b8e52a6
Add missing quotes.
2009-04-08 14:33:12 +00:00
joerg
cdea36b6f8
Fix markup.
2009-04-08 14:20:38 +00:00
joerg
2cfdc9a96c
Convert to more semantic markup.
2009-04-08 13:47:07 +00:00
joerg
d2c5af5c91
Use semantic markup.
2009-04-08 13:41:54 +00:00
joerg
f4bfcdb4ae
Improve markup.
2009-04-08 13:36:32 +00:00
joerg
663328acb0
Remove non-sensical .ad macro. Don't use .Xo/.Xc.
2009-04-08 13:31:38 +00:00
joerg
32a51b5de6
Fix markup.
2009-04-08 13:13:42 +00:00
apb
62b6b42c6f
fix another missing "prev" link
2009-04-07 18:06:41 +00:00
martin
ecad31aebd
Now that we use ?= to optionally assing to ddb.onpanic, match that when
...
testint existing configurations too.
2009-04-06 00:30:33 +00:00
apb
dc1b0e5339
Fix broken "prev" pointer in one case.
2009-04-05 15:47:03 +00:00
dogcow
f0f15c8b0d
Watch one's "p"s and "q"s and fix cast aspersions on alpha ("warning: field
...
precision should have type 'int', but argument 2 has type 'long int'")
2009-04-05 12:15:07 +00:00
lukem
aa4393e8f7
WARNS=4
2009-04-05 12:04:04 +00:00
lukem
cf65938aa6
fix sign-compare issues
2009-04-05 12:03:48 +00:00
lukem
2b2f4703f2
fix sign-compare issues
2009-04-05 11:48:02 +00:00
apb
c5c8c1dcb2
Tags are internally stored with leading and trailing commas, for ease
...
of using strstr(3) to check them against inclusion or exclusion lists.
Don't output the leading or trailing commas.
2009-04-04 21:49:49 +00:00
christos
9587268219
fix pasto: don't print the critcap when the warncap was asked. Also off by
...
one in length. From Anon-Ymous.
XXX: Should pull up to 5.0
2009-04-04 18:43:01 +00:00
wiz
88ada6d2b7
Convert to mdoc. Bump date for previous.
2009-04-04 17:29:59 +00:00
perry
4cfab35c9c
New feature: "?" for time specifications, means a single time selected at
...
random from within the range at file read time. Very useful if you
want to avoid having a fleet of machines melt a server by all trying to
contact it at a precise time every morning. See docs for details.
Reviewed by: christos, apb, vixie, others.
XXX apb suggests, quite reasonably, that ?10-16/2 should mean
something like 10,12,14,16 or 11,13,15. I'm too lazy to do it right
now, but it should be done.
XXX vixie suggests, quite reasonably, that if you're using "?" one
should delay randomly by 0-59 seconds. In the modern NTP world, you
could imagine that with a million well synchronized machines the
second just at the minute would be hit quite hard. I'm too lazy to do
it right now, but it should be done.
XXX cron needs to be updated to Vixie's cron 4.1 code.
2009-04-04 16:05:10 +00:00
apb
5e464841ab
Make "mtree -C" sort its output.
...
As the input is read from a specfile into a tree of linked lists,
keep each linked list sorted. The sort order is the same as that
already used by "mtree -c": directories sort after non-directories, but
otherwise names are sorted in the order used by strcmp().
2009-04-03 21:18:59 +00:00
christos
af069eb3c7
Centralize the ROUNDUP and ADVANCE macro in a header file, give them an
...
RT_ prefix and use them appropriately, instead of making copies. Make
pppd use the RT_ROUNDUP macro; fixes proxyarp setting on 64 bit hosts.
XXX: All this should be pulled up to 5.0
2009-04-02 21:02:06 +00:00
martin
4e59766728
Make the ddb.onpanic line acceptable even if commented out
2009-04-01 16:38:46 +00:00
pooka
d3739e6172
Save errno before descending to cleanup gehennom.
2009-03-29 16:06:53 +00:00
dholland
a1d97be176
Minor fix, from Alan R. S. Bueno in PR 41046, adjusted by me to not use
...
the default operand of .Ar on grounds of source clarity.
2009-03-29 06:04:50 +00:00
ad
5d2a6ba964
Add -x: summarize events, and do not report on lock types.
2009-03-21 13:02:19 +00:00
mike
c7f073e0ff
Fix check for duplicate gid when '-g =uid' is specified to usermod.
...
Closes PR bin/40391
2009-03-20 02:53:47 +00:00