Nate Williams
58fe9a2131
Don't have ldconfig look in /usr/gnu/lib since it was removed before 2.0R.
1995-11-01 16:53:25 +00:00
Andrey A. Chernov
bf66fd8815
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
Bruce Evans
2226a9e686
Add random and urandom.
1995-10-29 15:52:31 +00:00
Andrey A. Chernov
973e116456
Use back-quotes in echo ...recover.*
1995-10-29 12:43:47 +00:00
Paul Traina
e5d7c0b3cc
Recover vi recovery files on reboot.
...
Closes pr misc/556 and others.
1995-10-28 23:32:26 +00:00
Andrey A. Chernov
ff501b3580
Add ascii links
1995-10-28 13:39:27 +00:00
Andrey A. Chernov
ffbb47e4d0
Add ascii locale dir
1995-10-28 13:35:32 +00:00
Peter Wemm
6bb214cdc6
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 Wemm
c0b233dcda
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 Wemm
9d34fdacd9
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
Andrey A. Chernov
7e37cfc3fd
Back out bogus "fix" which was commited over right fix without any check.
1995-10-28 02:01:34 +00:00
Julian Elischer
09fa32d305
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
Andrey A. Chernov
345705134a
Add test for symlink presence before remove it
1995-10-26 10:05:55 +00:00
Andrey A. Chernov
41ff067079
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
Andrey A. Chernov
0c7fd54d5d
Implement locale.alias via links (including backward-compatible issue)
1995-10-22 00:38:16 +00:00
Andrey A. Chernov
958af69435
Make real directories for each 8859-1 locale
1995-10-21 23:20:04 +00:00
Bruce Evans
d416cc848a
Update Digiboard entries.
...
Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
1995-10-17 16:26:54 +00:00
Poul-Henning Kamp
573d3a2d0d
Add pccard.conf to makefile.
1995-10-10 09:47:51 +00:00
Poul-Henning Kamp
1ab3d39d08
sample config file.
1995-10-10 09:46:52 +00:00
Joerg Wunsch
a7f096115f
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
Andrey A. Chernov
f86d82c8e8
Change non-existent /usr/lib/uucp to /usr/libexec/uucp
1995-09-30 17:50:32 +00:00
Andrey A. Chernov
d54d4366c8
Refle
1995-09-30 17:20:27 +00:00
John Fieber
6ad7aac80b
Remove /usr/share/FAQ, add /usr/share/examples/sup.
1995-09-30 15:42:49 +00:00
Garrett Wollman
489a79ab18
Reword confusing comment.
...
Requested by: Nate Williams
1995-09-29 20:10:40 +00:00
Andrey A. Chernov
1012b636c9
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 Wemm
4e3c5cb5f3
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
Jordan K. Hubbard
2cc3249f42
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
Jordan K. Hubbard
bf5c926da3
Bring my fixes over from 2.1.
1995-09-19 08:33:43 +00:00
Nate Williams
af504bcff4
Added /usr/src/sys/compile to cdpath.
...
Set cdpath instead of leaving it commented out.
1995-09-19 04:57:31 +00:00
Nate Williams
01a9a98ea2
Fix the cdpath to find utilities in the gnu src tree.
1995-09-18 19:53:42 +00:00
Paul Richards
b1d1220363
Removed startup code for pcnfsd and apache. These don't even exist
...
in FreeBSD and should never have got in here.
Removed hard-coded /etc/rc.local.d hacks and implemented a more flexible
solution.
Added a local configuration area to sysconfig.
1995-09-18 19:17:14 +00:00
Jordan K. Hubbard
7c6dadee19
Add support for /etc/rc.local.d directory, ala SYSV. If the purists
...
don't like it, they don't have to use it. The check makes sure that
/etc/rc.local.d exists before attempting to do anything with it. Now
packages will be able to add their startups as /etc/rc.local.d/<pkgname>.sh
in order to get local startup behavior. Maybe we can stop adding
knobs to /etc/sysconfig for ports/packages now?
Submitted by: wollman & jkh
1995-09-18 07:38:18 +00:00
Andreas Schulz
41a9a02d31
Add a description for the wcd* devices to the Disks section.
1995-09-16 23:15:01 +00:00
Justin T. Gibbs
8344d39ad7
inetd.conf:
...
Add rkinit at 2108/tcp.
services:
Add rkinitd.
1995-09-15 22:02:06 +00:00
Andrey A. Chernov
cf9b8ec06b
Add -fno-strength-reduce to -O2 optimization, all stuff commented out
1995-09-15 01:05:41 +00:00
Andrey A. Chernov
b81f547e3a
Add commented out entries for SUP update, 3 standard supfiles handled:
...
standard/ports/secure
1995-09-15 01:03:55 +00:00
Andrey A. Chernov
9b6002ae5a
If no passwd.bak/group.bak/aliases.bak exists, put warning and make them,
...
commands failed in old case
Produce diffs on group and aliases too
1995-09-15 00:31:38 +00:00
Andrey A. Chernov
44436d27fe
If no $LOG/setuid.today exists (f.e. first time to run), put
...
warning and make it, all following commands fails in old case
1995-09-15 00:22:31 +00:00
Jordan K. Hubbard
28bd0421f2
Correct a small typo I noticed during my 2.1 merge.
1995-09-14 23:17:13 +00:00
Jordan K. Hubbard
1e3c538dfb
Add checks for pcnfsd (flag to mountd must be added in this case)
...
and Apache httpd, so a user can be brought up to speed quickly.
1995-09-14 02:44:49 +00:00
Julian Elischer
45f2bc3059
Obtained from: FTP.RS.INTERNIC.NET
...
The named.root file is out of date.. (well it was.. this fixes it..)
15,16c15,16
< ; last update: Aug 25, 1995
< ; related version of root zone: 1995082500
---
> ; last update: Sep 1, 1995
> ; related version of root zone: 1995090100
18,19c18,22
< . 3600000 IN NS NS.INTERNIC.NET.
< NS.INTERNIC.NET. 3600000 A 198.41.0.4
---
> ;
> ; formerly NS.INTERNIC.NET
> ;
> . 3600000 IN NS A.ROOT-SERVERS.NET.
> A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4
>
1995-09-12 04:28:56 +00:00
John Fieber
818baa9c86
Add target directories for the FAQ and the Handbook.
1995-09-08 19:46:31 +00:00
Jordan K. Hubbard
f8bf743c02
Add entries for Digiboard serial card and document Specialix driver
...
entries while I'm at it.
Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su> + mods by jkh
1995-09-03 20:40:16 +00:00
Garrett Wollman
f0be1274ca
Update to latest version of named.root from the Internic. This version
...
is the first one to name all root servers X.root-servers.net rather
than by their original names.
Obtained from: Internic Registration Services
1995-08-31 16:33:01 +00:00
Garrett Wollman
f6d60042e7
Add official protocol and port numbers for RSVP.
1995-08-29 19:29:36 +00:00
David Greenman
24d7d26583
Add missing quote.
...
Submitted by: Morgan Davis <root@io.cts.com>
1995-08-25 07:18:04 +00:00
Jordan K. Hubbard
5ef834d28d
Add a "gateway" flag so that user can set up a gateway machine automatically
...
from sysinstall.
1995-08-23 07:12:16 +00:00
Joerg Wunsch
d96ce489cc
Install the hooks for the Japanese `od' driver (aka. MOD).
...
Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
1995-08-19 15:50:56 +00:00
Jordan K. Hubbard
736267d692
Device entry for IDE CDROM driver.
...
Submitted by: Serge Vakulenko <vak@cronyx.ru>
1995-08-18 11:29:05 +00:00
Peter Wemm
150e023bc9
Add simple hooks to create /dev entries for the Specialix driver
...
Reviewed by:
Submitted by:
Obtained from:
1995-08-13 22:05:51 +00:00