peter
3810ebe310
Whitespace change - cosmetic alignment only.
1995-12-04 13:40:59 +00:00
peter
175a67050e
Add in Gary's custom Received: line into the freefall.mc
1995-12-04 09:17:56 +00:00
peter
15d3da2926
Add "majordom" to trusted user class for freefall's sendmail.mc file.
...
Sigh, I really hate this "feature". I'm tempted to comment the test out
(like in sendmail 8.6.xx), especially since we log the info in the
Received: header line anyway.. Doing it like this only makes it painful
for things like uucp..
1995-12-04 08:42:22 +00:00
markm
8c5a934390
Move the creation of the *random devices to the same "target" as the
...
rest of the memory group - std. Also correct the permissions so as not
to force a security hole. If /dev/*random have the permission 640 and
ownership bin.kmem, it forces applications that need random numbers
to be at least SGID. Picture the scene of a SGID PGP being able to
read /dev/kmem!
1995-12-03 17:26:21 +00:00
peter
44e69c35d1
install freebsd.cf rather than freefall.cf by default after 8.7.2 import.
1995-12-02 21:02:02 +00:00
peter
43e1e582dd
Update the freefall.mc file to (almost) match what is actually being
...
run on freefall..
Create freebsd.mc which is intended to be installed by src/etc/Makefile
onto generic freebsd systems.
1995-12-02 19:57:42 +00:00
jkh
18201b81a8
Rip these things down to the absolutely minimums - no tsets, no
...
sttys, no fancy prompts, nothing. Everything else seems to be
too contraversal, so we'll go vanilla.
1995-12-01 20:12:05 +00:00
ache
44bf5aae89
Remove ENABLE_STARTUP_LOCALE, use proper name for LANG
1995-11-30 03:54:37 +00:00
jkh
c9ce49b789
Install new dotfiles.
1995-11-30 02:32:40 +00:00
jkh
d661fa2fbc
Revamp root's dotfiles.
...
Submitted by: Patrick Hausen + mods by me
1995-11-30 02:28:37 +00:00
wollman
2442225a1a
Uniformize startup display to follow style of all the others. This means
...
in particular getting rid of most of the goop that causes syscons options
to be spread out over four separate lines.
1995-11-29 20:40:36 +00:00
peter
6badc712ea
port 22 is the officially assigned "ssh" port...
1995-11-27 09:11:03 +00:00
ache
6406958e15
Add commented out msgs database cleanup to crontab
...
Add -f (silent) flag to msgs call for logins (commented out)
1995-11-19 17:21:13 +00:00
ache
9d3513aa62
Add commented out msgs call
1995-11-19 17:03:25 +00:00
ache
d56b961d24
Add commented out msgs alias
1995-11-19 16:52:19 +00:00
ache
20de2e6f25
Change owner of msgs to daemon, sendmail msgs alias not works in other case,
...
sendmail change itself to daemon.daemon before executing program.
1995-11-19 16:50:34 +00:00
markm
af1acc7263
Fix stupid typo.
...
Pointed out by: Mark Valentine
1995-11-14 06:24:00 +00:00
markm
f4ee891a7f
OOps, nearly missed this bit. Add the call to rndcontrol to set the
...
chosen interrupts for the entropy gathering in /dev/random.
1995-11-13 21:33:04 +00:00
markm
976d92f1da
Put in a user-configurable variable to allow root to select interrupts to be
...
used in the entropy-gathering for /dev/random.
1995-11-13 21:18:24 +00:00
pst
7c51edece4
remove path in front of kadmind, path already set correctly
1995-11-04 05:03:16 +00:00
ache
5100d7d7ad
Remove startup_locale reference
1995-11-02 12:46:20 +00:00
nate
acc345f935
Don't have ldconfig look in /usr/gnu/lib since it was removed before 2.0R.
1995-11-01 16:53:25 +00:00
ache
8cd8c3e7fc
If accounting becomes enabled and /var/account/acct
...
not exist, touch it, or accounting is never started
(it must be pre-existen file).
1995-11-01 00:22:45 +00:00
bde
8c32155166
Add random and urandom.
1995-10-29 15:52:31 +00:00
ache
d184e70f95
Use back-quotes in echo ...recover.*
1995-10-29 12:43:47 +00:00
pst
9db2eab76d
Recover vi recovery files on reboot.
...
Closes pr misc/556 and others.
1995-10-28 23:32:26 +00:00
ache
2147a20a72
Add ascii links
1995-10-28 13:39:27 +00:00
ache
0481d422a8
Add ascii locale dir
1995-10-28 13:35:32 +00:00
peter
bb17400809
Part 2 of the linux LKM hook, and use the new screen saver entry
...
points in the modload, as enforced by the recent symorder and
bsd.kmod.mk changes..
1995-10-28 12:44:13 +00:00
peter
6af3c340d4
In a moment of weakness, I added the switch for loading the linux LKM,
...
in the same style as the ibcs2 LKM..
1995-10-28 12:41:40 +00:00
peter
0ebfabdbe9
At the risk of starting a commit-war, attempt to fix once and for all, the
...
"make distrib-dirs" target.
Neither of Andrey's two attempts have worked for me with the [ -h ..]
test both with && and ||.
I've changed it to a full
if [ -h ...]; then \
rm ... ; \
fi ; \
construct. It's much clearer what's meant to happen, and it works! :-)
1995-10-28 09:39:57 +00:00
ache
0e322e2275
Back out bogus "fix" which was commited over right fix without any check.
1995-10-28 02:01:34 +00:00
julian
30adb1a95c
Submitted by: john hay
...
patches to merge the two IPX packages to work with each other and to
not break make-world :)
IPXrouted should be working now, (or at least compiling) :)
1995-10-27 10:48:31 +00:00
ache
ad635ef895
Add test for symlink presence before remove it
1995-10-26 10:05:55 +00:00
ache
26c8eecf79
Fix 'upgrade' stuff, i.e. when make distrib-dirs runs not
...
on clean file system but for -current locale links upgrade.
1995-10-22 21:26:52 +00:00
ache
e2a487a6d2
Implement locale.alias via links (including backward-compatible issue)
1995-10-22 00:38:16 +00:00
ache
9bc44d01fc
Make real directories for each 8859-1 locale
1995-10-21 23:20:04 +00:00
bde
ac8199f721
Update Digiboard entries.
...
Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
1995-10-17 16:26:54 +00:00
phk
9c9d09d200
Add pccard.conf to makefile.
1995-10-10 09:47:51 +00:00
phk
55f082b43c
sample config file.
1995-10-10 09:46:52 +00:00
joerg
192a9d73a2
Make the options for newfs'ing floppies more specific; the prvious
...
example without optios would create floppies that waste half of their
space in i-node areas. :) (Comment only)
Add a sample entry for a Sony 650 MB MOD.
1995-10-02 21:31:21 +00:00
ache
b30398915e
Change non-existent /usr/lib/uucp to /usr/libexec/uucp
1995-09-30 17:50:32 +00:00
ache
00d6b4b4d9
Refle
1995-09-30 17:20:27 +00:00
jfieber
9b6326f0d5
Remove /usr/share/FAQ, add /usr/share/examples/sup.
1995-09-30 15:42:49 +00:00
wollman
f01c2d08e3
Reword confusing comment.
...
Requested by: Nate Williams
1995-09-29 20:10:40 +00:00
ache
08621fa238
Change SUPFILEx order, secure first, ports second to make base system update first
...
All stuff commented out
1995-09-28 14:59:44 +00:00
peter
4d2e89d364
Update the /dev naming for the Specialix driver.. I've changed it to do
...
the same sort of thing as the Digiboard driver (ttyD*), as creating 96
/dev entries one by one was very painful.
1995-09-22 20:42:11 +00:00
jkh
5a484289b9
local_startup=/usr/local/etc/rc.d
...
[ As suggested by Satoshi - rc.local.d was pretty redundant under /usr/local;
duh! :-)]
[ -f /etc/rc.local ] && sh /etc/rc.local
For backwards compatibilty with non-executable rc.local files. Sorry, Bruce!
Submitted by: asami & bde & jkh
1995-09-19 10:19:44 +00:00
jkh
2d56f29ff1
Bring my fixes over from 2.1.
1995-09-19 08:33:43 +00:00
nate
660eb8c86b
Added /usr/src/sys/compile to cdpath.
...
Set cdpath instead of leaving it commented out.
1995-09-19 04:57:31 +00:00