Commit Graph

1208 Commits

Author SHA1 Message Date
pst
95dd51c764 Execute rc.local in a subshell instead of sourcing it.
Requested by:	dima
1997-06-25 11:48:47 +00:00
dima
98783b3eaa Fix krb5_prop entry.
Pointed-by: Bill Fenner
1997-06-25 04:36:30 +00:00
dima
c57503d4da Add krb5_prop service (kerberos v5 prop).
It's on the same port as for v4 but requires different name.
1997-06-25 03:19:31 +00:00
dima
d2729d8b06 sh /etc/rc.local -> . /etc/rc.local 1997-06-25 03:12:12 +00:00
dima
b3ce79c9e3 Add missing '.' 1997-06-24 22:36:42 +00:00
pst
28055a0cae Add cron_enable and inetd_enable flags to rc.conf.
WARNING: don't update rc and forget to update rc.conf, or you won't be
able to telnet back into your box after a reboot.
1997-06-18 16:01:19 +00:00
ache
5badd6a869 Add ppp.log 1997-06-10 20:40:22 +00:00
ache
f82edf60eb Fix ppp log name 1997-06-10 20:39:10 +00:00
ache
a2201f0c87 Not kill ppp now, it uses syslog 1997-06-10 20:06:40 +00:00
brian
1dc0dc9889 Use "set log", not "set debug".
Grammar police.
1997-06-10 10:04:20 +00:00
asami
93ee7bd87f Add new directories according to jmz's XFree86-3.3 upgrade. Change
ownership of directories to root:wheel.  While I'm here, convert some
tabs to spaces.
1997-06-10 07:55:10 +00:00
bde
d01fed8816 Updated serial console options. 1997-06-09 05:38:41 +00:00
ache
841cf7a27c Back out symlinks/directories removing until solution will be found
since they are really directories in the release
(for unknown reason for me)
1997-06-04 23:05:31 +00:00
ache
08dcd3693d Remove directories belongs to /usr/src to stop mtree to modify /usr/src
permissions.
Having them here is wrong from several other poins too:
they are never be a directories (simlinks only), so why give a chance to mtree to make
them as directories?
Since they never be a directories, permissions of them will never be
modified by old mtree too.
1997-06-04 22:25:30 +00:00
ache
8540e5edc4 Remove /var/run/* now instead of *.pid 1997-06-04 20:02:57 +00:00
ache
a2252afc62 Restore /var/run/*.pid cleaning, gated already moved off the way
and innd store its .pid inside its own directories
1997-06-04 19:20:04 +00:00
asami
f0d77d8d6f Make local "root:wheel" so it will be consistent with BSD.local.dist
Reviewed by:	bde
1997-06-04 10:51:09 +00:00
asami
cac0a04672 Remove /usr/local meddling.
Approved by: jkh
1997-06-04 03:58:52 +00:00
asami
2c64a53e9b New mtree file for /usr/X11R6.
Approved (a long time ago) by: David Dawes
1997-06-04 00:02:01 +00:00
ache
e570793ed1 Back out /var/run/*.pid cleaning since some programms (like innd)
use .pid to detect crash
1997-06-02 10:21:12 +00:00
markm
8424fb5373 Correct the way IRQs are passed to rndcontrol. If there are more than
one IRQ being used, the -s options must be specified for each of them.
In this case rc.conf would only allow 1, as the -s was coded into
rc.i386.
1997-06-02 06:43:52 +00:00
jkh
01817aec42 timed_enabled -> timed_enable
Submitted by:	"James D. Stewart" <jds@c4systm.com>
1997-06-02 02:58:08 +00:00
ache
de325e7e15 Add rm -f /var/run/*.pid to prevent random process killing due to
picking old .pid file
1997-06-01 23:33:00 +00:00
jkh
6b5acacdba YAMF22 1997-05-27 07:17:12 +00:00
jkh
63b07a1660 Make firewall comment a little more explanatory. 1997-05-24 11:31:56 +00:00
jkh
b663e7ce63 Allow local configuration to override this file.
Submitted by:	Russell Vincent <rv@groa.uct.ac.za>
1997-05-24 11:29:59 +00:00
ache
39fd96b7d3 Fix "daemon" class, Apache not works from /etc/rc otherwise.
Among bumping several limits, most interesting thing is that
Apache requires than "filesize=64M" restriction must be removed.
I think it is due to mmap() usage in apache, but I am not shure.
1997-05-23 12:46:52 +00:00
ache
59fa86657c Add default flags for named since FreeBSD have its configuration
in non-default place
Add daemon to screen savers list comment
1997-05-23 09:53:24 +00:00
pst
49841bbb10 Restore backwards compatible default behavior for requirehome 1997-05-23 00:14:27 +00:00
eivind
f5b7aca619 Upgrade to latest version of named.root (from InterNIC).
PR:		conf/3642

Submitted by:	Josh Gilliam <soil@quick.net> (Well, suggestion.  Root file
from InterNIC)
1997-05-22 01:20:54 +00:00
jkh
2478cdaf8f Add a space to moused_port line.
PR: 3644
Submitted by: Michael Perlman <canuck@caam.rice.edu>
1997-05-21 00:23:54 +00:00
jkh
4425a718ba Neaten up some things which were inconsistent, add a few more flags
to things which need them, general cleanup.
Submitted by:	Brian Somers <brian@awfulhak.org>
1997-05-19 07:46:51 +00:00
jkh
deb8f2b295 accounting -> accounting_enable
Submitted by:	Jian-Da Li <jdli@csie.nctu.edu.tw>
1997-05-19 03:20:22 +00:00
gpalmer
80b487113c Correct comment to show correct path to cap_mkdb 1997-05-19 00:03:48 +00:00
jkh
e8c3bcbd65 Comment that this is no longer used and is only for convenience.
Requested by:	ache
1997-05-18 20:11:44 +00:00
jkh
0c0a12388c Bring back /etc/netstart for those who are sitting in single user and
wish only to bring up their interfaces.  This script is not actually called
by any other script and exists purely for user convenience.
Requested by:	pst
1997-05-18 14:10:06 +00:00
jkh
77a504e8c8 bootparam -> bootparamd
PR:		3596
Submitted by:	kenji@reseau.toyonaka.osaka.jp
1997-05-14 09:56:39 +00:00
jkh
25fe4b46c7 Add arp_proxyall knob.
Submitted by:	Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
1997-05-13 08:22:27 +00:00
brian
978156a09e Bring pmdemand example in line with handbook and man
page examples.
1997-05-12 14:07:14 +00:00
jmg
8b6cd2b7b0 add a bktrX target (for Bt848 based cards) 1997-05-11 00:34:36 +00:00
brian
8157c564e6 Update ppp example pid_file name.
Suggested by:	ache
1997-05-10 05:46:52 +00:00
ache
69d3f921a0 Change ASCII case from lower to upper 1997-05-09 10:27:21 +00:00
joerg
e66099fd90 Add some blurb about how to setup a secondary nameserver.
Reviewed by:	-hackers
1997-05-08 15:23:28 +00:00
brian
9c7f396b27 Don't use HISADDR in ppp.conf examples as it's not
set up properly 'till ppp.linkup is parsed.

PR:		3114
Submitted by:	Kenneth R. Westerback <krw@tcn.net>
1997-05-08 01:45:59 +00:00
brian
e3b6cee880 Update direct-* example to reflect LQR on both sides.
Fix bogus loopback route.

This example shows LQR working on both sides of the loop.
1997-05-08 00:55:42 +00:00
jkh
08c46d9893 Use full path to sendmail for security reasons.
Submitted by:	Ollivier Robert <roberto@keltia.freenix.fr>
1997-05-07 12:35:03 +00:00
jkh
6675c4b347 Correct typo in NIS flags.
PR:		3503
Submitted by:	Christoph Kukulies <kuku@blues.physik.rwth-aachen.de>
1997-05-05 09:32:34 +00:00
jkh
95411dc67e Add inetd_flags and way of passing ipfw a configuration file
(if firewall = "somefilename").

Fix typo fixes and URLs which were accidently nuked out of this
file (submitted by: soil@quick.net via PR#3501).

Submitted by:	"Danny J. Zerkel" <dzerkel@phofarm.com>
1997-05-05 07:08:31 +00:00
andreas
782e5651ed re-enabled: . /etc/rc.${arch}
PR:
Reviewed by:	bruce
Submitted by:
Obtained from:
1997-05-04 22:33:17 +00:00
andreas
13f381141e Fixed sourcing of /etc/etc.${arch}/rc.${arch} on startup.
PR:
Reviewed by:
Submitted by:
Obtained from:
1997-05-04 12:50:33 +00:00
ache
20c46fa180 Use newly introduced pid file field now for ppp 1997-05-04 02:41:29 +00:00
jkh
17b557991a Change group ownership of /var/mail to mail and permission
to 0775.

This does *not* instantly make any program which "ensures"
mail spool consistency by creating lock files safe in any way
since other tools, like mail.local, will be using flock() semantics
and any such lock file will simply be ignored.  It does, however,
allow a lot of things which are currently suid root in order to create
such bogus lockfiles to, at least, be bogus at a much lower level of
privilege (and this is good).  Ultimately, of course, everybody should
just use flock.
1997-05-03 20:15:15 +00:00
andreas
15e8d145ec synchronize with bsd.doc.mk (long outstanding fix)
PR:		closes docs/3479
1997-05-03 19:58:39 +00:00
jkh
9a3d5ad940 Update the etc world from RELENG_2_2 which is now more up-to-date
(gotta get myself -current again, this is a drag).

Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
1997-05-03 11:22:17 +00:00
jkh
1120c8ba08 Add mail group. 1997-05-02 00:06:09 +00:00
ache
83090b6d29 Add 'russian' users class 1997-05-01 21:25:34 +00:00
ache
b7dccafe22 Increase Retry interval from 300 to 900 to shut named warning that
(300 < 900) maintainance interval
1997-05-01 21:02:37 +00:00
jkh
ebb44f8ead Ack, learn to spell "extentions" the same way in the same file.
Also make the output a little less cryptic for sysctl settings.

Suggested by:	bde
1997-05-01 20:28:18 +00:00
jkh
567764cf1c YAMF22
PR:		3456
1997-05-01 20:04:42 +00:00
jkh
c89f29fa00 Clean up the output a bit. 1997-05-01 05:57:29 +00:00
jkh
9073171baf YAMF22 1997-05-01 04:38:16 +00:00
bde
912354db38 Removed unused groff `generate' directories. 1997-04-30 20:27:34 +00:00
jkh
319958769e YAMF22 1997-04-28 10:14:45 +00:00
jkh
bec2f0e1b1 YAMF22 1997-04-28 10:07:21 +00:00
jkh
35e599ddef YAMF22 1997-04-28 07:35:37 +00:00
jkh
13019ba16e YAMF22 1997-04-28 05:51:57 +00:00
alex
f236327a20 Typo police.
Added links to O'Reilly & Associates and Addison-Wesley's web sites
to accompany the book recommendations.
1997-04-27 20:12:34 +00:00
jkh
560307f103 Bring in rc file changes from -current. 1997-04-27 03:59:19 +00:00
danny
d3efe09312 Suggested by: David Nugent
Change the name of ppp.disabled to ppp.deny for consistency with
at.deny and friends.
1997-04-16 02:10:22 +00:00
asami
ba2e0ac267 Add comments about overridable MASTER_SITE_* variables.
Suggested by: Narvi <narvi@haldjas.folklore.ee>
1997-04-15 08:16:44 +00:00
danny
426c0ef54f List of users who may not use pppd in system password logins, and a
sample list of acceptable shells.
1997-04-15 07:15:15 +00:00
davidn
9b251603c0 PR:
Reviewed by:
Submitted by:
Obtained from:
1997-04-13 19:58:05 +00:00
brian
8ad5999c66 Make the use of mousedtype/sysmouse clearer.
Suggested by: jkh
1997-04-10 10:20:22 +00:00
guido
44631e7168 Make a sysconfig variable controlling if teh kernel should accept
nfs requests from non-privileged ports.

Change mountd such that it does never set this variable, but only clears
it when run with -n. Also document this in the man page.
1997-04-09 20:17:15 +00:00
brian
047a406034 Make the default VERASE key the <-- key and remove root's
`stty's.  'nuff said.

Inventor:	joerg@FreeBSD.org
Reviewer:	sos@FreeBSD.org
1997-04-03 21:42:42 +00:00
pst
93ee9cb4ce Added pop3pw amandaidx amidxtape 1997-04-01 06:22:22 +00:00
pst
e613990e99 Add portmapflags and syslogd flags.
Reviewed by:	jkh
1997-04-01 01:00:35 +00:00
scrappy
a0cf674c26 Remove MAKEFLAGS example from /etc/make.conf...
Bruce points out that it breaks things if someone doesn't do a 'make depend',
but I just found out that it breaks 'make depend' itself :(
1997-03-31 05:26:39 +00:00
scrappy
016f3bea41 Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example 1997-03-30 23:43:41 +00:00
jdp
f03cce36f6 Add the "resvport" option, now that FreeBSD NFS servers require it. 1997-03-29 21:34:00 +00:00
joerg
066a6a67d2 top(1) has a tunable parameter for the hash size to hash the user
entries.  Mention it in make.conf.
1997-03-25 00:04:33 +00:00
ache
a760d3cf18 Remove term=dumb from default entry: ovverrides TERM variable for login 1997-03-20 13:41:16 +00:00
joerg
1a1a6f1dfb Having two knobs until you get a kernel core dump saved is silly.
Leave dumpdev, but kill the savecore variable.  Thus, it's still off
by default, but all you need is enabling dumpdev now.

phk's old argument that savecore might inadvertendly fill up the disk
no longer counts, savecore now correctly obeyes a `minfree' file, and
we ship our systems with such a file that even has a reasonable
default.
1997-03-16 15:26:34 +00:00
jmg
658c4f17dc fix a misspelling of demand...
Submitted-by: Takashi Saeki

Closes PR#2989
1997-03-16 00:59:08 +00:00
brian
4ce10b2abf Add examples for a direct serial connection using lqr
Candidate for 2.2.
1997-03-13 21:24:18 +00:00
joerg
7ce108fa44 Fix a logico in my last (commented out) commit. 1997-03-10 19:18:23 +00:00
bde
2c0b9d3e09 Fixed the Cyclades and Digiboard port numbers. 1997-03-10 14:17:49 +00:00
danny
d560eb48f9 Update MAKEDEV to handle lots of tun devices, consistent with the tun device
selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb).
Also, make it make all devices up to and including the requested one.
1997-03-10 02:10:58 +00:00
bde
416358e009 Added forgotten directories netns and pccard. The bug was masked by
bogons in /usr/src/include/Makefile.
1997-03-09 06:57:00 +00:00
joerg
053010b803 Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys,
or from a telnet session).  So basically, this setting will only get in
effect in the single-user shell.

Closes PR # 2395.
1997-03-06 22:24:04 +00:00
joerg
6305d20540 Fix the (commented out) example to prune the tree from core etc. files:
don't ever attempt to prune readonly filesystems, and properly quote
*.core against the shell.
1997-03-06 10:55:46 +00:00
joerg
20532aad78 Now that we can read from a worm device, handle their permissions as
we do for other disk devices, too.
1997-03-05 14:04:00 +00:00
wosch
5ed2f192ae Add /usr/share/doc/psd/13.rcs and /usr/share/doc/psd/28.cvs. .. 1997-03-04 17:06:23 +00:00
bde
ccf14038ca Merged Cortex frame grabber entry from 2.2. 1997-03-03 16:13:35 +00:00
mpp
6bf833b278 Remove the -g option from the "find ... | xargs -ls ..." line.
The -g option to ls has been depreciated.
1997-03-03 07:03:50 +00:00
bde
4a45d45677 Added new filesystem directories.
Fixed munged whitespace (just 2 lines of it).  The mtree files were
originally generated by `mtree -cdinx -kuname,gname,mode'.  This
gives output with no tabs except in the header.  The format should
be preserved by manual updates so that the files don't change a
lot when they are regenerated.
1997-03-02 14:37:32 +00:00
wosch
4a0434af6a Create directory /etc/skel. 1997-02-28 18:23:14 +00:00
wosch
bbd3188b03 add lt_LN.ISO_8859-1 1997-02-28 17:27:07 +00:00
wosch
db45a2e248 Add forgotten entries for Croatia
Pointed out by: ache
1997-02-27 12:22:25 +00:00
ache
b7c5baa68e Fix typing error in default class: rc= instead of tc= 1997-02-26 23:41:33 +00:00