hosokawa
915ad17a17
configure "pccardd_flags" in /etc/rc.conf by sysinstall.
1999-07-04 15:54:14 +00:00
hosokawa
99d8c42b72
Modified to configure pccard_mem in /etc/rc.conf by sysinstall.
1999-07-04 15:11:23 +00:00
peter
be406231c5
Delete special handling for 'device-driver' suffix, it's not used in
...
the kernel source now.
1999-07-03 19:22:52 +00:00
mharo
b6270032c1
wcd -> acd
...
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-07-03 05:42:38 +00:00
jkh
09d2fcf7ce
Eliminate some varargs abuse.
1999-07-02 22:36:14 +00:00
sheldonh
60d229e604
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
sheldonh
70faa23160
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
sheldonh
9b08a567c1
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
jkh
83b29a75bb
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
mks
7707e35f12
Modify code to be -Wall'able.
...
PR: bin/11315
1999-07-01 20:48:59 +00:00
peter
140b47277b
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
8a33200f02
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
sheldonh
e3cd370e12
Ommitted in previous commit message:
...
Submitted by: David Malone <dwmalone@maths.tcd.ie>
1999-06-30 23:47:46 +00:00
sheldonh
fe92ab33f8
Enable wrapping for dgram services and fix logging so that -l really
...
does log all connections.
1999-06-30 23:36:39 +00:00
sheldonh
a987e5b063
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
c9ebcf4453
Grammar and spelling fixes
...
Obtained from: OpenBSD
1999-06-30 12:49:56 +00:00
hosokawa
3c3a5fcaa2
Changed pcicmem and cardirq variables to non-dirty variables.
1999-06-30 05:04:37 +00:00
hosokawa
c8760ef377
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
hosokawa
b741c9ce12
Added -z and -i option.
1999-06-30 03:49:30 +00:00
hosokawa
cd20be7e99
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
pb
0ff8a29fa6
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
sheldonh
fa84406525
Sync usage() with the manpage.
...
Approved by: mpp
1999-06-28 11:27:14 +00:00
sheldonh
b86772ac10
Fix broken logic: (!wrap || log) -> (!wrap && log) .
...
Reported by: David Malone <dwmalone@maths.tcd.ie>
1999-06-28 09:28:17 +00:00
obrien
d3ca6b9c8b
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
billf
e3def919df
New ports/{java,irc,x11-servers} categories, Step #5 - update misc files.
1999-06-28 02:37:34 +00:00
sheldonh
9b5c2ba429
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
sheldonh
31aade9ad1
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
mpp
89db2f3e26
Minor mdoc fix.
1999-06-26 23:16:40 +00:00
pb
2f10423ca8
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
sheldonh
369347073f
Report the correct master.passwd path on failure when the -d option is
...
used.
1999-06-26 10:45:06 +00:00
sheldonh
038f23db19
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
f8e5afd193
Correct usage message
1999-06-26 03:11:39 +00:00
brian
63f7bbda3e
Don't bother read()ing if we ``expect'' nothing in our chat script.
1999-06-26 02:54:36 +00:00
brian
909ee378b7
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
n_hibma
db6e1d6b4a
Fix typo (missing double quote)
1999-06-24 17:20:54 +00:00
imp
95568d31ee
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
imp
37b915c08f
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
imp
b6415deff2
'?' shouldn't be in the usage string. Unknown characters are already
...
converted to '?'.
1999-06-24 06:33:24 +00:00
mpp
74991d7076
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
billf
ce33e41080
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
f32906f485
Support `igmp' filters.
...
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
1999-06-23 16:48:24 +00:00
brian
d585805fb0
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
jkh
75c3a6828f
Eliminate dead ntp servers.
...
Submitted by: mharo
1999-06-23 03:52:10 +00:00
mharo
30c84db9d6
Make UTC or local time message a little more clear.
1999-06-23 03:31:36 +00:00
rnordier
5c8982f442
Check that we really have a boot0 mbr before treating it as one.
...
Suggested by: peter
Also add a few comments.
1999-06-22 18:57:49 +00:00
yokota
88e8114a8f
Reflect recent changes in syscons.
1999-06-22 14:15:46 +00:00
brian
d252fb5178
Disable TUNSLMODE when we first open the tun device.
...
Submitted by: Ian West <ian@niw.com.au>
1999-06-22 11:31:42 +00:00
rnordier
f31af56e7f
Ensure that an update takes place when the -m option is used.
1999-06-21 14:40:59 +00:00
sheldonh
1d3d610bba
Use Dq mdoc tag for double-quoted words.
1999-06-21 11:43:13 +00:00
sheldonh
35595e48b4
Fix handling of maximum children and connections per minute.
...
Submitted by: David Malone <dwmalone@maths.tcd.ie>
1999-06-21 11:17:34 +00:00