Brian Somers
00c5ae6b03
Don't suggest creating sockets in /var/run as we create
...
sockets as our original uid. Suggest creating /var/ppp
with perms 1777 instead.
Pointed out by: Masafumi NAKANE <max@wide.ad.jp>
1997-12-30 23:34:35 +00:00
Jordan K. Hubbard
26b044dc2e
Normalize default owner/group handling, fix bogons in a couple of
...
printf arg lists.
1997-12-29 09:45:23 +00:00
Jordan K. Hubbard
d0cc10a88b
Yet another slight bogon that I just noticed needed cleaning up. The for
...
loop was sloppily written, taking advantage of a default for argument
handling which few are probably aware of rather than stating its purpose
more explicitly. Can't also help but notice that the fd* entry also contains
far more comment lines than actual statements - can we please clean that
up? The wt* entry could use a bit of the same.
1997-12-29 00:10:20 +00:00
Jordan K. Hubbard
0259912885
Whoops - one small tweak: I eliminated the deprecated isdn case,
...
so also remove mention of it in the comments.
1997-12-29 00:03:36 +00:00
Jordan K. Hubbard
62f6fce717
Remove all explicit rm's (with and without wildcards) and replace them
...
with a function which does the rm/mknod in one step, eliminating the
gratuitous device node removal behavior of before.
Reviewed by: bde
1997-12-29 00:02:18 +00:00
Steve Price
e8f5e3e6b2
Add a ldconfig_paths variable that specifies the shared library paths
...
to be given to ldconfig(8).
PR: 5178
Submitted by: Evan Champion <evanc@synapse.net>
1997-12-27 19:46:54 +00:00
Brian Somers
313572f3e3
Allow (and document) execution of commands from within
...
our chat script.
You can now even run chat(8) - see ppp.conf.sample.
1997-12-27 07:22:12 +00:00
Julian Elischer
4081ff72b1
Add an entry for SKIP, and update the pointer to the new reference source.
1997-12-19 22:03:25 +00:00
Brian Somers
867ca4ed97
The ``super scsi'' device is /dev/scc.
...
I'm not sure it's fully functional though !
1997-12-19 14:14:26 +00:00
Paul Traina
f8371be67d
Warn if ISC-DHCP not available.
1997-12-17 01:57:18 +00:00
Paul Traina
3accbba09b
Add support for explicit 3C589D varients and XJ1336 modems
1997-12-16 02:43:26 +00:00
Paul Traina
8e4ed0829d
Support ISC-DHCP if the package is available.
1997-12-16 02:25:36 +00:00
Nate Williams
5fa1e123e1
- Fix some very minor typos.
1997-12-15 04:38:15 +00:00
Jordan K. Hubbard
e9c1434e68
typo fix.
...
PR: 5289
Submitted by: Studded@dal.net
1997-12-14 12:30:59 +00:00
Daniel O'Callaghan
f81b400db5
Back out last commit re dmesg.boot
1997-12-09 10:06:49 +00:00
Daniel O'Callaghan
222d148ced
Make rc record boottime dmesg to /var/log/dmesg.boot, so the data
...
is preserved after it scrolls out of the dmesg buffer.
1997-12-09 07:22:04 +00:00
Jonathan M. Bresler
d0be126913
correct an error that i made in check_relay.
...
check_relay cannot return temporary errors.
The temporary error is logged in the sendmail log, but on the SMTP
protocol level, sendmail returns '550 Access Denied'.
Reviewed by: jmb
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
1997-12-07 16:50:11 +00:00
Nate Williams
d379cdf006
- Added entry for 'Linksys Combo PCMCIA EthernetCard'
...
Submitted by: Brad Karp <karp@eecs.harvard.edu>
1997-12-07 05:20:56 +00:00
Nate Williams
fc018b804b
- Added entries for LinkSys ethernet card and Apex Data Modem.
...
Submitted by: Ken Key <key@cs.utk.edu>
1997-12-05 04:33:58 +00:00
Andrey A. Chernov
a587a35bbd
Expand default datasize to 22M, perl5 & pine are usual memory eaters
1997-12-03 01:12:48 +00:00
David E. O'Brien
d297e64f8c
Revisions 1.14 and 1.9.2.3 fixed PR conf/5127.
1997-12-01 21:18:39 +00:00
David E. O'Brien
75d1a35307
MF 22s
1997-12-01 06:11:34 +00:00
Jonathan M. Bresler
26da30bbbc
improve anti-spam rulesets: check_relay, check_mail, check_rcpt.
...
break each ruleset into identified sections. (called groups).
note which groups can be reordered.
each group accepts and returns the same strings,
as much as possible.
reactivate Paul Vixie's RBL (in check_mail)
add rules to limit mail relaying to a list of hosts and domains
in the R class (check_rcpt, not active on hub.freebsd.org)
Submitted by: jmb
1997-12-01 00:15:38 +00:00
Steve Price
50452e08a0
datasize-curr -> datasize-cur, typo fix.
...
PR: 5152
Submitted by: owaki@st.rim.or.jp
1997-11-27 17:52:52 +00:00
Brian Somers
ac4c6ef8a9
Check for rejected mail
...
Not commented on by: freebsd-hackers
1997-11-22 04:02:51 +00:00
Nate Williams
51d18e4a08
- In addtition to flushing the routes, also flush the arp cache when bringing
...
up the new network link.
Submitted by: Guido van Rooij <guido@gvr.org>
1997-11-20 22:31:11 +00:00
Nate Williams
52f2ef0b82
- Setup a default route (if one is set) when the card is inserted. This
...
needs to be re-thought, but should work better for 95% of the users.
Stolen from: rc.network
1997-11-19 18:51:25 +00:00
Brian Somers
0346113c71
Add the ``loop'' example to the right file (oops).
1997-11-18 19:21:47 +00:00
Brian Somers
37fc102209
Add a loopback example.
1997-11-18 18:59:57 +00:00
Steve Price
390200d554
Resurrect a modified version of the /tmp clearing code from rev 1.119.
...
Enable this by setting clear_tmp_enable in rc.conf to YES. Beware
there can be serious side-effects of enabling this, so use at you own
risk.
PR: misc/4982, misc/5054
1997-11-16 12:52:17 +00:00
Nate Williams
5547669065
- Added entry for Accton 2216 ethernet card.
...
Submitted by: Patrick Gardella <patrick@cre8tivegroup.com>
1997-11-14 18:48:59 +00:00
Brian Somers
bfc6401f6f
Some "allow" examples.
1997-11-12 00:52:16 +00:00
Brian Somers
38dc1ef458
Mention IP address label in ppp.linkup.
...
Add an "examples:" label so that people don't
inadvertently get all the examples with the
"ondemand" label.
1997-11-10 21:27:36 +00:00
Jordan K. Hubbard
19c6c94322
Use more secure defaults for amd.map.
...
PR: 3846
Submitted by: Takeshi WATANABE <watanabe@komadori.planet.kobe-u.ac.jp>
1997-11-10 05:24:01 +00:00
Brian Somers
10f2eeb1d5
Suggest that a ``!include ~/.ppp.conf'' may be in order.
1997-11-09 17:54:27 +00:00
Brian Somers
12b427c2d6
Don't mention removed ppp sample files
...
Pointed out by: jkh
1997-11-09 14:24:24 +00:00
Brian Somers
c3b056645f
Merge ppp configuration examples.
...
Add some useful bits & pieces.
1997-11-08 20:58:41 +00:00
Sean Eric Fagan
5a583f9c34
Allow the system to be configured to pass "-n" to kerberos and
...
kadmind or not; also, only run kadmind on a non-slave server. Man
page for rc.conf is also updated.
Reviewed by: Mark Murray
1997-11-07 20:45:48 +00:00
Brian Somers
16d4f6d1c0
Mention how to keep the line for a minimum call charge.
...
Suggested by: Stuart Henderson <stuart@internationalschool.co.uk>
1997-11-07 20:44:12 +00:00
Poul-Henning Kamp
3510af87fa
Make roots prompt "hostname -s
# "
1997-11-07 17:22:32 +00:00
Andrey A. Chernov
c1d175accd
Add sl_SI directories
1997-11-07 15:38:24 +00:00
Wolfram Schneider
7010605e55
Check for files belongs to an unknown user or unknown group.
...
Do not run by default.
1997-11-01 15:03:05 +00:00
Wolfram Schneider
d5c1fb3ee9
Delete unused code.
1997-11-01 15:00:40 +00:00
John Polstra
fd04609162
Add "mrouted_flags". It has been referenced by rc.network for a
...
long time.
1997-10-31 01:58:53 +00:00
Nate Williams
d507cb92a3
- Commented out some PAO specific portions of this file.
...
Noticed by: Michael Reifenberger <root@totum.plaut.de>
1997-10-30 01:17:01 +00:00
Andrey A. Chernov
87b7ee4066
Back out moving nobody to daemon class, the problem fixed in another place:
...
inetd
1997-10-27 22:07:03 +00:00
Andrey A. Chernov
a7572a0143
Move nobody to daemon class, otherwise it is impossible to start fingerd
...
while Apache is running, it effectively eats all default class limits for
nobody
1997-10-27 16:59:07 +00:00
Jun-ichiro itojun Hagino
d63c6d1aaa
obey internet-draft "draft-stevens-advanced-api-04.txt" for ipv6 defs.
1997-10-23 15:11:21 +00:00
Mike Smith
5dff319cc7
Add entries for the Danpex EN-6200P2 and Megahertz XJ4336
1997-10-23 14:00:40 +00:00
Nate Williams
fd5f040f7a
- Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD's
...
default pccard daemon.
1997-10-21 18:07:36 +00:00