Commit Graph

1421 Commits

Author SHA1 Message Date
jkh
2d2c1486ba 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
jkh
70552aa81e 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
7be657e8a3 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
c7a3203199 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
0a1b5e5ec2 Add an entry for SKIP, and update the pointer to the new reference source. 1997-12-19 22:03:25 +00:00
brian
9564a08fa8 The ``super scsi'' device is /dev/scc.
I'm not sure it's fully functional though !
1997-12-19 14:14:26 +00:00
pst
5d80b78f9c Warn if ISC-DHCP not available. 1997-12-17 01:57:18 +00:00
pst
b5fcd46c25 Add support for explicit 3C589D varients and XJ1336 modems 1997-12-16 02:43:26 +00:00
pst
f17b8b0cc6 Support ISC-DHCP if the package is available. 1997-12-16 02:25:36 +00:00
nate
d0d51a7d87 - Fix some very minor typos. 1997-12-15 04:38:15 +00:00
jkh
c4f28f1efa typo fix.
PR:		5289
Submitted by:	Studded@dal.net
1997-12-14 12:30:59 +00:00
danny
edab3be997 Back out last commit re dmesg.boot 1997-12-09 10:06:49 +00:00
danny
ee28c6d757 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
jmb
ee07318935 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
356879d288 - Added entry for 'Linksys Combo PCMCIA EthernetCard'
Submitted by:	Brad Karp <karp@eecs.harvard.edu>
1997-12-07 05:20:56 +00:00
nate
ff417c501b - 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
ache
9d22d2de83 Expand default datasize to 22M, perl5 & pine are usual memory eaters 1997-12-03 01:12:48 +00:00
obrien
54b278c1bd Revisions 1.14 and 1.9.2.3 fixed PR conf/5127. 1997-12-01 21:18:39 +00:00
obrien
4d9672d387 MF 22s 1997-12-01 06:11:34 +00:00
jmb
1f5818dde0 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
ba6d632eea datasize-curr -> datasize-cur, typo fix.
PR:		5152
Submitted by:	owaki@st.rim.or.jp
1997-11-27 17:52:52 +00:00
brian
9475f7b51a Check for rejected mail
Not commented on by: freebsd-hackers
1997-11-22 04:02:51 +00:00
nate
d3bfedd38f - 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
77806b26e5 - 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
f4b1f05802 Add the ``loop'' example to the right file (oops). 1997-11-18 19:21:47 +00:00
brian
a8bf324108 Add a loopback example. 1997-11-18 18:59:57 +00:00
steve
2c2d3b0330 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
a61bd2f3eb - Added entry for Accton 2216 ethernet card.
Submitted by:	 Patrick Gardella <patrick@cre8tivegroup.com>
1997-11-14 18:48:59 +00:00
brian
688d87aa5a Some "allow" examples. 1997-11-12 00:52:16 +00:00
brian
898263b85d 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
jkh
abc5aa65e1 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
0e30b185c2 Suggest that a ``!include ~/.ppp.conf'' may be in order. 1997-11-09 17:54:27 +00:00
brian
62165920fc Don't mention removed ppp sample files
Pointed out by:	 jkh
1997-11-09 14:24:24 +00:00
brian
a344274dcf Merge ppp configuration examples.
Add some useful bits & pieces.
1997-11-08 20:58:41 +00:00
sef
5cb2a472c9 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
a44ce4640c 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
phk
75e847c4a4 Make roots prompt "hostname -s# " 1997-11-07 17:22:32 +00:00
ache
4c891001fa Add sl_SI directories 1997-11-07 15:38:24 +00:00
wosch
3c4c203704 Check for files belongs to an unknown user or unknown group.
Do not run by default.
1997-11-01 15:03:05 +00:00
wosch
883fab98f1 Delete unused code. 1997-11-01 15:00:40 +00:00
jdp
17d7551904 Add "mrouted_flags". It has been referenced by rc.network for a
long time.
1997-10-31 01:58:53 +00:00
nate
3c6a700f31 - 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
ache
e69d3597cb Back out moving nobody to daemon class, the problem fixed in another place:
inetd
1997-10-27 22:07:03 +00:00
ache
c722599af5 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
itojun
7594bfff8f obey internet-draft "draft-stevens-advanced-api-04.txt" for ipv6 defs. 1997-10-23 15:11:21 +00:00
msmith
86adab044b Add entries for the Danpex EN-6200P2 and Megahertz XJ4336 1997-10-23 14:00:40 +00:00
nate
818a7b82e2 - Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD's
default pccard daemon.
1997-10-21 18:07:36 +00:00
danny
868b6abbca MF22 - make firewall_type a little more robust 1997-10-21 00:54:08 +00:00
jmb
d7fe9cd532 add /etc/mail--the anti-spam files
branches affected: -current, RELENG_2_2, and RELENG_2_1_0
1997-10-20 00:35:38 +00:00
jmb
76e2a87811 anti-spam filter used by the FreeBSD mailing lists. 1997-10-19 16:40:10 +00:00
joerg
8be97d8b61 Something that should have been done 2.5 years ago: install pcvt's
accompanying doc files into /usr/share/pcvt/.  (This goes to the `doc'
distribution, not `bin'.)
1997-10-18 10:40:02 +00:00
jkh
714d6a4081 MF22: Minor cosmetic tweak. 1997-10-18 10:11:04 +00:00
jkh
d7f631ac87 Alphabetize. 1997-10-16 17:47:00 +00:00
jkh
756ce73854 Add /usr/share/examples/libvgl so we don't fall over. :(
Forgotten by:	sos
1997-10-16 17:38:55 +00:00
joerg
60aed874ba Sheesh! Who's put a non-comment comment into this file? 1997-10-14 16:08:11 +00:00
hoek
69af1b4afb 1) Remove comment about tip(1) not accepting comments in /etc/phones
Forgotten-By: rgrimes, early '94 (see rev 1.3, 1.4).

