Nick Hibma
089b18c205
Change to a proper numbering scheme for the ugen device. It requires
...
a unit and endpoint number. This is combined into a minor number.
The naming of the devices in /dev is now /dev/ugen<unit>.<endpoint>
1999-02-18 21:17:16 +00:00
Jordan K. Hubbard
905c3aead2
DTRT for acd/wcd backwards compatibility
1999-02-14 19:41:36 +00:00
Jordan K. Hubbard
277434debe
Use more sensible defaults.
1999-02-14 07:43:07 +00:00
Jordan K. Hubbard
ef6caa5169
Correct various mentions of rc.conf
1999-02-13 05:30:49 +00:00
Matthew Dillon
56fc987611
jkh accidently removed rc.diskless1 & 2, then put rc.diskless back when
...
he moved rc.conf. Then he deleted rc.diskless when it ( of course ) didn't
work. Now I'm putting the originally accidently removed rc.diskless{1,2}
back in.
1999-02-12 20:51:38 +00:00
Brian Somers
2e92443c15
Add /usr/share/examples/ppp directory
...
Don't install /etc/ppp/ppp.*.example
Remove ppp/ppp.{conf,linkup,linkdown,secret}.sample
1999-02-11 16:30:56 +00:00
Jordan K. Hubbard
fc8353317d
This tries to install rc.diskless, but there is no such file.
...
I don't know which of the two to install in its place so just
remove it for now and get the release build working again.
1999-02-11 15:46:22 +00:00
David E. O'Brien
71b785ff18
Our default /etc/dhclient.conf.
1999-02-10 18:30:01 +00:00
Jordan K. Hubbard
9c63624e6f
Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.conf
...
as necessary (for half-assed upgrades).
1999-02-10 18:08:16 +00:00
Jordan K. Hubbard
ccdd960b95
Install a little, erm, less from the etc/defaults directory.
1999-02-10 09:14:05 +00:00
Wes Peters
9b8eb63431
Reviewed by: jkh
...
Submitted by: wes
Added commentary to ttys to clarify the meaning of the columns.
Added commentary to ttys to clarify the meaning of the columns.
1999-02-09 23:55:13 +00:00
Wes Peters
1f5752dcae
Reviewed by: jkh
...
Submitted by: wes
Added commentary to ttys to clarify the meaning of the columns.
1999-02-09 23:55:04 +00:00
Jordan K. Hubbard
a1787c488f
Install rc.conf properly into /etc/defaults/ directory.
1999-02-09 23:17:25 +00:00
Jordan K. Hubbard
10fe4fa1c4
Add /etc/defaults.
1999-02-09 22:17:15 +00:00
Jordan K. Hubbard
d105b00084
Move rc.conf into defaults/ directory. This is part of a larger series
...
of commits to deal with the rc.conf.site confusion.
1999-02-09 22:15:18 +00:00
Matthew Dillon
e4715b9359
Revamp rc.diskless. Split into rc.diskless1 and rc.diskless2. provide
...
more opportunities for overriding. Clean up /etc/rc ( remove conf_dir,
remove startup mount special cases, remove other special cases )
1999-02-09 17:17:18 +00:00
Matthew Dillon
89b71b3d69
Get rid of $conf_dir
1999-02-09 05:20:46 +00:00
Matthew Dillon
f7b9477c77
Get rid of the conf_dir junk for rc.diskless ( rc.diskless will use a
...
better mechanism ). rc.conf should be considerably more readable now.
1999-02-09 04:17:45 +00:00
Dag-Erling Smørgrav
0d35e40d61
Redirect mail to pseudo-user pop to root.
...
PR: conf/9555
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-02-08 21:29:39 +00:00
Matt Jacob
7f897c3ce4
Bruce gently nudged me into doing this right
1999-02-05 22:54:37 +00:00
Matt Jacob
c5145ee62d
add back ctl for sa and add more units
1999-02-04 20:35:07 +00:00
Mark Murray
ba529ee910
Add bits useful to getting laptops going (my Libretto in particular)
...
Add ActionTec v.90 modem and Libretto Floppy to pccard database;
Autoload pcic device.
1999-02-04 10:06:44 +00:00
Greg Lehey
5549c02763
Change vinum_drives to vinum_slices
...
Spotted-by: Jake <jake@checker.org>
1999-02-04 00:23:10 +00:00
Satoshi Asami
3e52a8e840
Remove commented out definition of FTP_PASSIVE_MODE, it is (and has always
...
been) an environment variable and doesn't belong here.
Pointed out by: cnh@ems.mindspring.net , sanpei@yy.cs.keio.ac.jp
1999-02-03 22:25:41 +00:00
Vanilla I. Shu
0d25476c1b
Add a entry for zh-FAQ.
1999-01-31 18:24:36 +00:00
Jonathan M. Bresler
26d61b5ba8
Do not try to fetch anti-spam files from gulf.net.
...
They nolonger provide a list of spam domains and
spam ip address ranges.
1999-01-31 15:21:15 +00:00
Greg Lehey
ea7994c074
Change variable name vinum_slices to vinum_drives to match the variable
...
we set in rc.conf.
Background: the `vinum read' command has changed. For a short period
of time, it required the names of the slices on which vinum was
stored. Now it requires the names of the drives.
1999-01-31 04:28:51 +00:00
Mark Newton
dc1d225fe6
Added /usr/share/examples/svr4
1999-01-30 08:42:43 +00:00
Mark Newton
8a94c0e747
Added a knob for svr4 to rc.conf (and associated support in rc.i386)
...
Suggested by: jkh
1999-01-30 07:22:29 +00:00
Kazutaka YOKOTA
ae908d9cf0
Unload the splash decoder module when a screen saver module is loaded.
...
Strictly speaking, it is not necessary; the screen saver will load
even if the splash module is still in memory. But still, it is the right
thing to do, otherwise the splash decoder module just wasts the kernel space.
Discussed with: des
1999-01-29 18:09:38 +00:00
Matthew Dillon
94dc5b0701
If vfs.nfs.diskless_valid does not exist, the conditional fails
...
and spews an error message we'd rather not spew. Fixed.
Submitted by: Kevin Street <street@iname.com>
1999-01-29 06:18:12 +00:00
Garrett Wollman
19f1101052
Now that newsyslog is capable of doing this at a specific time,
...
let it rotate /var/log/wtmp again, and update monthly/200.accounting to
take this into account. (Some sites might want to change the parameters
of the rotation; it's easier to do this when it's all centralized in
newsyslog.conf.)
1999-01-28 20:03:31 +00:00
Jordan K. Hubbard
7af6e2944b
DOH! Did I ever screw that up. Take the /etc prefixes off the
...
filenames.
Noted by: Randy Bush <randy@psg.com>
1999-01-27 05:00:58 +00:00
Matthew Dillon
c3d55900ed
Add directory structure of diskless examples
1999-01-26 23:05:38 +00:00
Matthew Dillon
cd00a2dc31
Create overrideable MFS filesystem sizes and do a bit of cleanup.
1999-01-26 19:07:21 +00:00
Jordan K. Hubbard
f4ff12b9f4
Allow /etc/rc.conf.site as well as /etc/rc.conf.local (and add rc_conf_files
...
variable for frobbing).
1999-01-26 10:15:57 +00:00
Matthew Dillon
1031586646
Remove use of kern.conf_dir sysctl. conf_dir is left as a local
...
variable and propogates back to /etc/rc where it will be used to
locate the rc.local file. The local variable will also be used by
/etc/rc.conf. Note that /etc/rc.conf reverts to its prior operation
of accessing /etc/rc.conf.local if run standalone.
1999-01-26 07:36:20 +00:00
Matthew Dillon
5bbcf5a4e0
Remove sysctl's from rc.conf, there seems to be a concensus that
...
rc.conf should only contain simple ops. We still keep the conf_dir
override, however, and this will be used when rc.conf is run from
/etc/rc in a diskless configuration.
1999-01-26 07:32:59 +00:00
David Greenman
7ba9347985
Ripped out EDITOR=ee with extreme prejudice.
1999-01-26 07:28:31 +00:00
Peter Wemm
8942af695d
Move reading of rc.conf sooner as requested by Greg. I'm a tad nervous
...
about this becase that makes it get run *before* the filesystems are
mounted. If people have added stuff to their rc.conf or rc.conf.local
that uses stuff outside of /bin and /sbin, this will break.
1999-01-26 05:14:36 +00:00
Peter Wemm
d41bc16f34
The vinum setup tool automatically loads the vinum module if it's needed,
...
there is no need to duplicate the logic here.
XXX rc.conf needs to be read sooner..
1999-01-26 04:59:43 +00:00
Matthew Dillon
5ab0c62f95
Commit first rc.diskless startup plus modifications to rc.conf and Makefile
...
to make it work. NOTE! Uses new kern.conf_dir sysctl.
1999-01-25 18:24:46 +00:00
Matthew Dillon
633dcb59ac
Finish up /etc/rc adjustments to handle diskless read-only-root booting.
...
This will be followed up by rc.diskless and documentation.
1999-01-25 18:07:25 +00:00
Matthew Dillon
3c83a6adc9
Introduce rc script for BOOTP 'diskless' boot. Well, not quite diskless
...
since the kernel must be booted from something ( like a floppy ). This
script must occur near the beginning of the rc file in order to support
read-only NFS mounts, which in turn allows all the BOOTP machines to use
the same / and /usr.
The companion rc.diskless script is forthcoming.
1999-01-25 04:40:53 +00:00
Mark Murray
7582c823d5
Replace a bunch of "ln foo bar"'s with "ln -f foo bar".
...
This means that if(when) you go "sh MAKEDEV all" in /dev
the devices get remade; you don't get errors.
A lot of the changes are for info only; they are commented out.
Not exactly shot to pieces by: bde
1999-01-24 13:51:26 +00:00
Mark Murray
078826d873
More libcrypt backout.
1999-01-24 13:46:33 +00:00
Brandon Gillespie
854de4f06a
Added comment about how auth_default is used by passwd.
1999-01-22 15:31:25 +00:00
Warner Losh
78d7efaa73
Euro support, part 2.
...
This should be merged into RELENG_3 and a similar patch may be needed
for RELENG_2_2, should that deemed necessary.
Make world succeeded with these patches in my tree.
Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com>
1999-01-21 19:41:38 +00:00
Jordan K. Hubbard
d441915b4b
nuke dset from here.
...
Reminded by: peter
1999-01-20 12:30:13 +00:00
Satoshi Asami
f7124908f3
Change MASTER_SITE_BACKUP to point to new dir on wcarchive. Merge some
...
MASTER_SITE_* macros from latest bsd.port.mk.
1999-01-20 01:58:39 +00:00
Hellmuth Michaelis
120fd2abc9
Rename files to indicate a bit better that they are just samples
1999-01-19 15:33:23 +00:00
Hellmuth Michaelis
89632cab7b
Add directory /usr/share/examples/isdn
1999-01-18 13:58:47 +00:00
Greg Lehey
7e7f24a712
Only start vinum if vinum_slices variable is non-empty
...
Reported-by: roberto
1999-01-18 03:25:10 +00:00
Greg Lehey
f10d3a9382
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 Wunsch
8a173970c1
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
Hellmuth Michaelis
49c3b47aae
Integrate the ISDN subsystem into the /etc/rc framework
...
Reviewed by: Joerg Wunsch
1999-01-13 08:20:55 +00:00
Satoshi Asami
0e510aed5b
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 Wemm
62b58260c9
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
Nick Hibma
fa99797979
Take cdev major # 114 for ugen
1999-01-12 01:31:13 +00:00
Jordan K. Hubbard
6fa60716d1
add minimum2 entry
1999-01-12 00:25:49 +00:00
Hellmuth Michaelis
9365684c0c
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 Wemm
50f7128ec3
Remove the example for setting KERNFORMAT=elf; it is the default already.
1999-01-11 15:06:57 +00:00
Satoshi Asami
16ceea1b93
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
Nick Hibma
34dced2c1a
Added file handling to ulpt (USB printer) driver
1999-01-11 00:03:59 +00:00
Nick Hibma
69a90ca3df
Added starting of usbd
1999-01-10 22:06:22 +00:00
Robert Nordier
82a2981241
No longer install outdated boot.help file.
1999-01-10 21:08:26 +00:00
Hellmuth Michaelis
7d06eda8b4
add directory /etc/isdn and populate it
1999-01-10 14:30:53 +00:00
Daniel O'Callaghan
b7fe2b6dab
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
John Polstra
af0ae9b1c2
share/examples/kld/misc -> share/examples/kld/syscall
...
Fixes make installworld breakage.
1999-01-09 21:47:01 +00:00
Jordan K. Hubbard
a306e6b50e
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
Jordan K. Hubbard
4c581c3b33
Sneakily make linux=YES by default and hope that nobody notices.
1999-01-08 23:47:28 +00:00
Hellmuth Michaelis
c999877cc4
add generation of ISDN (i4b) devicefiles
1999-01-08 16:03:57 +00:00
Kazutaka YOKOTA
9620286730
Added kbd*.
1999-01-06 16:18:05 +00:00
Peter Wemm
0dbed541fe
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
David E. O'Brien
cc38765f63
make comments more consistant
1999-01-06 02:44:29 +00:00
Bill Fumerola
4ddb8ecc9e
Missing word. (in comments, non-destructive bug)
1999-01-04 21:21:10 +00:00
Jordan K. Hubbard
539fb1799a
Allow rwhod to take flags.
...
PR: 7705
Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
1999-01-03 22:19:23 +00:00
Nick Hibma
0d3c3d3942
Corrected the major number for usb and added ums as major 111
1999-01-03 16:48:03 +00:00
Bill Fumerola
0a54a0549a
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
Bill Fumerola
54724311ee
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 Wemm
cc85444017
Reconnect pcvt hooks..
...
Reviewed by: core
1999-01-01 08:45:44 +00:00
Dmitrij Tejblum
2d31381a1f
Add entry for rusiian FAQ.
1998-12-30 09:50:43 +00:00
Tim Vanderhoek
87f8ef1e23
Slightly clarify wording of "Example".
1998-12-29 22:17:31 +00:00
Chris Timmons
240d6d79b1
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
Jordan K. Hubbard
96d5e20872
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
Dag-Erling Smørgrav
64bec931fc
List the warp screensaver along with the others.
1998-12-27 22:04:12 +00:00
Poul-Henning Kamp
1767866e4d
follow up to:
...
Pre 3.0 branch cleanup casualty #4 : pcvt
1998-12-27 16:44:24 +00:00
Matthew Dillon
35fb56f97e
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
Jordan K. Hubbard
c9f66c3bfe
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
Matthew Dillon
eb127873d5
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
Satoshi Asami
3a5dbbd324
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
Guy Helmer
dc1ab7da41
Document securelevel 3.
...
PR: docs/8674
1998-12-16 17:14:16 +00:00
Peter Wemm
c399ed564c
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 Wemm
0ee4ff6f20
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 Wemm
c32e8ac670
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
Matthew Dillon
dbd50bbc53
Added /usr/share/examples/portal to mtree
1998-12-16 05:01:44 +00:00
Mike Smith
a66325ee96
Add another modem (Psion Dacom)
...
Submitted by: "Gary Palmer" <gpalmer@FreeBSD.ORG>
1998-12-15 02:57:30 +00:00
Matthew Dillon
0c2383102b
More locale directory structure updates for DIS_8859-15
1998-12-14 08:06:57 +00:00
Matthew Dillon
b76ad1a32a
Fix installworld, forgot directories for locale DIS_8859-15
1998-12-14 07:44:47 +00:00
Matthew Dillon
d749f6f64f
Remove rc.local (now deleted from CVS tree) from Makefile.
1998-12-14 02:01:22 +00:00