Kazutaka YOKOTA
e47178acae
Do not list a null string in a dialog box.
1999-07-07 13:20:38 +00:00
Jordan K. Hubbard
ad4faaa504
invoke fvwm properly
1999-07-07 09:47:41 +00:00
Poul-Henning Kamp
2cde7060d5
update fla related entries.
1999-07-06 20:40:22 +00:00
Jordan K. Hubbard
152a27509b
Don't ask about Linux emulation on the alpha (for now).
1999-07-06 09:19:36 +00:00
Tatsumi Hosokawa
0f37309e5c
Use #include <pccard_conf.h> instead of -DPCCARD.
...
Now we don't have to make clean before make boot.flp's.
1999-07-06 09:16:00 +00:00
Jordan K. Hubbard
2618634bae
Add an option for more fully enabling linux compatibility.
1999-07-06 08:45:40 +00:00
Nik Clayton
5cb0ef41b5
Make the source and the man page agree about the flags accepted by
...
ntpdate.
PR: docs/12344
Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at>
Reviewed by: nik
1999-07-05 23:06:33 +00:00
Kazutaka YOKOTA
d37fc024fe
Added the EXAMPLE section and try to make the text slightly more informative.
...
Grammar and Spelling Reviewed by: mpp
While mpp kindly checked grammar and spelling, any technical errors
remaining in the man pages are entirely of mine.
1999-07-05 09:58:41 +00:00
Tatsumi Hosokawa
2a5512b1c9
configure "pccardd_flags" in /etc/rc.conf by sysinstall.
1999-07-04 15:54:14 +00:00
Tatsumi Hosokawa
631b67070b
Modified to configure pccard_mem in /etc/rc.conf by sysinstall.
1999-07-04 15:11:23 +00:00
Peter Wemm
1b24aa44b9
Delete special handling for 'device-driver' suffix, it's not used in
...
the kernel source now.
1999-07-03 19:22:52 +00:00
Michael Haro
582913b94e
wcd -> acd
...
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-07-03 05:42:38 +00:00
Jordan K. Hubbard
7050843886
Eliminate some varargs abuse.
1999-07-02 22:36:14 +00:00
Sheldon Hearn
eb0fde47f8
Allow service alias names from /etc/services to be used when specifying
...
internal services in inetd.conf .
The inetd(8) manpage used to say that the official name of a service
_must_ be used, yet inetd itself was hardcoded to used a service alias for
the auth service, namely ident!
Rather than change inetd.conf and break existing configurations on next
upgrade, we now allow service aliases as well as official names. This
allows the software to work as expected and still support existing
configurations.
This should not breaking existing wrapped configurations either and the
inetd(8) manpage already states that it is the service name specified in
inetd.conf that is used for calls to hosts_access(3).
PR: 11796
Reported by: Alex Charalabidis <alex@wnm.net>
Approved by: des
1999-07-02 16:21:13 +00:00
Sheldon Hearn
27fd1dba4e
Clarify that the services name, as specified in inetd.conf, for an
...
internal service should be used as the daemon name when constructing
hosts_access(5) rules.
1999-07-02 15:58:32 +00:00
Sheldon Hearn
1361b1fd76
Back out previous commit. Allowing `-' as a pseudonym for /dev/stdin is
...
legacy behaviour inherited from systems that don't have /dev/stdin.
Requested by: bde
1999-07-02 12:31:31 +00:00
Jordan K. Hubbard
9cbedf095b
Fix stupid error where more bits where set than actual distributions
...
used. Doh!
Embarassingly-pointed-out-by: Brian Dean <brdean@unx.sas.com>
1999-07-02 02:00:23 +00:00
Mike Spengler
2c7d6d81ef
Modify code to be -Wall'able.
...
PR: bin/11315
1999-07-01 20:48:59 +00:00
Peter Wemm
2da5c22ea3
Don't include trailing whitespace in ID tokens before comments. ie:
...
options FOO=10 # comment
would give FOO the value of "10 " and that caused unwanted
touches on the opt_*.h files.
I hope I've got this right..
1999-07-01 16:20:16 +00:00
Peter Wemm
02e7144a4e
Detect and remove defunct or unknown options from opt_*.h files. This
...
can happen when options are removed from the options files.
1999-07-01 16:17:13 +00:00
Sheldon Hearn
1efeefd521
Ommitted in previous commit message:
...
Submitted by: David Malone <dwmalone@maths.tcd.ie>
1999-06-30 23:47:46 +00:00
Sheldon Hearn
c48c2d6d38
Enable wrapping for dgram services and fix logging so that -l really
...
does log all connections.
1999-06-30 23:36:39 +00:00
Sheldon Hearn
2835cbd026
Allow the use of `-' as an argument to the -w option so that standard
...
input may be used (e.g. gunzip -c /var/log/wtmp.Jan.gz | ac -w - ).
PR: 12467
Submitted by: wollman
1999-06-30 21:46:03 +00:00
Kris Kennaway
dac696d0ca
Grammar and spelling fixes
...
Obtained from: OpenBSD
1999-06-30 12:49:56 +00:00
Tatsumi Hosokawa
a4faaa53b0
Changed pcicmem and cardirq variables to non-dirty variables.
1999-06-30 05:04:37 +00:00
Tatsumi Hosokawa
0f1bf4524a
pccard_beep parameter is not supported by rc.conf and rc.pccard of -current.
...
(I'll port it later...)
1999-06-30 04:16:08 +00:00
Tatsumi Hosokawa
04b21fd64b
Added -z and -i option.
1999-06-30 03:49:30 +00:00
Tatsumi Hosokawa
3e478b3901
FreeBSD does supports LKM now.
...
PR: doc/10331
Reviewed by: mpp@freebsd.org
Submitted by: Andreas Gustafsson <gson@araneus.fi>
1999-06-29 23:59:15 +00:00
Pierre Beyssac
9d1163f7c3
Move call to umask(0) back into pw_util(), because the latter
...
function is also used by chpass(1) and passwd(1).
1999-06-29 01:04:10 +00:00
Sheldon Hearn
9735000dd4
Sync usage() with the manpage.
...
Approved by: mpp
1999-06-28 11:27:14 +00:00
Sheldon Hearn
8d0fe86993
Fix broken logic: (!wrap || log) -> (!wrap && log) .
...
Reported by: David Malone <dwmalone@maths.tcd.ie>
1999-06-28 09:28:17 +00:00
David E. O'Brien
63b5983b9e
Syntax for user/group is changed from "user.group" to "user:group" to be
...
consistant with chown(8).
1999-06-28 03:15:02 +00:00
Bill Fumerola
40bebd321a
New ports/{java,irc,x11-servers} categories, Step #5 - update misc files.
1999-06-28 02:37:34 +00:00
Sheldon Hearn
6e4989b255
Fix the SYNOPSIS to reflect that the -w option can be specified twice.
...
Requested by: obrien
Approved by: mpp
1999-06-27 21:07:55 +00:00
Sheldon Hearn
54f5ebed00
Add command-line option (-w), specified once to enable wrapping and
...
twice to enable wrapping for internal wrapping as well. If the option is
not specified wrapping is turned off so that inetd will behave exactly
as it used to before TCP Wrappers was imported.
Change etc/defaults/rc.conf so as to encourage wrapping on new systems.
Clarify the use of TCP Wrappers in the IMPLEMENTATION NOTES of the
manual page.
Approved by: jkh
1999-06-27 18:05:34 +00:00
Mike Pritchard
25b6a7d131
Minor mdoc fix.
1999-06-26 23:16:40 +00:00
Pierre Beyssac
2ece3ed4c8
Force umask to 077 (instead of 000) during the edit phase, to get
...
secure permissions in case the user attempts to save something to
a file of his own.
Move umask stuff out of pw_init() into main() for better visibility
of overall umask tweaking logic.
PR: misc/11797
1999-06-26 12:15:39 +00:00
Sheldon Hearn
7cf53d0aab
Report the correct master.passwd path on failure when the -d option is
...
used.
1999-06-26 10:45:06 +00:00
Sheldon Hearn
af2d5f9b31
Add -d option to vipw(8) to allow selection of an alternative directory
...
for the password files.
PR: 2703
Submitted by: jmg
1999-06-26 07:16:42 +00:00
Brian Somers
6cb576792a
Correct usage message
1999-06-26 03:11:39 +00:00
Brian Somers
ddd6808024
Don't bother read()ing if we ``expect'' nothing in our chat script.
1999-06-26 02:54:36 +00:00
Brian Somers
6a32b41413
If we run out of chat script immediately after a successfully executed
...
expect-send-expect sequence, finish gracefully, don't core dump.
This bug has been there for over a year - I could never reproduce it !
Straw provided by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-06-26 02:54:24 +00:00
Nick Hibma
81d3029772
Fix typo (missing double quote)
1999-06-24 17:20:54 +00:00
Warner Losh
01f6620685
Per Ken's request, back out my last change to this file. iostat's man
...
page documents '?' as a valid option, as does the usage message. None
of the other programs' man pages documented '?' as a valid option.
1999-06-24 07:39:25 +00:00
Warner Losh
35994ac2c0
Two getopts related nits:
...
o getopt returns -1 rather than EOF on errors
o getopt returns '?' for characters it doesn't know about, so
don't include them in the getopt options string.
1999-06-24 06:43:21 +00:00
Warner Losh
02db1769f3
'?' shouldn't be in the usage string. Unknown characters are already
...
converted to '?'.
1999-06-24 06:33:24 +00:00
Mike Pritchard
a684cccdd6
Some man page cleanup. Make the NAME and SYNOPSIS sections agree so
...
that whatis(1) will produce the expected results.
Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
1999-06-24 06:22:24 +00:00
Bill Fumerola
69f8389253
If we are going to have a case for '?' then we should define it in Options.
...
Submitted by: Ben Olson <bseth@chc-chimes.com>
1999-06-23 16:54:38 +00:00
Brian Somers
1f9e5fe5fa
Support `igmp' filters.
...
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
1999-06-23 16:48:24 +00:00
Brian Somers
dead5c07cc
The ports tree is now 83MB. Change `about 50MB'' to
`about 90MB''.
...
Suggested by: Mark Knight <markk@shrewd.demon.co.uk
1999-06-23 08:40:56 +00:00