Commit Graph

683 Commits

Author SHA1 Message Date
ache
ad5be313bf Make /dev/pss instead of /dev/sndproc (unused) 1995-03-13 00:10:40 +00:00
bde
25d3b3b65c Clean up white space. 1995-03-12 15:25:32 +00:00
dufault
ae68db153f Noticed by: Nate
Fixed the MAKEDEV pattern for SCSI processor type driver so it doesn't
screw up ptys.  Does anyone want to suggest a better name than "pt0" for
SCSI processor devices before 2.1?
1995-03-11 12:07:57 +00:00
rgrimes
120393821b Simplify all the newfs commands into ${NEWFS} and add -t 0 -u 0 so
we can again newfs floppies.

Now I just need to squish the bits back under 1.44MB :-(.  I don't know
if it will be possible to get down to 1.2MB.
1995-03-10 08:42:07 +00:00
jkh
ea5ffb6484 Back out my previous change and file it under the catagory of One Of Those
Things That Seemed Like A Good Idea At The Time.  There's a better solution
for /etc out there and this is not a step in that direction.
1995-03-06 14:33:39 +00:00
jkh
45947426e5 If there is a host-specific rc file lurking in /usr/share/misc, execute
it.
Submitted by:	Heikki Suonsivu <hsu@cs.hut.fi>
1995-03-05 22:00:40 +00:00
dufault
18c8883ce0 Add processor and worm drivers 1995-03-04 20:54:24 +00:00
bde
b7a6031511 For sd, vn and wd:
Support sliced devices better.  E.g.:
`sh MAKEDEV sd0' creates [r]sd0 and [r]sd0s[1-4] as well as [r]sd0[a-h]
(the extra devices created by default won't hurt apart from wasting inodes).
`sh MAKEDEV sd0s1[a-h]' creates [r]sd0s1[a-h] (any partition creates all).
`sh MAKEDEV sd0s5' creates [r]sd0s5.

Support unit numbers 0-31 (was 0-6).

For wd:

Remove support for creating DOSpartitions wd*[i-m].  These will get removed
if you run MAKEDEV on `all' or on wd*.
1995-03-04 12:22:14 +00:00
jkh
f99a1b535c Add Matsushita CDROM device entries.
Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
1995-03-02 04:11:47 +00:00
ache
c028e79030 Cleanup device names, add more devices for Linux sounddriver 1995-02-27 18:54:27 +00:00
ache
f9c14aba19 Move symlinks creation here 1995-02-26 20:29:37 +00:00
amurai
7f3209e0ba New user Process PPP based on iij-ppp0.94beta2.
o Supporting SYNC SIO device (But need a device driver)
     - add "set speed sync"
   o Fixing bug for Predictor-1 function.
   o Add new parameter that re-sent interval for set timeout commands.
   o Improving RTT (Round Trip Time) and reducing processor time.
     - Previous Timer service was using polling, and now using
       SIGALRM ;-)
     - A 0.94beta2 will not work correctly....

   -- Follows are additinal feature not including 0.94beta2
   o Support Proxy ARP
     - add "enable/disable proxy" commands
   o Marging common routine in CHAP/PAP.
   o Enhancing LCP/IPCP log information.
   o Support local Authfication connection on port 300x and tty.
     - You can set up pair of your "hostname -s" and
       password in ppp.secret. if either ppp.secret file nor
       your hostname line don't exist, It will notify a message
       and working as same as previous version.(Backword compatibility)
     - If you did set up them, It's allow connection but nothing to do
       except help and passwd command.
     - add "passwd yourpasswd" commands
   o Support afilter - keep Alive filter that a packet can send/receiving
     according to ifilter/ofilter but doesn't count it as preventing idle
     timer expires.
     - Same syntax of other filters.
   o Fixing bugs reported by current user for previous one. Thanks !!