2) Use 555-#### examples to avoid potentially expensive accidents.

3) Escape @ in example pn capability (see related FAQ.sgml question).
1997-10-13 03:17:09 +00:00
imp
7479bf72ed Make mountd use -r by default. Hopefully this will cut down the number
of complaints that FreeBSD's mountd doesn't allow mounting of swap files
for OSes like SunOS, NetBSD and OpenBSD.
Submitted by:   Joerg Wunsch
1997-10-12 20:37:20 +00:00
jkh
2ce255ac2b reference rc.conf(5) instead of a bogus rc.conf(8)
Submitted by:	"Vanill I. Shu" <vanilla@MinJe.com.TW>
1997-10-12 01:00:19 +00:00
jkh
070a779785 Back out my last commit - the trailing / should stay and fetch(1) should
stop puking on null directory components.
1997-10-08 12:07:09 +00:00
jkh
9e9be89c53 Remove trailing slash from MASTER_SITE_BACKUP example since it
can lead to two trailing /'s, which is in turn an invalid URL (just
bit me :-).
1997-10-08 10:56:27 +00:00
ache
7418acc481 Add pop 1997-10-08 08:45:35 +00:00
imp
d3704d1b22 Disable LPR/LPD by default.
Reviewed by:	jkh, guido, imp
1997-10-06 19:41:21 +00:00
jkh
de4b9bfa6f Whoops! Whomever added the de_DE.ISO_8859-1 entry missed a "..", causing
an incomplete /usr/local to be populated (this is why the ports collection
is mostly broken in the out-of-box configuration with 2.2.5-BETA).
1997-10-06 08:08:14 +00:00
itojun
94445bb41c added icmp6 and ip6. they are becoming common.
Source: ftp://ftp.isi.edu/in-notes/iana/assignments/protocol-numbers
1997-10-03 01:32:41 +00:00
ache
067c35b940 /etc/opielocks -> /var/spool/opielocks 1997-10-01 13:06:31 +00:00
wosch
fad7c77f6a Directories for german manpages. 1997-09-29 16:26:02 +00:00
ache
c04fd86ec9 Add /etc/opielocks for opie locks, standard place 1997-09-29 11:10:09 +00:00
jkh
4e4a882344 Restore the Samba entries which were spammed when someone added
the imap4 entry.
1997-09-28 22:25:29 +00:00
jkh
854e707802 ppp.secret.sample listed twice, at the cost of ppp.shells.sample. 1997-09-28 22:22:06 +00:00
jkh
30eca4fdb6 Document the ever decreasingly popular USA_RESIDENT variable. 1997-09-28 22:11:21 +00:00
markm
053846deda Final commit for KTH KerberosIV.
-DMAKE_EBONES -> -DMAKE_KERBEROS4
1997-09-28 09:29:11 +00:00
markm
b31ae353c3 Remove include/kerberosIV directory. It is no longer used. 1997-09-28 09:20:48 +00:00
markm
a1330fdbeb Comment out services that conflict with known (kerberos) services.
Add KTH names for Kerberos services. (K5-ready).
1997-09-28 09:20:11 +00:00
joerg
22cd9dbc5d Set `crt' by default to make mail(1) happy.
Also, comment out the not so very commonly used interviews settings.
1997-09-26 08:28:19 +00:00
alex
c6ca8e3387 Changed ipfw grep string: reject rules are now listed as deny, reset,
or unreach.
1997-09-26 01:38:30 +00:00
ache
6566cdfa69 daemon: bump maxproc from 256 to 512
256 means f.e. that only 256 users at once can be served by your HTTPD
1997-09-26 00:19:53 +00:00
ache
eeedaac4ba Add missing SJIS and pl_PL entries 1997-09-25 23:57:53 +00:00
ache
c13d3a166f Disallow o+rwx for /var/games/hackdir hierarchy, it helps to make hack
non-setuid back
1997-09-24 17:40:11 +00:00
ache
b3a0eaa253 Create missing /var/games/hackdir/save 1997-09-24 08:14:51 +00:00
peter
6bc0604a01 Further tweak to 'daemon' so that the hard limit for coredumpsize
is not set to zero, only the soft limit.  This means that non-root
processes started from /etc/rc* can explicitly raise the coredump limit
if they wish.
1997-09-23 14:14:10 +00:00
peter
6999ea811c Raise some of the 'daemon' class limits as used by things started
from /etc/rc, including inetd and it's children, stuff from
/usr/local/etc/rc.d (eg: squid, apache).  The default limits are causing
a lot of problems including things like fsck failing on large disks.
I hope I've understood the quirks of the override mechanism properly.
1997-09-23 03:09:51 +00:00
wosch
7b76204e66 Add directories for Poland: /usr/share/{locale,nls}/pl_PL.ISO_8859-2 1997-09-22 20:17:24 +00:00
joerg
dc3fadf213 Unspam rev 1.114 that got spammed when someone commited the rc.conf
changes: drop `savecore_enable' now that our savecore obeyes the
minfree file.
1997-09-21 16:09:48 +00:00
brian
27ed0084e0 Add "delete 0" before "add 0 0..."
Suggested by:
1997-09-21 02:10:41 +00:00
joerg
95f845dddf Add a sample entry specifying numeric tty settings. People sometimes ask
how to force a local tty line into CLOCAL mode and Xon/Xoff flow control.
This is the preferrable way (over rc.serial).
1997-09-19 12:25:09 +00:00
asami
45d7b03c30 Add Wnn6 reverse lookup server port.
Submitted by:	 Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1997-09-19 09:38:50 +00:00
julian
7220eb2a3e Add the direcotry for the japanese shift-JIS locale 1997-09-19 01:51:01 +00:00
danny
df61c66b40 Fix some problems in the rules file loading and need for modload detection.
Found by: "James E. Housley" <housley@pr-comm.com>
1997-09-18 22:43:48 +00:00
asami
bf06d52b9d Add canna and Wnn ports numbers.
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1997-09-18 08:56:53 +00:00
jkh
90a1a3c632 DTRT with ${viddev} in the same way as the other vidcontrol entries.
Reminded by:	bde
1997-09-14 12:16:36 +00:00
brian
408c12b8a2 Change the not-specified-default for inetd & cron
to "enabled".  This will avoid breaking things for
idiots like me who update /etc/rc without paying
attention and updating rc.conf too.
1997-09-13 21:07:12 +00:00
jkh
1fe98f376a MF22: If moused started, also enable it for console vty.
PR:		4525
1997-09-13 18:03:41 +00:00
brian
feaeba35cd Don't redirect "mount -t -o nfs" to null 1997-09-13 09:29:21 +00:00
asami
accee3da78 Revert back to 1.28. 1997-09-12 05:44:11 +00:00
ache
ce64e4e169 Fix typo in my prev. commit 1997-09-11 15:21:30 +00:00
danny
347e2e3c36 Reviewed by: msmith, alex
Cosmetic changes to the loading of firewall rules and lkm.
1997-09-11 10:59:02 +00:00
jkh
18dec6f7c1 By popular request, change the default suggested value for CFLAGS
and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just
for userland.
1997-09-10 13:35:33 +00:00
brian
48565f649b Correct and explain the PAP/CHAP examples. 1997-09-10 00:52:30 +00:00
brian
e5a3229fdb Don't add loopback routes in the examples. Ppp
now does this internally by default.
1997-09-08 20:22:39 +00:00
brian
f41d13e271 Update samples for the changed LQR default. 1997-09-07 01:04:02 +00:00
brian
a69830cd9a ppp => network
As discussed on cvs-committers
1997-09-04 00:36:38 +00:00
brian
fbe22340d6 Fix the bogus routes I introduced in the last commit. 1997-09-01 22:21:18 +00:00
ache
a5d0d0dc36 Do not remove /var/tmp/vi.recover 1997-09-01 11:07:55 +00:00
eivind
d8e95d8c1a Change games from setuid games to setgid games.
Reviewed by:	maybe@yes.no
Obtained from:	OpenBSD (mostly deraadt@openbsd.org)
1997-09-01 00:34:51 +00:00
brian
7e43595bb5 Add group ppp (gid 69) 1997-08-31 20:13:38 +00:00
phk
f314af8d77 emove /usr/local/libdata/tcl 1997-08-30 09:26:53 +00:00
jkh
1e98da5dbb Add entries for Comtrol Rocketport driver.
Submitted by:	Amir Farah <amir@comtrol.com>
1997-08-28 12:14:14 +00:00
brian
fe1bc8105f Add examples of "!bg", "add 0 0 HISADDR" in ppp.conf
and how to do ppp over tcp/ip.
1997-08-25 01:07:08 +00:00
max
3db440487a Bring in the latest (08/22/1997) version from the Internic. 1997-08-24 08:17:02 +00:00
wosch
f52b01f467 Undo last commit.
Uncomment abuse, security, and ftp aliases.

