Geoff Rehmet
3b7e1fa300
Allow configuration of resolv.conf though "configure". The
...
configuration which is done is minimal, and the script refers the user
to the resolver(5) manual page for information on fine-tuning name
resolution.
1994-06-11 12:42:35 +00:00
Andrey A. Chernov
476a220578
Add commented out PRINTER=ps entry for easy choose
...
system documentation format
1994-06-09 11:13:52 +00:00
Andrey A. Chernov
e6f5a68194
Add commented out CXXFLAGS entry similar to CFLAGS entry
1994-06-09 08:32:58 +00:00
Geoff Rehmet
2548fdfaea
Change all lib*.so.1.0 to lib*.so.1.1
...
(Once again, pointed out by Volker Paepcke.)
1994-06-08 11:01:46 +00:00
Geoff Rehmet
80dde3cb2b
Change reference to libc.so.1.0 to libc.so.1.1.
...
(Pointed out by Volker Paepcke)
1994-06-08 10:52:10 +00:00
Poul-Henning Kamp
2e3ceddd61
check for diskless boot, and remount / RW in that case.
1994-06-06 17:45:37 +00:00
Geoff Rehmet
624ca9967b
Add mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESS
...
(NOMANCOMPRESS works together with the new bsd.man.mk to turn off
compression of manual pages - manual pages are installed compressed
by default now.)
1994-06-05 20:37:15 +00:00
Andreas Schulz
aee153581e
Comment out the startup of the xtend daemon by default.
1994-06-05 16:03:57 +00:00
Jordan K. Hubbard
0b1915b6d4
I just realized that the vtty's won't kick in until the user loads the bindist
...
and reboots multiuser. Ammend the text slightly to avoid confusion.
1994-06-04 12:00:51 +00:00
Jordan K. Hubbard
ed7be55bbd
1. Bumped version number to 1.1.5 in preparation for impending release.
...
2. Added notes that tell the user a little bit about how to use syscons
since they'll be running it from the outset now and would probably like
to know how to switch terminals.
1994-06-04 11:55:56 +00:00
Poul-Henning Kamp
5a3b854f62
Added reference to RFC 1597 about "private-net" IP#'s. The following numbers
...
will never be routed over the InterNet:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
1994-06-04 02:03:45 +00:00
Andrey A. Chernov
b3108fb8a1
Now rc.serial used for initial setup of serial lines
1994-06-04 00:44:00 +00:00
Geoff Rehmet
4085cb917d
make /etc/motd mode 644 NOT 666
...
(Thank heavens I run cops every night.)
1994-06-03 08:54:35 +00:00
Jordan K. Hubbard
01d4912665
Fix the absolute paths for boot blocks. Now uses ${DESTDIR}.
1994-06-03 05:18:18 +00:00
Paul Richards
eb865f3871
Added
...
if [ -x /usr/libexec/xtend ]; then
echo -n ' xtend'; /usr/libexec/xtend
fi
to etc/rc
1994-06-01 17:04:01 +00:00
Andrey A. Chernov
a374f55b15
Restore bin.bin for /usr/libexec/uucp, uucp owner not needed here
1994-06-01 02:39:37 +00:00
Poul-Henning Kamp
da63052f1e
added make.conf template, which does nothing.
1994-06-01 00:58:06 +00:00
Andrey A. Chernov
6aba0e831e
Comment out uucpd, not properly configured as default
...
Comment out walld/rusersd/rstatd, may be too verbose
1994-05-31 17:55:38 +00:00
Andrey A. Chernov
ef8525f6a5
Change mode of libexec/uucp to 0755
1994-05-31 15:59:14 +00:00
Andrey A. Chernov
d05c8c1906
Mode 0775 for /var/spool/lock
1994-05-31 07:49:53 +00:00
Andrey A. Chernov
1b7219ff62
Change /var/spool/uucp/* modes to 0775
1994-05-31 05:05:41 +00:00
Andrey A. Chernov
5db77d7e3a
Make /usr/libexec/uucp uucp.uucp 0750
1994-05-31 05:00:24 +00:00
Andrey A. Chernov
e1e52bf058
Make /etc/uucp uucp.uucp 0770
1994-05-31 04:53:08 +00:00
Andrey A. Chernov
5f7d00d180
Uncomment uucpd, now it works
...
Uncomment rstatd/rusersd/rwalld all three worked
mountd still commented out, I remember some problem with it
1994-05-31 04:48:49 +00:00
Andrey A. Chernov
5a433546e8
Intruduce new group for uucp, gid 66
...
Change uucp directories group too
Change "lock" directory group to "dialer" to allow various
dialout applications to access it
1994-05-31 04:38:13 +00:00
Andrey A. Chernov
62936ec704
Intruduce new group for uucp, gid 66
1994-05-31 04:36:30 +00:00
Andrey A. Chernov
f21bfa8ee5
From Ache:
...
Add proper devices for new sio initial/locking mechanism
1994-05-30 03:53:01 +00:00
Andrey A. Chernov
b04a36b2c2
Path of uucp lock/temp corrected
1994-05-23 11:22:10 +00:00
Rodney W. Grimes
26ceed66d4
Fix all the sound devices to NOT have the absolute path /dev, the makes for
...
missing device files in releases!!
1994-05-21 08:55:52 +00:00
Jordan K. Hubbard
7a7d4eea40
Gordon Burditt <gordon@sneaky.lonestar.org>
...
Fix ownership of catpages, make ~uucp/uucppublic really public.
1994-05-20 22:50:37 +00:00
Guido van Rooij
110af3d672
1) Added s/key support .
...
2 Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
for the logging and access control features.
-Guido
1994-05-19 18:13:11 +00:00
Guido van Rooij
9eb28b5fde
1) Added s/key support .
...
2 Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
for the logging and access control features.
-Guido
1994-05-19 18:06:46 +00:00
Geoff Rehmet
aaa3c1f6ba
Turn on purging of accounting records in /etc/daily.
...
(Now that we have sa)
1994-05-19 12:34:48 +00:00
Rodney W. Grimes
077fcb73f8
Add the installation of /var/crash/minfree with a value of 2048 so that
...
savecore will not FILL the /var partition.
1994-05-19 12:29:29 +00:00
Jordan K. Hubbard
7838b155ee
Use "cons25" for console too since we're now syscons. Turn on two
...
VTY's by default; give user a couple of vty's to play with out of the box
(leave 4th entry turned off for X).
1994-05-19 11:07:56 +00:00
Jordan K. Hubbard
d4d8a38f6f
Add 4 VTY's back to the list of things to create by default (the codrv
...
comments were obsolete), also create a PS/2 mouse entry.
1994-05-19 11:05:09 +00:00
Jordan K. Hubbard
d6a9fa2292
Add manpath.config to the default list of things installed in /etc
...
for releases.
1994-05-17 13:03:36 +00:00
Rodney W. Grimes
862d153aaa
Fisx spelling error from John Lind
1994-05-15 01:10:17 +00:00
Rodney W. Grimes
12d6354a35
>From 1.1 branhc:
...
----------------------------
revision 1.13.2.1
date: 1994/05/05 03:58:27; author: rgrimes; state: Exp; lines: +15 -25
Upgrade some things that are now different in 1.1.
----------------------------
1994-05-15 01:09:23 +00:00
Jordan K. Hubbard
bc5acff790
From: Heikki Suonsivu <hsu@clinet.fi>
...
FreeBSD release still nukes everything on scratch using a big-hammer
method, even if it is nfs-mounted (and, when it is, the expiration policy
may be different). Daily script should by default do nothing to remote
filesystems?
1994-05-13 12:41:47 +00:00
Rodney W. Grimes
9b647c9560
Fix some spaces back into tabs from a cut and past.
1994-05-13 03:39:21 +00:00
Andrey A. Chernov
3c7d122598
Make dialout devices owned by uucp.dialer with 660 mode
1994-05-10 09:18:11 +00:00
Rodney W. Grimes
2f3990f771
Add supoort for hostname.ed1
1994-05-04 08:59:52 +00:00
Rodney W. Grimes
bacf044f40
Use the hostname.interface file just like the 3 floppy install.
1994-05-03 10:11:47 +00:00
Rodney W. Grimes
b9ee5a065c
Use ISO9660/DOS compliant file names for the tar balls now.
1994-05-03 10:11:21 +00:00
Jordan K. Hubbard
eeee6ddd2b
Configure: If netmask wasn't entered at all, it caused the ifconfig line to
...
have a bogus trailing `netmask' with no argument. Fixed.
Rod: Please take this into 1.1 Release.
1994-04-26 23:26:18 +00:00
Jordan K. Hubbard
c289dd0485
Fix to handle routed with multiple args from Andy J. Chichak.
...
This should go into 1.1 Release if it's not too late.
1994-04-25 15:33:12 +00:00
Søren Schmidt
75a489c919
device support for pcaudio added
1994-04-21 14:08:27 +00:00
Rodney W. Grimes
5ca7c63907
Fix the ifconfig lines so that they have interface names on them.
1994-04-18 11:00:44 +00:00
Rodney W. Grimes
74d091bf0a
>From BETA_1_1 branch:
...
----------------------------
revision 1.8.2.1
date: 1994/04/18 06:37:29; author: rgrimes; state: Exp; lines: +10 -4
Use the hostname.* files created by the installation to reduce the
amount of work one has to do when setting up a system.
----------------------------
1994-04-18 06:44:43 +00:00