Reviewed by: Atsushi Murai (amurai@spec.co.jp)
1995-02-26 12:18:08 +00:00
phk
b02346c470 make distribute change. 1995-02-25 21:01:48 +00:00
joerg
43f9bff834 Allow tty0? to be an alias for tty? when creating the dev nodes.
People tend to be confused unnecessarily otherwise.
1995-02-24 19:26:59 +00:00
jmz
945b95fa15 Change permissions and ownership of joystick device files. 1995-02-22 23:52:58 +00:00
ache
4ab3d8890b add /usr/local/share, needed by some ports 1995-02-22 04:34:19 +00:00
bde
0d6380ec6f Fix some bogus and missing chowns:
444 -> root.wheel
root -> root.wheel
uucp -> uucp.wheel (perhaps this should be .dialer, but .wheel is safer)
missing -> root.wheel

chown to root is usually bogus because mknod had to be run by root to
create the inode.  Setting the group explictly is currently necessary
because MAKEDEV does nothing to ensure that its working directory has
a suitable group.

Driver authors!  Please fix any bogons in MAKEDEV that involve your
drivers.  The sound devices are still world writable...
1995-02-17 12:32:34 +00:00
bde
6c30d3bff8 Adjust for rearranged slice numbers. Only create partitions on slice 0
for now (there are too many minors to create by default).  The special
sliced disk case ssd*|svn*|swd*) can almost replace the standard disk
case sd*|vn*|wd*) now (it just creates a few more devices), but there
will have to be special cases to allow creating slices 6-31 and partitions
on slices 2-31.

Fix bogus default cases.
1995-02-16 16:03:29 +00:00
joerg
305efcc13d gettytab:
Add the `lc' option to default.  Having getty understand the issues of
CAPS-only terminals is a nop these days, but `lc' avoids hassles for
people with CAPS-only user names.

Suggested by: Don Yuniskis


weekly:

Modify the call to makewhatis, now that our makewhatis can take the
entire ${MANPATH} as a single argument.
1995-02-16 10:51:53 +00:00
ache
127c0cf2ff Add include/readline and share/misc/pkg_manage 1995-02-15 20:57:01 +00:00
ache
0d02bc7e5e Make libexec & sbin for tcp_wrapper and others 1995-02-15 19:12:21 +00:00
jkh
a229e6d86f Make /var/yp.
Suggested by: se
1995-02-15 01:51:18 +00:00
jkh
8cf49f1b0c Create a /usr/share/isdn directory. 1995-02-15 00:41:23 +00:00
jkh
319cd36ec1 Add device entries for ISDN driver. 1995-02-14 23:48:05 +00:00
ugen
f8ece4f3b4 Added /dev/snp? entry.. 1995-02-14 21:13:14 +00:00
bde
37333a0b5a Add chowns for pty's, ttyv's and ttyd's. Correct the chown for lptctl's.
The group was wrong if MAKEDEV was run in a directory with group other
than wheel.  This may have messed up the group in recent SNAPs
(sysinstall/obj should have group bin).

Reset the umask to 77 after running MAKEDEV.local.  Some cases depend on
the 77 default.  MAKEDEV.local and all cases should probably set the
umask explictly and not depend on a default.  Most cases already set it.
1995-02-10 20:08:25 +00:00
jkh
032a0441f8 Device entries for >32 PTYs.
Submitted by:	Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:10:02 +00:00
wpaul
4d2826f7bb Small NIS fixes:
1) ypserv is started with nis_serverflags, not yppasswddflags (that's what
   I get for cutting & pasting without paying attention).

2) ypbind can also be started with arguments, so turn nis_client to
   nis_clientflags.