Add aliases ftp-bugs -> ftp. ftp-bugs is the default email address
which print our ftp daemon if a user type the command 'rhelp'.

Reviewed by:	joerg
1997-08-19 17:16:14 +00:00
pst
481ffda850 Change local_cron to local_periodic.
Submitted by:	bde
1997-08-19 16:49:35 +00:00
pst
0b901e2d64 Remove 100.clean-src 1997-08-18 16:49:40 +00:00
pst
e0068f911c cron.d -> periodic 1997-08-18 16:49:22 +00:00
jdp
cf454cbf25 Bye bye /usr/share/examples/sup. 1997-08-18 00:08:16 +00:00
pst
68eaf42a45 Cosmetic changes.
Submitted by:	Philippe Charnier <charnier@xp11.frmug.org>
1997-08-17 17:55:45 +00:00
pst
738fa2d3d2 This was disabled, but it doesn't even make sense to leave it in as
an example, it's totally bogus.
1997-08-17 17:54:41 +00:00
joerg
5d172ee46e Ooops. Wrong branch, back out previous commit. 1997-08-17 15:02:34 +00:00
joerg
84fcbd4f79 MFC: rev 1.125, remove old PID files at startup 1997-08-17 14:58:57 +00:00
jkh
fa1973cf0b Remove non-orthnogonal weak_mountd_authentication variable hack
and expose mountd_flags in its place.  Still allow the usage of
weak_mountd_authentication in legacy configs to result in an implicit
mountd_flags=-n, so folks shouldn't break because of this.

