Rodney W. Grimes
978dabea51
Reviewed by: bde, jkh
...
Add comment that you should not have to edit netstart, and if you
do we would like to know about it.
The lo0 interface is now handled just like any other interface,
This makes it possible to do things to it from sysconfig.
Redo the comments in sysconfig about network_interfaces and ifconfig_${X}
to reflect the moving of lo0 to this scheme. We now have an uncommented
variable for sysintall to find and play with. (Your welcome Jordan)
Redo the way static routes are handled. Basically use the same
scheme for routes that I did for network interfaces. This allows
any number of static routes to be added from sysconfig.
Make sure we do the default route first so we stand a chance of
getting to our DNS server (if we have one) to resolve our own
IP address from $hostname.
1995-05-17 04:46:57 +00:00
Rodney W. Grimes
bbfba93794
The ``mount -a -t nfs'' should never have been backgrounded. If you
...
have non-critical nfs volumes in /etc/fstab they should have option bg
on them. The behavior of the system is more tuneable this way, and
allows a slow mounting /usr over nfs to work.
Submitted by: bde
1995-05-15 19:50:59 +00:00
Andrey A. Chernov
efc05b2bdd
change nobody master.passwd entry to 65534:65534
...
change nobody group entry to 65534
Suggested-by: pst
1995-05-15 19:24:57 +00:00
Andrey A. Chernov
e95be7ca34
Change xten shell from /dev/null to /nonexistant, adduser
...
complaints instead.
Change nobody user group from non existent in /etc/group (9999) to
existent nobody (39).
1995-05-15 18:35:22 +00:00
Rodney W. Grimes
f8a6f4a227
Remove all /dev/'s from device names, they should all be relative
...
to /dev. Putting absolute paths in here breaks the make release
process, and screws up testing of this script in other directories.
Submitted by: bde
1995-05-15 09:44:10 +00:00
David Greenman
1469eec81e
Fixed incompleteness that would allow dirty filesystems to get mounted
...
when the single user shell was terminated. These changes disallow mounting
or R/W upgrading filesystems that are dirty unless "-f" (force) option
is used with mount. /etc/rc has been modified to abort the startup if
one or more non-nfs partitions fail to mount.
Reviewed by: Poul-Henning Kamp, Rod Grimes
1995-05-15 08:39:37 +00:00
Gary Palmer
64cecefe43
Clean up the matcd entry so it deletes the *matcdl* entries before trying
...
to create new ones.
Reviewed by: davidg, rgrimes
1995-05-15 06:55:18 +00:00
Rodney W. Grimes
3d8e4b9338
Remove XXX comment that I had moved to netstart and forgot to remove from
...
here.
1995-05-13 20:16:11 +00:00
Andrey A. Chernov
4067631146
Change ln -sf to rm -f and ln -s, first one work incorrectly
...
for directories when called second time
1995-05-13 16:58:37 +00:00
Satoshi Asami
cbed30a5cf
Add "include".
1995-05-13 12:07:08 +00:00
Jordan K. Hubbard
5469943802
Document the fact that almost all the user configuration stuff is now
...
in /etc/sysconfig, per Luigi's suggestion.
1995-05-11 21:11:17 +00:00
Jordan K. Hubbard
7b094c1c1d
The lites web page has moved.
...
Submitted by: rich
1995-05-11 20:39:36 +00:00
Rodney W. Grimes
a51ab5ce3b
Reviewed by: wollman
...
Add a knob to make it easy to turn off RFC 1323 and RFC 1644 options.
1995-05-11 19:08:37 +00:00
Jordan K. Hubbard
4767b31211
Lower-case the name of the DES directory. Yes, it's an acronym, but DOS
...
is still dOs.
Jordan
1995-05-11 05:22:29 +00:00
John Fieber
9381eca971
New directory for sgml tools: /usr/share/sgml
...
Reviewed by: rgrimes
1995-05-09 23:06:59 +00:00
Jordan K. Hubbard
15e52edd61
secure -> DES
1995-05-09 00:15:30 +00:00
Andrey A. Chernov
75343e2589
Change 'rc' entries from 'r' to 'm', conflict with ptys
1995-05-07 23:04:03 +00:00
Satoshi Asami
884a677900
ttyq[0-9a-f] -> ttyp[g-v]
1995-05-05 10:06:34 +00:00
Peter Dufault
99d181f7a9
Make scsi control devices such as "/dev/rsd0.ctl".
1995-05-03 18:15:35 +00:00
Peter Dufault
b53e9e2751
Use the correct offset for LabPC digital devices.
1995-05-01 14:34:45 +00:00
Andrey A. Chernov
98a59e226e
Add yet one popular russian code table
1995-04-30 14:45:00 +00:00
Jordan K. Hubbard
90e83ab7ee
As a public service (and because I'd like to see more LITES people chose
...
FreeBSD), add mach-4 target to MAKEDEV; it creates various compatability
devices for Mach4.
Submitted by: (Submitter name unknown) <root@ns2.redline.ru>
1995-04-30 07:56:45 +00:00
Bruce Evans
af5b6e3f9d
Remove chmod of pcaudio* to 666. Not everyone should be allowed to
...
play the speaker and consume 10-100% of the available cycles.
Remove chmods of sound devices to 666. Use chmod to give the same security
holes.
1995-04-28 07:53:43 +00:00
Bruce Evans
d45ae51059
Add cyclades serial devices cuac*, cuaic*, cualc*, ttyc*, ttyic* and ttylc*.
1995-04-28 07:39:21 +00:00
Peter Dufault
657e73c4f5
Add National Instruments "LabPC" driver
1995-04-28 00:51:40 +00:00
Bruce Evans
cd782e4154
Reviewed by: Gene Stark (starkhome!gene@sbstark.cs.sunysb.edu)
...
Change ownership of tw* from bin.bin to root.operator. Hardware devices
shouldn't be accessible to bin.
1995-04-26 08:07:30 +00:00
Rodney W. Grimes
28f1950b10
Add $defaultdomainname to sysconfig and use it in netstart to set the
...
domainname. This eliminates /etc/defaultdomain.
Correct tickadj, it should have been tickadjflags.
1995-04-24 23:52:16 +00:00
Jordan K. Hubbard
a746536c51
Document COPTFLAGS in addition to CFLAGS.
1995-04-23 13:03:24 +00:00
Andrey A. Chernov
29ea28d79e
Add 'rc' devices.
1995-04-23 12:02:21 +00:00
Atsushi Murai
281cc46322
Fixing misspelling and chang default device as dailout
...
Reviewed by: Atsushi Murai <amruai@spec.co.jp>
1995-04-22 17:14:21 +00:00
Jordan K. Hubbard
29fb81664f
Add xten user/group.
...
Submitted by: Gene Stark <gene@starkhome.cs.sunysb.edu>
1995-04-18 02:03:59 +00:00
Rodney W. Grimes
51564ceea8
A better solution for the noisy ibcs2 startup, just echo a space and then
...
call ibcs2.
Submitted by: jkh, slight modification by me.
1995-04-13 21:23:17 +00:00
Jordan K. Hubbard
d99fdc4f07
I missed some of Frank Durda's changes for MAKEDEV. Fixed.
...
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
1995-04-13 00:51:55 +00:00
Andrey A. Chernov
5c613ed190
Call gated as /usr/local/sbin/gated instead of possible adding
...
/usr/local/sbin to rc PATH
1995-04-12 16:58:06 +00:00
Andrey A. Chernov
7cccae663d
Fix "at" directories owner
1995-04-12 03:02:01 +00:00
Andrey A. Chernov
8889e816b4
Add -r to rm -f /var/spool/uucp/.Temp/*
1995-04-11 18:36:10 +00:00
Rodney W. Grimes
d75038b6e7
Remove obsolete comments about my-name and my-network.
...
Have netstart directly source sysconfig so that it stands on its own.
Do not source netstart in rc, run it with sh.
Rework the dangerous /etc/hostname.* so that it uses a variable with
a list of interfaces and a variable for each interface in that list.
The files /etc/hostname.* become obsolete with this change, the
information is now stored in /etc/sysconfig.
Source any /etc/start_if.${ifn} files so they can export things to
netstart (plans for future enhancements in this area.)
Obsolete /etc/defaultrouter, this is now down with $defaultrouter from
sysconfig.
1995-04-11 01:22:24 +00:00
Rodney W. Grimes
40a36bc906
Add missing "echo '.'" to end of file so that the next file called
...
starts on a new line.
1995-04-10 01:39:13 +00:00
Rodney W. Grimes
1f55ebbcd9
This is a purely cosmetic clean up. Fix many cut and paste problems that
...
had turned tabs into spaces.
1995-04-09 09:54:51 +00:00
Andrey A. Chernov
ea1e26d7e2
Upgrade to RFC1700 (IANA)
1995-04-09 03:02:08 +00:00
Nate Williams
dff188f7dc
Added /usr/share/examples/cvs for use by cvsinit.
1995-04-08 17:48:00 +00:00
Andrey A. Chernov
9265b96620
Add ident (commented out)
1995-04-08 16:21:45 +00:00
Andrey A. Chernov
8075515025
Fix official name of 113/tcp service
...
Obtained from: SunOS /etc/services
1995-04-08 16:17:05 +00:00
Jordan K. Hubbard
0039743841
Don't spit out a gratuitous ibcs2 startup message.
1995-04-06 02:38:37 +00:00
Andrey A. Chernov
d9e7919357
Set desired cursor type for syscons
1995-04-04 17:34:55 +00:00
Andrey A. Chernov
213abfcf47
Add missing ';'
1995-04-01 12:55:33 +00:00
Andrey A. Chernov
179b3cdf2d
Make /usr/share/nls/* dirs for message catalog stuff
1995-04-01 04:47:43 +00:00
Jordan K. Hubbard
9cd4774910
Add modem database file for new tip changes.
1995-03-31 11:41:58 +00:00
Andrey A. Chernov
923782ecb6
Restore my function key configuration stuff which Rod promise to
...
restore but really didn't do it.
Restore message from old rc about configuring syscons whith
echo added before it to go to new line after "echo -n xtend" f.e.
and similar stuff.
1995-03-30 09:39:51 +00:00
Rodney W. Grimes
8c0aac9163
Make the creation of the header line in /etc/motd be consistent
...
with other BSD based systems.
Submitted by: wollman
1995-03-30 06:34:46 +00:00