Paul Traina
9852e6a655
Add /var/log/ppp.log from iij ppp
1996-06-22 21:34:03 +00:00
Joerg Wunsch
3be34f8291
Add a few hints about the cleaning policy of /tmp, including an example
...
(commented out) for how to purge it regularly.
1996-06-22 13:05:20 +00:00
Poul-Henning Kamp
d589bd24ad
Add tcl related directories.
1996-06-22 06:02:47 +00:00
Alexander Langer
2df2f6af71
Flush out the rules before adding entries. This prevents duplicate
...
rules from appearing when switching back and forth from single to
multi-user modes.
1996-06-22 00:54:36 +00:00
Nate Williams
3e4742ef6a
Remove the hardcoding of the IRQ, and instead have it determine a free
...
IRQ.
For now only enable on the 3C589 until other cards have been tested.
1996-06-19 01:28:07 +00:00
Jordan K. Hubbard
a17c962fd0
This is no longer in /stand
1996-06-15 17:49:16 +00:00
Jordan K. Hubbard
1a1fde273c
Cosmetic tweaks.
1996-06-15 17:04:48 +00:00
Jordan K. Hubbard
38ee059aef
Make an etc/rc.d directory.
1996-06-15 16:55:28 +00:00
Nate Williams
ee42451e19
Change the 'nep0' lines to 'ep0' since we are very soon to get a working
...
if_ep.c driver for PCCARD stuff. Also,change the 3C589 examples to
reflect what I use to switch between the two connectors.
1996-06-14 21:41:48 +00:00
Andrey A. Chernov
62d543821c
IDE cd fixes:
...
wcd?a is missing
wrong partition number was used for wcd?c
1996-06-07 15:47:15 +00:00
Paul Traina
602cb7a629
Eliminate warning message and add big warnings about security holes
1996-05-22 05:43:30 +00:00
Andrey A. Chernov
d7f1a3eb6a
Remove obsoleted comment about adjkerntz
1996-05-19 22:30:26 +00:00
Nate Williams
0c9dbb91c3
Fixed *annoying* error with the weekly files. Do you get these whenver
...
/etc/weekly is run?
Rebuilding locate database: stty: stdin isn't a terminal TERM: Undefined
variable.
'su' apparently runs in root's environment before doing a seteuid(), so
it reads root's .cshrc. The problem lies in the fact that $prompt is
*always* set by the time the command is executed, so you can't protect
your interactive commands from the non-interactive commands by the
normal:
if ($?prompt) then
# interactive stuff here
endif
Set the -f flag (su -fm) which causes it not to read root's .cshrc file,
since there should be no reason to do so for these scripts since
/etc/crontab sets up all of the necessary environment.
1996-05-18 20:30:04 +00:00
Jordan K. Hubbard
b92bf7517c
freefall's new sendmail.cf file.
...
Submitted by: gpalmer
1996-05-17 07:47:34 +00:00
Wolfram Schneider
62824f4907
catman -> catman.local
...
This is currently a no-op, because a wisely man did not
enable catman by default (in comments).
1996-05-13 22:05:10 +00:00
Jordan K. Hubbard
ae6a83ba17
Neaten up some of the comments in here.
1996-05-13 02:21:16 +00:00
Wolfram Schneider
614231ad5e
makewhatis -> makewhatis.local
1996-05-12 21:10:34 +00:00
Andrey A. Chernov
7181ef8225
Add russian calendar directory
1996-05-10 21:42:58 +00:00
Jordan K. Hubbard
cbb7a3fcbc
Nuke the nasty cleaning of /var/run after netstart starts - it nukes
...
gated's pid file, for one thing, and is just generally BAD.
1996-05-08 09:25:57 +00:00
Peter Wemm
ae6a49ae5e
Add /usr/libdata/stallion for holding the download firmware images.
...
These binary files most definately do not come under /usr/share's
"architecture independent text files" rule... even though these same
images would be used on other processors with pci architectures.
1996-05-04 09:15:11 +00:00
Satoshi Asami
a388db6b9e
Bring in ccd support.
...
Entry to create ccd devices.
1996-05-03 05:37:34 +00:00
Satoshi Asami
dae021db69
Bring in ccd support.
...
Call ccdconfig before swapon if /etc/ccd.conf exists.
Obtained from: NetBSD
1996-05-03 05:37:04 +00:00
Jordan K. Hubbard
582af1726d
Add wcd0 to `all' target. The fate of the IDE CDROM support in 2.2
...
is becoming clearer.. :-)
1996-05-02 09:15:57 +00:00
Jordan K. Hubbard
02e6891c0b
Highly cosmetic tweaks.
1996-04-30 04:59:57 +00:00
Jordan K. Hubbard
8b864e311c
Make the invocation of fortune conditional
1996-04-30 04:44:37 +00:00
Jordan K. Hubbard
55ec112da0
Make default /etc/motd (which I will include in the installation) a little
...
more helpful and explanatory to new users. Experienced users always blow
away their default motd's on the first day anyway. :-)
1996-04-27 00:44:22 +00:00
Mike Pritchard
68ba25409f
Remove the comments that suggest people not turn
...
on accounting and quotas because they don't work.
They seem to work just fine, and the comments generate
too many questions.
1996-04-26 20:18:58 +00:00
Nate Williams
1f3a4e3ffa
Fix reverse logic bug which caused the ethernet configuration to never work.
1996-04-24 00:04:10 +00:00
Paul Traina
98c61c634d
Add /usr/libexec/sm.bin for smrsh(8)
1996-04-21 19:40:20 +00:00
Satoshi Asami
5e29e1ca51
Take out quotes around MOTIFLIB. Clarify comments a bit, most users
...
don't have to touch neither X11BASE nor MOTIFLIB.
Reported by: kmitch@phantasma.bevc.blacksburg.va.us
1996-04-21 08:56:32 +00:00
Andrey A. Chernov
32d67daa2b
Exclude devices. Character ones modes changes often and proper names
...
guessing involves too much AI.
1996-04-19 22:28:01 +00:00
Andrey A. Chernov
86d34adf67
Use -X to be xargs-friendly
...
Check devices too, follow original BSD intention
Find only executable files with s-bits, close PR bin/1022
Reset locale to C to have equal results in any case
1996-04-18 10:34:07 +00:00
Andrey A. Chernov
db3a276987
Back out my MOTIF_STATIC change, it is unnecessary
1996-04-16 11:47:29 +00:00
Andrey A. Chernov
74bf61cc44
Document MOTIF_STATIC
1996-04-13 06:40:19 +00:00
Mark Murray
8b817d7cd0
Update the Entropy-Gatherer to reflect a better setup - do not
...
use IRQ1, as the keyboard hook already gets this timing info.
Also some slight improvements to the comments.
1996-04-12 14:24:59 +00:00
Satoshi Asami
cf59981cf4
Add commented-out definitions of HAVE_MOTIF and MOTIFLIB.
1996-04-12 09:28:14 +00:00
Poul-Henning Kamp
86c81cd529
Add another good book to the required reading.
...
make a couple of rules more sensible.
Reviewed by: phk
Submitted by: jmb
1996-04-12 09:16:42 +00:00
Satoshi Asami
44bfe33205
Add phone (1167/udp).
1996-04-09 01:53:58 +00:00
Joerg Wunsch
31a5e90f7e
Add rplay.
...
Submitted by: Andreas Klemm <andreas@knobel.gun.de>
1996-04-07 01:16:37 +00:00
Mike Pritchard
7d2174e8cb
Use the correct syntax for checking if /etc/rc.firewall exists.
1996-04-06 09:24:48 +00:00
Joerg Wunsch
27913596e0
Mention the `amd' program version number. The amq(8) man page
...
mentions it as being Sun registered,.
1996-04-04 17:29:26 +00:00
Poul-Henning Kamp
429c71776e
Add skeleton firewall setup(s). Comments very welcome.
1996-04-03 17:13:59 +00:00
Garrett Wollman
c80e1408c2
Add /usr/share/examples/perfmon.
1996-03-28 21:17:42 +00:00
Garrett Wollman
a98d68cf25
Provide for creation of /dev/perfmon.
1996-03-26 21:04:54 +00:00
Paul Richards
305ee1b388
Added creation of /usr/libdata and /usr/libdata/lint
1996-03-24 19:20:02 +00:00
Nate Williams
90c9787151
Install rc.pccard to get PC-CARD support (when available).
1996-03-22 17:28:07 +00:00
Adam David
06cff5d280
refer to RFC1918 for private networks, instead of obsoleted RFC1597
1996-03-20 15:29:10 +00:00
Jordan K. Hubbard
9ab75783da
Fix Nate's spamming of this file - every backquote needs a matching one.. :-)
1996-03-19 03:48:53 +00:00
Nate Williams
3b9fa99df2
Added some comments regarding the apm device, and added support to
...
create the PC-CARD devices.
Note: The APM character special device is named /dev/apm and not apm0 as
was prvioiusly since only one APM device can exist in a system at a time
according to the the APM specifications.
1996-03-18 20:28:27 +00:00
Nate Williams
7c88555add
Synchronize relevant changes from the most recent PC-CARD release.
1996-03-18 20:15:24 +00:00