Suggested by:	Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
1997-08-17 10:04:52 +00:00
pst
93db7f7195 Point at /etc/periodic 1997-08-16 17:07:13 +00:00
pst
bb51ac6cd1 Goodbye, cron.d 1997-08-16 17:06:59 +00:00
pst
014b4bc362 This commit was generated by cvs2svn to compensate for changes in r28263,
which included commits to RCS files with non-trunk default branches.
1997-08-16 17:04:02 +00:00
pst
1d67bc6abb Copy /etc/cron.d to /etc/periodic per-request of many.
This wasn't done with a repository copy because there was no
history of any consequence.  Flames to me.
1997-08-16 17:04:02 +00:00
peter
df2d634ff5 Snapshot the various mail configurations. hub.mc was reconstructed to
produce the same sendmail.cf since the original has been lost.
1997-08-14 14:42:06 +00:00
jkh
cc91c2728e Further optimize crontab's installation.
Submitted by:	pst
1997-08-14 07:00:44 +00:00
jkh
253ca8343d Yeesh! I completely missed the cron.d install here which did the right
thing already.  Just remove the old references.
Noted by:	pst
1997-08-14 06:58:44 +00:00
danny
7a5418e034 Add ppp.shells.sample and ppp.deny to Makefile so they actually appear
in a release.