1995-02-08 16:42:12 +00:00
ats
406f26b587 Submitted by: Michael Reiffenberger ?
Changed the yppaswddd to a yppaswdd :-).
1995-02-07 20:52:35 +00:00
jkh
d7a9cb4397 Video Spigot entries.
Submitted by:	Jim Lowe <james@blatz.cs.uwm.edu>
1995-02-07 12:07:18 +00:00
amurai
a967447a41 Adding ppp configuration files entry for distribution packages. 1995-02-04 11:16:47 +00:00
dima
24c4746bf7 comment localhost by default. 1995-02-04 08:32:15 +00:00
wpaul
e53b61240c Added options for starting NIS client and server processes. All are
off by default.
1995-02-03 23:54:07 +00:00
jkh
382821fffd Add tun to list of devices.
Submitted by:	mr
1995-02-01 23:15:11 +00:00
amurai
4dc8325afd This commit was generated by cvs2svn to compensate for changes in r6056,
which included commits to RCS files with non-trunk default branches.
1995-01-31 06:24:33 +00:00
amurai
0487956fcf Reviewed by: 1995-01-31 06:24:33 +00:00
ache
158c342471 Create necessary symlinks for locale dirs 1995-01-30 15:20:53 +00:00
jkh
41a8665109 Edit out some extraneous tabs. 1995-01-27 02:20:42 +00:00
jkh
4665b0efea Disable dset for now - Bruce says it hoses the show. 1995-01-26 19:04:29 +00:00
ache
793647dad1 Sync with main termcap 1995-01-26 08:51:52 +00:00
ache
c870aa5f1c Add yet one & to kadmin startup to not left second-level shell hanging 1995-01-26 05:25:52 +00:00
ache
51f61ec9ba Use (sleep 20; kadmind ...) & -- wait until kerberos started 1995-01-26 02:58:31 +00:00
jmz
9929ea8915 Add joystick 1995-01-25 21:21:28 +00:00
ache
8a9f47751a Start kadmind -n (if present) for kerberos server to bring
passwd to life.
1995-01-25 05:06:34 +00:00
wollman
851ed00f49 Get the right name for the v4 kadmin service. 1995-01-24 18:52:50 +00:00
jkh
275daa984d Add dset call to rc file, right after the databases are rebuilt. 1995-01-24 16:49:14 +00:00
ache
b88461c97a Cleanup in examples,groff_font,locale directories 1995-01-22 22:37:45 +00:00
wollman
084ad42524 Added kadmin protocol port 1995-01-20 22:00:26 +00:00
wollman
19589aeef9 Add /usr/include/ss because libss expects its header files to live there. 1995-01-19 22:23:13 +00:00
jkh
b8df2a94a6 Remove the src tarball stuff from this Makefile - all the release
stuff is on its way out of here and into release/Makefile.
1995-01-17 20:00:01 +00:00
ache
8684576169 Add tmac/mdoc, needed by ngroff 1995-01-17 17:57:52 +00:00
jkh
c8f69c20cd Catch the one I missed. 1995-01-15 11:21:47 +00:00
ache
1c21da08bf Sync with base termcap.src 1995-01-15 06:29:22 +00:00
jkh
0d538f48a2 Make one last stab at making this work before I go. 1995-01-15 06:13:46 +00:00
ats
2d58479866 Fix a bug, that someone has introduced into /etc/security. It has no longer
found SUID files, only SGID files. The find has missed some parantheses.
1995-01-14 13:23:50 +00:00
jkh
4677f1525f Actually, there's a better way to do this whole srcdist tarball business.
Take first steps toward implementing it.
1995-01-14 12:48:39 +00:00
jkh
2ddf16d486 Clean up src-tarball definition. 1995-01-14 12:29:38 +00:00
ache
2e20af0aa9 Sync with base termcap 1995-01-13 00:19:50 +00:00
jkh
8ef602caf2 Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s
driver for the Genius GS-4500 hand scanner.
Submitted by:	gusw@fub46.zedat.fu-berlin.de
1995-01-07 14:52:08 +00:00
dg
7ad102730f Removed daily rm'ing of files in /tmp, /var/tmp, and /scratch. There is no
safe way to do this, and envites very unpleasant results. Removed fsck'ing
of all the disks on the system as it provides output that is almost always
meaningless and only envites bug reports.

