ache
bcf71a810c
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
e1b761d3d6
Implement locale.alias via links (including backward-compatible issue)
1995-10-22 00:38:16 +00:00
ache
53a591f7a7
Make real directories for each 8859-1 locale
1995-10-21 23:20:04 +00:00
bde
e28ffae1a8
Update Digiboard entries.
...
Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
1995-10-17 16:26:54 +00:00
phk
d2ceeaab19
Add pccard.conf to makefile.
1995-10-10 09:47:51 +00:00
phk
06c401355c
sample config file.
1995-10-10 09:46:52 +00:00
joerg
1c4d32ea4e
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
02c5b6cf4f
Change non-existent /usr/lib/uucp to /usr/libexec/uucp
1995-09-30 17:50:32 +00:00
ache
8e50858f81
Refle
1995-09-30 17:20:27 +00:00
jfieber
ab84fe1d35
Remove /usr/share/FAQ, add /usr/share/examples/sup.
1995-09-30 15:42:49 +00:00
wollman
d2a70153e6
Reword confusing comment.
...
Requested by: Nate Williams
1995-09-29 20:10:40 +00:00
ache
d55aa6df3b
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
2686702724
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
45d3cf3f79
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
510222472c
Bring my fixes over from 2.1.
1995-09-19 08:33:43 +00:00
nate
8fd6f0e694
Added /usr/src/sys/compile to cdpath.
...
Set cdpath instead of leaving it commented out.
1995-09-19 04:57:31 +00:00
nate
34e8d1a314
Fix the cdpath to find utilities in the gnu src tree.
1995-09-18 19:53:42 +00:00
paul
36d9e35218
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
jkh
29f0a0da6d
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
ats
1fa8cd4c0c
Add a description for the wcd* devices to the Disks section.
1995-09-16 23:15:01 +00:00
gibbs
fff68644b8
inetd.conf:
...
Add rkinit at 2108/tcp.
services:
Add rkinitd.
1995-09-15 22:02:06 +00:00
ache
af12deb11c
Add -fno-strength-reduce to -O2 optimization, all stuff commented out
1995-09-15 01:05:41 +00:00
ache
02aaca1d68
Add commented out entries for SUP update, 3 standard supfiles handled:
...
standard/ports/secure
1995-09-15 01:03:55 +00:00
ache
4fe95f1bb3
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
ache
66a1f35e31
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
jkh
a07381c8ae
Correct a small typo I noticed during my 2.1 merge.
1995-09-14 23:17:13 +00:00
jkh
875a4ab676
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
651f993a33
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
jfieber
2682bb7094
Add target directories for the FAQ and the Handbook.
1995-09-08 19:46:31 +00:00
jkh
94c170a647
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
wollman
762f88b9d5
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
wollman
8d86116093
Add official protocol and port numbers for RSVP.
1995-08-29 19:29:36 +00:00
dg
709901aa3d
Add missing quote.
...
Submitted by: Morgan Davis <root@io.cts.com>
1995-08-25 07:18:04 +00:00
jkh
9f26959919
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
15cd026407
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
jkh
eb5d5b2cd8
Device entry for IDE CDROM driver.
...
Submitted by: Serge Vakulenko <vak@cronyx.ru>
1995-08-18 11:29:05 +00:00
peter
34e7694b23
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
ache
8f234b4c8d
Rmove daemons localization (commented out), produce very
...
strange effects when contacting with localized daemon
from foreign environment.
1995-08-10 16:25:57 +00:00
bde
6579f34131
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.
1995-08-06 12:24:38 +00:00
ache
df028cd614
Since krb_prob conflicts with registered tell protocol,
...
mark tell section with #PROBLEMS comment
1995-08-04 00:01:24 +00:00
pst
edb8651be0
Add krb_prop entry.
1995-08-02 22:26:38 +00:00
jkh
6b1a8632f7
Remove top secret version information from the banner by default.
...
Loose lips sink ships! Man the firewall and look alert!
1995-08-02 02:45:46 +00:00
jkh
c93738880c
Add device support for the Matrox Meteor.
...
Submitted by: james
1995-08-01 13:15:52 +00:00
jkh
22c20fd4c1
Tweak the default entry a little to take advantage of new getty
...
feature.
1995-08-01 13:13:30 +00:00
jkh
8c903eabc5
Fix the mknod for spigot.
1995-07-30 12:56:26 +00:00
ache
4c0fc42609
Restore tabs in inetd line
...
Submitted by:
Obtained from:
1995-07-29 22:22:08 +00:00
bde
598027ae37
Remove /dev/ from socksys link again.
...
Move `Individual slices' case earlier so that it can be used to handle
sliced floppies.
Remove superfluous `chmod 600's.
Fix formatting of device list.
Don't group setting of umasks with setting of units.
Remove superfluous trailing semicolons.
1995-07-29 05:25:08 +00:00
jkh
74ba692f95
New sound device names.
...
Reviewed by: hasty & lowe
Submitted by: pst
1995-07-29 00:40:40 +00:00
ache
91068e770d
Rename in.identd -> identd according recent ports rename
1995-07-27 23:56:43 +00:00
jkh
0594919895
/dev/lp -> /dev/lpt0
1995-07-25 01:52:23 +00:00