Reminded by: Satoshi and DavidG
1997-08-13 12:56:12 +00:00
jkh
9f9f6e5ce4 Make distribute target work again in the wake of the cron.d changes.
Note:  I don't like the way these files are being copied but every
other method seemed gross too.
1997-08-13 11:22:21 +00:00
pst
77f8fc2dc8 Make the cutover to periodic and cron.d as discussed to death on committers
for the past week.
1997-08-13 06:12:05 +00:00
pst
fc13ca15fb Add local_cron in the spirit of local_startup 1997-08-13 06:01:14 +00:00
steve
d25262a858 ARP_PROXY_ALL -> ARP_PROXYALL
PR:		kern/4181
Submitted by:	Johan Larsson <johan@moon.campus.luth.se>
1997-08-13 03:31:19 +00:00
adam
501e9d334a line continuation 1997-08-12 23:11:24 +00:00
pst
f035c0913b Activate make distribute and pray I didn't break release building. 1997-08-12 18:23:29 +00:00
eivind
4fcaa3ded0 Fix typo (Eudroa -> Eudora)
PR:		4214
1997-08-12 18:10:45 +00:00
pst
4fd91e1952 Add entries for cron.d and friends 1997-08-12 17:55:57 +00:00
pst
0f99da1026 This commit was generated by cvs2svn to compensate for changes in r28114,
which included commits to RCS files with non-trunk default branches.
1997-08-12 17:51:16 +00:00
pst
a671e01be7 Initial import of the replacements for /etc/{daily, weekly, monthly}.
Please note: I'm not activating this until I successfully get the changes
back into my local CVS repository to do one final check.  Early adopters
are welcome to send comments.
1997-08-12 17:51:16 +00:00
ache
884e91fe27 Add libdata/doscmd 1997-08-12 15:54:05 +00:00
fenner
592cfec5fa Make "make-localhost" Y2K safe by using "date +%Y" instead of "date +%y"
to pick the serial number.

PR:		misc/3465
Submitted by:	sjr1@flash.net (Stephen J. Roznowski)
1997-08-11 04:06:49 +00:00
phk
e70c35b30c Add aliases for hostmaster, webmaster & abuse, all point to root. 1997-08-09 14:58:49 +00:00
msmith
a9719d9122 Reference the correct distribution when mentioning the FAQ and handbook. 1997-08-04 04:02:02 +00:00
davidn
c0b9ea4c76 Add /etc/rc.shutdown capability to init.
Add sample /etc/rc.shutdown (which is just a shell for now).
Submitted by:	Ollivier Robert <roberto@keltia.freenix.fr>
1997-08-02 00:22:52 +00:00
phk
2a200c9684 Move tcl packages to libdata/pkg 1997-08-01 13:16:40 +00:00
brian
4099136ec6 Remove the annoying "cmp: EOF" message when
dmesg changes.
1997-08-01 01:25:21 +00:00
ache
a1031fb59c Change /var/run owner to root - sendmail can't write sendmail.pid
otherwise due to safeopen
1997-07-29 11:23:14 +00:00
phk
9595fcd5eb A couple of new directories needed for tcl8.0b2 1997-07-25 20:36:54 +00:00
jfieber
6b14fea7ca Remove SGML related directories. 1997-07-19 15:21:45 +00:00
asami
0f44d0746c Add BSD.x11.dist to list of files to copy to /etc/mtree. Sorry if this
breaks "make release", Jordan!

PR:		4110
Not reviewed by:	jkh
1997-07-18 03:49:47 +00:00
jkh
20d1b8751a Back out ld.so.conf change until the question is resolved. 1997-07-13 13:22:15 +00:00
guido
6eb35755c8 Fix typo 1997-07-11 22:11:13 +00:00