Jordan K. Hubbard
131690bf32
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
Andrey A. Chernov
18156f8e0f
Add tmac/mdoc, needed by ngroff
1995-01-17 17:57:52 +00:00
Jordan K. Hubbard
03b38adc65
Catch the one I missed.
1995-01-15 11:21:47 +00:00
Andrey A. Chernov
6451258bef
Sync with base termcap.src
1995-01-15 06:29:22 +00:00
Jordan K. Hubbard
973e94c5d5
Make one last stab at making this work before I go.
1995-01-15 06:13:46 +00:00
Andreas Schulz
ccca965b89
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
Jordan K. Hubbard
abf7720722
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
Jordan K. Hubbard
2a27df60e3
Clean up src-tarball definition.
1995-01-14 12:29:38 +00:00
Andrey A. Chernov
6821668363
Sync with base termcap
1995-01-13 00:19:50 +00:00
Jordan K. Hubbard
2f6df2645b
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
David Greenman
5b1ae1f88e
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
Andrey A. Chernov
b49d97b636
Add drainwait option examples
1995-01-05 00:11:52 +00:00
Andrey A. Chernov
de2b08724b
Add 'news' user, present in group, but missed in master.passwd
1995-01-03 21:02:01 +00:00
Andrey A. Chernov
091611b3ab
Remove adduser.conf & userids, not needed with new adduser
1995-01-03 12:02:05 +00:00
Rodney W. Grimes
8546c86b55
Add usr/share/perl/sys to mtree file, remove private mkdir from Makefile.
1995-01-03 02:57:53 +00:00
Andrey A. Chernov
6e06f9d01b
Add adduser.conf & userids
1994-12-28 13:54:06 +00:00
Andrey A. Chernov
59f2357c5c
Move adduser configuration files here
1994-12-28 13:45:47 +00:00
Andreas Schulz
c8ac34903c
Add entries for the sony and panasonic drives. The not SCSI and not EIDE
...
drives :-).
1994-12-25 15:08:29 +00:00
Garrett Wollman
b67268cfbc
Disable UDP echo, chargen, date, and daytime services.
1994-12-21 20:32:44 +00:00
Andrey A. Chernov
9502ca4baf
Use proper serial device names
1994-12-19 02:02:47 +00:00
Andrey A. Chernov
dcb4550cb2
Uncomment uucpd by default, it is working and secure now
1994-12-19 01:11:19 +00:00
Andrey A. Chernov
2ef751df5e
timedflags quoted
...
Submitted by: root@uglabgw.ug.cs.sunysb.edu
1994-12-18 01:21:51 +00:00
Bruce Evans
6216a129da
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
Andreas Schulz
196c5f3921
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
Andrey A. Chernov
1fc232a389
Fix wrong regexps
1994-12-08 00:44:55 +00:00
Andrey A. Chernov
634225d12e
Fix wrong unit=expr for tty? cua?
1994-12-06 23:06:10 +00:00
Bruce Evans
600caea8b2
Rename tty0* -> ttyd*. Comment about "serial" terminals instead of
...
"hardwired" or "dialin" terminals.
1994-12-06 19:59:24 +00:00
Bruce Evans
8a1068b371
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
Andrey A. Chernov
eb1759f18c
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
Andrey A. Chernov
fc306b1c16
cua*0? --> cua*a?
1994-12-04 23:54:39 +00:00
Andrey A. Chernov
6a3a94427d
Remove yet one pccons-related comment
1994-12-04 23:50:40 +00:00
Andrey A. Chernov
ab9ea4a725
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
Poul-Henning Kamp
d71771e8e3
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
Jordan K. Hubbard
e28b57d51b
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
Jordan K. Hubbard
46953c1291
Back out previous commit until we work this out. Sigh.
1994-12-03 04:46:09 +00:00
Garrett Wollman
ce257f0e68
Add cronyx driver entries.
1994-12-03 00:07:49 +00:00
Jordan K. Hubbard
4274bc80ca
|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
David Greenman
a466088c6b
Install rc.serial.
1994-12-01 13:55:49 +00:00
Andrey A. Chernov
23826a9d2a
Call rc.local with . instead of sh to pass variables
...
Submitted by: John Capo
1994-11-26 19:25:14 +00:00
Andreas Schulz
fb851cf86c
Submitted by: Julian H. Stacey
...
Changed the echo to match correctly the intended code.
1994-11-20 23:34:51 +00:00
Poul-Henning Kamp
3d68884c5b
No point, what so ever, in installing /etc/myname
1994-11-20 23:11:00 +00:00
Andreas Schulz
85e5776f0a
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
Scott Mace
4f64b36cda
fix if test for rwhod.
1994-11-17 08:28:02 +00:00
Poul-Henning Kamp
48327bc9af
Final changes. Now "make distribute" should work as advertised.
1994-11-14 20:56:17 +00:00
Andrey A. Chernov
0e60e64d95
Wrong raw device was created for cd/mcd: d instead of c
1994-11-12 15:48:54 +00:00
Poul-Henning Kamp
feba6ddfd8
/dev/apm should be /dev/apm0
1994-11-10 02:32:29 +00:00
Poul-Henning Kamp
9a4deb1b4a
Now that the default for the shared gcc-internal lib changed, make this match.
1994-11-10 02:29:41 +00:00
Poul-Henning Kamp
957c663526
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
Poul-Henning Kamp
13cd44971d
Only so savecore if people ask for it.
1994-11-07 04:02:26 +00:00
Poul-Henning Kamp
e9362258de
Don't set hostname if we already have it. (diskless).
1994-11-02 23:50:54 +00:00