Jordan K. Hubbard
7b026b2a02
1. Remove a rather strangely gratuitous bit of profanity
...
2. Use elvis instead of vi for the editor on the cpio floppy; dmesg is back.
1994-06-24 22:18:46 +00:00
Jordan K. Hubbard
cf3820b72a
My last few changes to the release code plus a small termcap file
...
for the cpio floppy.
1994-06-24 14:27:25 +00:00
Jordan K. Hubbard
5ef18d0a0d
Whoops - missed a couple of intermediate files. Nuke 'em.
1994-06-22 08:37:28 +00:00
Jordan K. Hubbard
70677ace77
Ok, this should about wrap it up.
...
1. All the crunched files work now; don't install copies, used the crunched
versions.
2. Make the clean rules DTRT now that we have stuff to clean.
1994-06-22 08:33:28 +00:00
Jordan K. Hubbard
eb09e01cdc
Whoops - I missed a commit; EXTRACT scripts were misnamed. Correct.
1994-06-21 12:42:56 +00:00
Jordan K. Hubbard
5a83efa256
1. Increase number of inodes for kcopy floppy; we've currently run out.
...
2. Get kcopy and filesystem images from current directory since we
now build them here; a clean rule is now all that's needed to make
the crunch stuff complete.
1994-06-21 11:02:38 +00:00
Jordan K. Hubbard
f150b420d2
Commit a small change to allow FreeBSD to install on a different drive.
...
The kernel configs already support this, so with a boot floppy or a utility
like booteasy, the user should be able to install and boot off the second drive.
Hurrah.
1994-06-20 06:05:16 +00:00
Jordan K. Hubbard
a346c5163b
Commit some additional changes for making this work with obj dirs.
1994-06-20 03:39:59 +00:00
Jordan K. Hubbard
36dc2b3fd6
Fixes from Bruce Evans:
...
o insecure and inconsistent permissions for tape devices.
o didn't make the DOSpartition wd devices.
1994-06-17 21:50:07 +00:00
Jordan K. Hubbard
b5edeef192
Add entry for the new PCMCIA ethernet adapter code (ze0).
1994-06-17 19:29:05 +00:00
Andrey A. Chernov
68cc5c98fe
Fix comment about 8-bit clean tcsh
1994-06-16 17:16:31 +00:00
Andrey A. Chernov
2402b6287e
Add commented out STARTUP_LOCALE with explanation
1994-06-16 17:13:53 +00:00
Andrey A. Chernov
5ac66a038b
Only comment added to console entry:
...
# If you want to be asked for password, change "secure" to "insecure" here
1994-06-16 12:34:53 +00:00
Jordan K. Hubbard
911491d727
I'll leave the addition of the line, but there's just absolutely no
...
way I'm going to allow this to be set to secure. People blow their
password files away all the time, and I am not at all keen to lose the
ability to get them recovered with the simple expedient of a single-user
boot.
1994-06-16 12:14:08 +00:00
Andrey A. Chernov
e4e14c13aa
Choose secure single-user mode by default
...
Without this entry init.bsdi don't ask root password when it goes
to sigle-user. This entry must present here in any case,
subject of arguing can be only default mode, I mean
"secure" or "insecure" here. Please consider this entry
like template and change "insecure" to "secure" if you
are _shure_, but not back out whole line.
# This entry needed for asking password when init goes to single-user mode
console none unknown off insecure
1994-06-16 11:13:44 +00:00
Jordan K. Hubbard
7d686f6cd2
Since we're using syscons now, make ^H the backspace character by
...
default (ack ack, evil evil, but easier than changing syscons at this
late hour).
1994-06-15 22:58:49 +00:00
Adam David
33d04130bd
Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT=
1994-06-15 21:32:38 +00:00
Jordan K. Hubbard
e7ab243a99
1. Fill out the crunch target - this should do the trick (we'll see).
...
2. Remove the NOOBJ line - we want an object dir now.
1994-06-15 21:21:50 +00:00
Jordan K. Hubbard
b4c84151ac
Add a beep to the load_fd stuff for each floppy insert request so
...
that you can read a book and load the floppy distribution at the same
time.. :-)
1994-06-15 21:04:04 +00:00
Jordan K. Hubbard
d5500fb5b4
Remove the --exclude libc.so.1.1 line; with a static gzip and tar we
...
no longer need it, and it's just one more thing we would have to remember
to change with every shared lib version bump.
1994-06-15 21:02:36 +00:00
Jordan K. Hubbard
1c51f14a0f
Install manpath.config and mail.rc properly, and directly from the src
...
tree now (rather than having a local copy.
1994-06-15 20:43:20 +00:00
Adam David
4a1bed6807
added comments for how to use CCFPU and MDEC_OPT
1994-06-15 20:24:16 +00:00
Jordan K. Hubbard
b83e1e51be
Commit Rod's magic EXTRACT scripts to the tree so that we can work on
...
them. These were al hand-copied over before.
1994-06-15 20:15:12 +00:00
Jordan K. Hubbard
220273aa91
Lots of changes:
...
1. Properly use ${.CURDIR} now instead of hardcoded relative dirs.
2. Use ${BINOWN} and ${BINGRP} everywhere instead of root/wheel
3. Add target for copying over EXTRACT scripts (and add them here).
4. Start thinking about crunched floppy target (not in yet, next commit).
1994-06-15 20:14:29 +00:00
Jordan K. Hubbard
abe5ea49b0
1. Bump minimum root size to 8MB (we need that much now).
...
2. Bump version number to 1.1.5 for impending release.
1994-06-15 19:23:33 +00:00
Andrey A. Chernov
c4a6b5c74b
Remove CXXFLAGS from here, handled in another place
1994-06-14 11:46:52 +00:00
Garrett Wollman
e4d7745b19
Added comment about registerd and kpasswdd not working in 1.x.
...
Deleted commented-out line which would start mountd; that's not
the right pplace to do it (don't confuse the users).
Should probablyhave uncommented rpc.rstatd, but didn't.
1994-06-13 22:41:04 +00:00
Geoff Rehmet
1c26cf22f7
Change default for directory permissions to be 0755.
1994-06-12 16:20:36 +00:00
Geoff Rehmet
bccbb20f01
Modify messages about the resolver manual page as per Rod's suggestions.
...
The configure function now tells the user to type "man 5 resolver"
for more info on resolv.conf, but mentions that the bindist must
be fully installed before this can be done (actually a user won't
have reached this stage if he doesn't have an installed bindist ;-)
1994-06-12 11:05:04 +00:00
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