Reviewed by:	Jordan Hubbard
1995-01-05 10:15:53 +00:00
ache
0ad6eb490b Add drainwait option examples 1995-01-05 00:11:52 +00:00
ache
35e4145a40 Add 'news' user, present in group, but missed in master.passwd 1995-01-03 21:02:01 +00:00
ache
b19bb59227 Remove adduser.conf & userids, not needed with new adduser 1995-01-03 12:02:05 +00:00
rgrimes
dc21ae6672 Add usr/share/perl/sys to mtree file, remove private mkdir from Makefile. 1995-01-03 02:57:53 +00:00
ache
8671e32278 Add adduser.conf & userids 1994-12-28 13:54:06 +00:00
ache
ec3b3cf774 Move adduser configuration files here 1994-12-28 13:45:47 +00:00
ats
7d52d1a428 Add entries for the sony and panasonic drives. The not SCSI and not EIDE
drives :-).
1994-12-25 15:08:29 +00:00
wollman
c9ad65f32a Disable UDP echo, chargen, date, and daytime services. 1994-12-21 20:32:44 +00:00
ache
69fd70e8fd Use proper serial device names 1994-12-19 02:02:47 +00:00
ache
969667ba20 Uncomment uucpd by default, it is working and secure now 1994-12-19 01:11:19 +00:00
ache
25cc9a7d2a timedflags quoted
Submitted by: root@uglabgw.ug.cs.sunysb.edu
1994-12-18 01:21:51 +00:00
bde
24f0109bbd Add support for sliced disk devices ssd*, svn*, swd*. The `s' at the start
of these names is so that they can be distinguished in MAKEDEV until the
non-sliced devices go away.
1994-12-16 15:59:44 +00:00
ats
1d23343f58 Change the example in the printcap file for the spooling dir from
/var/spool/lpd to /var/spool/output/lpd. This is the new location
where the lpd-system now searches for files.
1994-12-10 22:46:25 +00:00
ache
fbda28b008 Fix wrong regexps 1994-12-08 00:44:55 +00:00
ache
f5cd25ca49 Fix wrong unit=expr for tty? cua? 1994-12-06 23:06:10 +00:00
bde
fcd26acc24 Rename tty0* -> ttyd*. Comment about "serial" terminals instead of
"hardwired" or "dialin" terminals.
1994-12-06 19:59:24 +00:00
bde
fa622f57ad Name the serial ports tty* and cua* in comments. ttyd* and cuaa* don't
match all the port names.

Start using shell functions to avoid duplication.

Make tty* independent of cua*.  Restore support for old names (tty0 ==
ttyd0, cua0 = cuaa0...).

Restore making of lpt1 and lpt2 by default.

Keep umask 077 for making vty*.  World-ioctable vtys are huge security holes
because of bugs in syscons.

Make vga if a vty is made.  It may still be required for X.  It got nuked
with pc*.

Start using umask consistently to avoid using chmod.
1994-12-06 19:50:17 +00:00
ache
957bb604cc Add yet one locale example, this time ISO8859-1 as most common example.
Add reference where find full locales list
1994-12-05 19:46:35 +00:00
ache
2aa38cf1fc cua*0? --> cua*a? 1994-12-04 23:54:39 +00:00
ache
2c600a1f32 Remove yet one pccons-related comment 1994-12-04 23:50:40 +00:00
ache
8cc0e64ac8 New serial naming convention, remove tty0?, change cua0? --> cuaa?
Remove pccons stuff, we don't have it.
1994-12-04 23:48:38 +00:00
phk
057ea97a94 Added vn*, doing the same thing as sd* and wd*. (Disklabel support will
be added to the vn driver).
1994-12-04 20:15:15 +00:00
jkh
07cc9aecea Add back the Croynx stuff I nuked accidently. I'm not touching this
file anymore after this.  My link makes it too painful to make
interactive mods, and I don't have the CVS tree here so making changes
for "previous history" have to get done on freefall, with the corresponding
degree of pain.
1994-12-03 14:01:01 +00:00
jkh
e9ff8a829c Back out previous commit until we work this out. Sigh. 1994-12-03 04:46:09 +00:00
wollman
3297ce2308 Add cronyx driver entries. 1994-12-03 00:07:49 +00:00
jkh
98fb9b578a |From: Keith Walker <kew@timesink.spk.wa.us>
|Message-Id: <199412011713.JAA03374@timesink.spk.wa.us>
|To: jkh@whisker.hubbard.ie
|Subject: A little problem with MAKEDEV
|
|For a while now, MAKEDEV's been kinda neat: you create the cua* files,
|and it deletes the tty* files; you create the tty* files and it
|deletes the corresponding cua* files. K00l! :-)

[Ed Note - I think this behavior was wrong, and this fix better].
1994-12-02 16:08:53 +00:00
dg
a089fe26ef Install rc.serial. 1994-12-01 13:55:49 +00:00
ache
f99f2b0a04 Call rc.local with . instead of sh to pass variables
Submitted by: John Capo
1994-11-26 19:25:14 +00:00
ats
b93f2f9500 Submitted by: Julian H. Stacey
Changed the echo to match correctly the intended code.
1994-11-20 23:34:51 +00:00
phk
3247b00cea No point, what so ever, in installing /etc/myname 1994-11-20 23:11:00 +00:00
ats
82eb2b5607 Change the example line for popper to point to /usr/local/libexec/popper
instead of /usr/local/etc/popper. The 2.0 installation installs it there.
1994-11-18 20:01:21 +00:00
smace
5b25614f3a fix if test for rwhod. 1994-11-17 08:28:02 +00:00
phk
c986042607 Final changes. Now "make distribute" should work as advertised. 1994-11-14 20:56:17 +00:00
ache
1ae2cfac1d Wrong raw device was created for cd/mcd: d instead of c 1994-11-12 15:48:54 +00:00
phk
4e05ae59ba /dev/apm should be /dev/apm0 1994-11-10 02:32:29 +00:00
phk
d0e55318fa Now that the default for the shared gcc-internal lib changed, make this match. 1994-11-10 02:29:41 +00:00
phk
c554ab278d Update make.conf and sys.mk to reflect the most recent advances in
civilization:  Use -O2 and MSUN as default, and X11 is in /usr/X11R6
1994-11-07 04:18:04 +00:00
phk
083ed2ed48 Only so savecore if people ask for it. 1994-11-07 04:02:26 +00:00
phk
bd25a0a8ac Don't set hostname if we already have it. (diskless). 1994-11-02 23:50:54 +00:00
ache
fd3379e535 Call adjkerntz -a every half hour from 0 to 4 am 1994-11-02 09:50:11 +00:00
ache
b7a021a0c3 Restore back -i for adjkerntz 1994-11-02 09:43:38 +00:00
phk
2d4936ee51 The last committer didn't know that '*' doesn't start a comment in shell's ???? 1994-11-02 06:36:42 +00:00
ache
846e4539e3 Remove adjkerntz call 1994-11-01 16:25:06 +00:00
ache
8949504822 Remove -i options from adjkerntz call 1994-11-01 16:24:03 +00:00
pst
4c5df449bb Add kernel hooks for /dev/vatio -- a minimalistic BSD audio driver emulator
created by Amancio Hasty (specificly, this, in conjunction with his sound
driver mods for dual-mode DMA will allow VAT compiled for BSD/386 1.1 to
run under FreeBSD 2.x.)
1994-11-01 01:47:22 +00:00
joerg
5124632dfc daily:
Leave a warning to the sysop if (s)he didn't yet
	enable the /tmp cleanup code.
	Made `core' in the cleanup template look `*.core'.
	Replace `df -k' by `df -k -t local', since the stats
	for kernfs, procfs etc. are not of much interest, and
	the inclusion of nfs systems might  hang the machine (nor is it a
	`disk' statistic as the headline's telling).
weekly:
	Modified the locate.updatedb part to work even if there's no
	database yet; report errors other than `Permission denied' instead
	of silently ignoring all of them.
	Added functionality to rebuild the whatis database once a week.
1994-10-30 18:20:58 +00:00
ache
6dcd32748c Add commented out startup locale setup, needed for some daemons
like comsat
1994-10-30 04:33:57 +00:00
phk
c7f3914b94 Fixes related to release-production:
bdes only if !NOCRYPT
Always MAKEDEV in bindist, otherwise diskless installation is a mess.
1994-10-29 12:47:44 +00:00
phk
1f435dfb78 fixed a typing error. 1994-10-29 10:03:37 +00:00
wollman
5d2209e4c6 Added: /usr/share/{info,locale,perl}. 1994-10-27 23:05:15 +00:00
phk
e6d32e8639 Fix a bunch of annoying details here, while I remember it. 1994-10-27 05:27:00 +00:00
ache
3ffd223439 Sync with termcap.src 1994-10-26 02:20:47 +00:00
ache
a96d7041c1 Sync with termcap.src 1994-10-26 01:47:19 +00:00
phk
0b163fea5e Make devices for sd2 and sd3 too. If we have them in Generic, we should
have the devices too.
1994-10-26 01:30:47 +00:00
ache
3c47008e93 Sync with termcap.src 1994-10-26 01:20:11 +00:00
dg
fcb39bbe43 Moved swapon -a to before the fsck. It isn't possible to run fsck on
moderately sized filesystems on 4MB machines otherwise.
1994-10-25 08:23:02 +00:00
sos
5debfa3aa0 Added share/examples/ibcs2 directory 1994-10-24 10:00:00 +00:00
phk
0a65d99c0d Reflect the fact that we only have one GENERIC kernel now. 1994-10-22 02:11:08 +00:00
ache
2a053278f1 Sync with termcap.src 1994-10-21 04:59:27 +00:00
phk
fe26fe62c9 Various changes to the 1.1.5.1'sh install procedure. 1994-10-17 02:32:41 +00:00
phk
efa9ab6cdf Some changes to the old floppies to handle the new /etc/init's way of doing
things.
1994-10-16 20:38:27 +00:00
ache
bcb0a74496 Sync with termcap.src 1994-10-15 20:12:13 +00:00
phk
f053c5fe7f disklabel needs the "full-disk" partition 1994-10-15 07:56:02 +00:00
phk
35cd245851 Format floppy before use. Make 1.44 Mb floppies for now. 1994-10-15 07:55:36 +00:00
sos
b32ff3d559 Added socksys device (for iBCS2 emulation) 1994-10-13 20:10:14 +00:00
rgrimes
bf07db6908 Remove /usr/include/g++/{gen,sys}, we long ago quit using them. 1994-10-10 15:17:14 +00:00
ache
83b19950e7 Sync with termcap.src 1994-10-06 21:40:42 +00:00
pst
92bf27a0f5 Make multicasts go out default interface 1994-10-06 20:52:00 +00:00
dg
e5b61506f7 Added entry for apm device (needed for Advanced Power Management support). 1994-10-01 03:32:26 +00:00
csgr
c92c7baa15 mention MAKE_EBONES and MAKE_KERBEROS 1994-09-30 14:57:01 +00:00
rgrimes
2c4a2211a4 You must rm -f lkm before attempting to create it. 1994-09-30 07:33:42 +00:00
ache
94a39d6c2c Sync with termcap.src 1994-09-30 05:43:09 +00:00
pst
df13a4f988 Install improved skey access code 1994-09-29 18:58:39 +00:00
pst
32468132f6 Add nfs_client and amdflags 1994-09-29 17:27:46 +00:00
pst
e5889daca3 Secure fingerd by default 1994-09-29 09:58:07 +00:00
pst
fb7a7444ee Disable rexecd by default (major security hole) 1994-09-29 09:20:40 +00:00
pst
6cf567e0b4 Add an entry for pcnfsd (commented out) 1994-09-28 17:09:38 +00:00
ache
04a16b3eca /etc/profile added (the similar stuff like in csh.login) 1994-09-28 13:33:01 +00:00
ache
1e3d950e57 Mark in comment, that startup locale restricted to 8-bit 1994-09-28 13:30:41 +00:00
ache
059263e624 Change locale comments to be more clear 1994-09-28 13:19:54 +00:00
ache
4991d6158d Sync again with termcap.src 1994-09-26 22:09:16 +00:00
ache
923c9b6501 Add comment about where user can find loading fonts/keyboard example 1994-09-26 20:23:48 +00:00
ache
1da00b7f9c Start adjkerntz at 3:01 instead of 3:00, it is too early for TZ change at 3:00 1994-09-26 20:15:50 +00:00
ache
9baba3b53a Update pc3,pc3r,cons25,cons50 entries from termcap.src 1994-09-26 20:11:49 +00:00
pst
9cd3943f5f Remove elvis editor preserve stuff. We don't have elvis in 2.0 (nor am
I aware of anyone who wants it given that we have nvi).
1994-09-26 16:52:04 +00:00
wollman
c92ae4e8e4 Make /etc/ppp. Someone still needs to make the install touch
/etc/ppp/options so that pppd will run.
1994-09-25 02:55:21 +00:00
wollman
2166320c69 Don't pass a filename to kvm_mkdb, it can figure out the correct file
on its own.
1994-09-24 03:42:08 +00:00
wollman
1498c1006a Make /dev/lkm as a part of std'. Delete references to ancient com' driver. 1994-09-23 19:17:27 +00:00
dg
12dcb4d689 root must be remounted read/write fairly early in the startup procedure
both for NFS diskless and for VFS LKMs.
1994-09-23 18:02:22 +00:00
rgrimes
05a36683e3 fbtab: Pulled down from Attic, fixed spaces to tabs.
make.conf: Pulled in the following changes that had been commited
to share/examples/etc:
	----------------------------
	revision 1.6
	date: 1994/09/20 22:30:33;  author: adam;  state: Exp;  lines: +3 -3
	BOOTWAIT example converted to milliseconds calibration
	----------------------------
	revision 1.4
	date: 1994/09/19 21:35:28;  author: wollman;  state: Exp;  lines: +7 -1
	Document NO_SHARED_LIBCC_INT.
	----------------------------
	revision 1.3
	date: 1994/09/19 21:28:11;  author: wollman;  state: Exp;  lines: +12 -17
	Install /etc from the same source as /usr/share/examples/etc (mostly).
	----------------------------
	revision 1.2
	date: 1994/09/19 02:05:08;  author: ache;  state: Exp;  lines: +1 -11
	Remove STARTUP_LOCALE, obsoleted now
	----------------------------
	revision 1.1
	date: 1994/09/08 19:08:59;  author: jkh;  state: Exp;
	Add a sample make.conf.  Also document the new X11BASE variable, and
	expand some of the documentation for other entries.
	Submitted by:   jkh
	----------------------------

manpath.config: Pulled down from Attic, and merged share/examples/etc
changes.

rc: Pulled in the following change from share/examples/etc:
	----------------------------
	revision 1.2
	date: 1994/09/19 23:13:37;  author: ache;  state: Exp;  lines: +1 -2
	Remove warning about adjkerntz /var/run file
	----------------------------
1994-09-23 07:16:16 +00:00