hm
7e286da018
Add directory /usr/share/examples/isdn
1999-01-18 13:58:47 +00:00
grog
951a9667e5
Only start vinum if vinum_slices variable is non-empty
...
Reported-by: roberto
1999-01-18 03:25:10 +00:00
grog
97e8dbce6e
Add hooks for starting vinum at boot time. Set the variable
...
vinum_slices to the names of all slices (block device) which are under
the control of vinum. The configuration will be read in from each in
turn, starting with the most recently updated.
Reviewed-by: jkh
1999-01-17 03:32:07 +00:00
joerg
f2cbb353d7
Add some special hooks for sppp(4) interfaces. In addition to the
...
normal ifconfig stuff, one might need to pass down authentication
parameters for them.
This is closely tied to Hellmuth's impending rc patches for ISDN, but
sppp can also be used separately (thus it doesn't go directly into the
planned ISDN section of rc.conf).
Reviewed by: hm
1999-01-13 17:32:37 +00:00
hm
6ba2622f1f
Integrate the ISDN subsystem into the /etc/rc framework
...
Reviewed by: Joerg Wunsch
1999-01-13 08:20:55 +00:00
asami
7df90d6ad0
Oops, I missed a few more /etc/nologin references yesterday. It appears
...
my check of the tree was incomplete. Sorry guys.
Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-01-12 14:09:23 +00:00
peter
fab9ce5f4e
Update the default sendmail.cf to be a little more respectable.
...
I have not enabled rbl by default, I understand an 'opt-in' is a key part
of it's legal protection.
Activate a few optional features (access_db, virtusertable, etc) which will
operate if (and only if) the corresponding table is created.
I've also turned on the MIME buffer overflow checking with sendmail.org's
recommended values (256/128).
1999-01-12 13:18:22 +00:00
n_hibma
33ff447886
Take cdev major # 114 for ugen
1999-01-12 01:31:13 +00:00
jkh
81803d3d06
add minimum2 entry
1999-01-12 00:25:49 +00:00
hm
2fa7529f68
corrected disorder, override of user and group defaults and group
...
permissions for /etc/isdn (suggested by Bruce Evans).
1999-01-11 16:13:16 +00:00
peter
8a13001dfd
Remove the example for setting KERNFORMAT=elf; it is the default already.
1999-01-11 15:06:57 +00:00
asami
bde447d289
Move nologin from /etc to /var/run. This means one less file that has
...
to be written to /etc.
The only essential change is in paths.h, so any third-party software
written correctly will pick it up in the next rebuild.
Reviewed by: the committers list (actually an old version)
1999-01-11 09:07:42 +00:00
n_hibma
e3fccd21c1
Added file handling to ulpt (USB printer) driver
1999-01-11 00:03:59 +00:00
n_hibma
02472a4767
Added starting of usbd
1999-01-10 22:06:22 +00:00
rnordier
d912e5d4e2
No longer install outdated boot.help file.
1999-01-10 21:08:26 +00:00
hm
7694f21680
add directory /etc/isdn and populate it
1999-01-10 14:30:53 +00:00
danny
44bde66cb0
Fix typo: "login failures" -> "login failure"
...
PR: 9424
Submitted by: Lars K*ller <root@cc.fh-lippe.de>
1999-01-10 11:18:59 +00:00
jdp
a91fb30979
share/examples/kld/misc -> share/examples/kld/syscall
...
Fixes make installworld breakage.
1999-01-09 21:47:01 +00:00
jkh
89f98016b6
back out previous commit - it's only part of the required process so
...
we might as well automate both steps at once and just leave this off
by default.
Pointed out by: Steve Kargl <sgk@troutmask.apl.washington.edu>
1999-01-09 01:17:41 +00:00
jkh
95b5d22759
Sneakily make linux=YES by default and hope that nobody notices.
1999-01-08 23:47:28 +00:00
hm
09a4516d07
add generation of ISDN (i4b) devicefiles
1999-01-08 16:03:57 +00:00
yokota
dbd5e0f903
Added kbd*.
1999-01-06 16:18:05 +00:00
peter
cd5d3a5df5
We load kld's in preference to LKM's, these do not need the root fs to be
...
read/write to load.
1999-01-06 14:01:52 +00:00
obrien
a44cf1006b
make comments more consistant
1999-01-06 02:44:29 +00:00
billf
6abb583118
Missing word. (in comments, non-destructive bug)
1999-01-04 21:21:10 +00:00
jkh
c9db69e854
Allow rwhod to take flags.
...
PR: 7705
Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
1999-01-03 22:19:23 +00:00
n_hibma
ea1bd971b4
Corrected the major number for usb and added ums as major 111
1999-01-03 16:48:03 +00:00
billf
7368cdd0db
UUCP Cleanup should be done by the UUCP user.
...
PR: bin/7749
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-01-01 21:07:39 +00:00
billf
a81a07d54f
Make periodic(8) and the security mailings reflect the full FQDN, as opposed
...
to a hostname. This will help those who keep a cluster of machines all with
the same hostname but different domain names.
PR: bin/9091
Submitted By: Heikki Suonsivu <hsu@clinet.fi>
No Response From: -current mailing list
1999-01-01 17:37:33 +00:00
peter
7766c8cbe4
Reconnect pcvt hooks..
...
Reviewed by: core
1999-01-01 08:45:44 +00:00
dt
5af00d0eaa
Add entry for rusiian FAQ.
1998-12-30 09:50:43 +00:00
hoek
b71b862fb2
Slightly clarify wording of "Example".
1998-12-29 22:17:31 +00:00
cwt
d142d46d65
Don't set a MANPATH by default for users who aren't in a login class.
...
man(1) will utilize manpath(1) if MANPATH is unset in the environment,
and with our existing manpath.config it is enough to find the X11
pages among others.
PR: 8587
Submitted by: Marc Slemko <marcs@znep.com>
1998-12-27 23:55:01 +00:00
jkh
4a9f465540
Update comment for saver variable now that its changed its function
...
(and list of available values) somewhat.
1998-12-27 23:00:18 +00:00
des
fae7f68e75
List the warp screensaver along with the others.
1998-12-27 22:04:12 +00:00
phk
9d6fbd1091
follow up to:
...
Pre 3.0 branch cleanup casualty #4 : pcvt
1998-12-27 16:44:24 +00:00
dillon
ef6bc7ee8c
Add (commented out) directive and note regarding dumpfile location
...
when running in a sandbox.
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
1998-12-23 06:06:13 +00:00
jkh
09fed40570
Add /usr/share/examples/bootforth so that world builds don't start falling
...
over.
Forgotten by: abial :-)
1998-12-22 12:33:32 +00:00
dillon
c8892ea5ce
Take bind out of sandbox and run it as root again, but leave support
...
mechanisms ('bind' user and group) in place so the feature can be easily
turned on. There were too many complaints. The security(1) man
page will be created/updated to include the appropriate info.
1998-12-19 07:25:56 +00:00
asami
615c9f88c4
Add share/emacs/site-lisp. Too many things break without it.
...
Reviewed by: ports list (a long time ago)
1998-12-18 08:06:34 +00:00
ghelmer
2b1259bfa2
Document securelevel 3.
...
PR: docs/8674
1998-12-16 17:14:16 +00:00
peter
b21a9231aa
Old nit lying around in a source tree: Slightly optimize the number of
...
uname/gname overrides and /sets.
1998-12-16 05:50:25 +00:00
peter
279666945c
Old nit lying around: Don't override the gname when it's the same as the
...
previous /set.
1998-12-16 05:47:53 +00:00
peter
285c01114a
Old stuff laying around: Don't override /tmp to the same uid/gid as the
...
previous /set defaults
1998-12-16 05:45:58 +00:00
dillon
221998f917
Added /usr/share/examples/portal to mtree
1998-12-16 05:01:44 +00:00
msmith
062fd6b567
Add another modem (Psion Dacom)
...
Submitted by: "Gary Palmer" <gpalmer@FreeBSD.ORG>
1998-12-15 02:57:30 +00:00
dillon
5b20a73d8e
More locale directory structure updates for DIS_8859-15
1998-12-14 08:06:57 +00:00
dillon
186dedc5a3
Fix installworld, forgot directories for locale DIS_8859-15
1998-12-14 07:44:47 +00:00
dillon
95f78d4562
Remove rc.local (now deleted from CVS tree) from Makefile.
1998-12-14 02:01:22 +00:00
dillon
74ef00d44a
Grrr. removed. backed out. sorry.
1998-12-13 04:38:28 +00:00