Commit Graph

174 Commits

Author SHA1 Message Date
wollman
f9fe204a45 Tell unconfigured users to use tzsetup rather than read the zic
manual page (which will only confuse them even more than they already are).
1994-09-14 19:35:02 +00:00
jkh
9089c1585a Remove obsolete bundle target, add new fetch target. 1994-09-14 16:42:37 +00:00
jkh
ad0fa3cbbf Don't assume / seperator between site name and dist file in fetch. 1994-09-14 15:30:44 +00:00
jkh
f09f3ae83b Update this to list all of our cvs* mailing lists, describing each one
in some small detail.
1994-09-14 09:50:56 +00:00
wollman
8a9c630991 Don't build Pacific Presidential Election Time; it has no legal standing,
and results in a bogus link and US/ directory.
1994-09-13 22:02:46 +00:00
wollman
83c09c81e0 New method for installing timezone data files, not nearly as complicated
as the previous one, and better integrated with the build scheme.

Define OLDTIMEZONES to get backward-compatibility links added.
Define LEAPSECONDS if you want leap-second support.
1994-09-13 21:54:06 +00:00
wollman
05b7aab7b7 This commit was generated by cvs2svn to compensate for changes in r2744,
which included commits to RCS files with non-trunk default branches.
1994-09-13 21:50:20 +00:00
wollman
05b664562a Latest version of the timezone data files from Arthur David Olson, to
go with the code imported yesterday.

Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzdata94f.tar.gz
1994-09-13 21:50:20 +00:00
cvs2svn
025c9c2b35 This commit was manufactured by cvs2svn to create branch
'VENDOR-tzdata'.
1994-09-13 21:50:19 +00:00
wollman
dc2bfbcbc4 Initial revision 1994-09-13 21:50:18 +00:00
jkh
a22611d1cc Add Remy Card's freebsd mirror in France. 1994-09-13 18:24:51 +00:00
jkh
3b3c1c77e5 Missing semi-colon after a done statement. Fixed. 1994-09-13 08:40:27 +00:00
jkh
b35ab6431f Add a roadmap to all the files in this directory, plus some text
about submitting FAQ entries.  Gary?  Where are yooooou? :-)
1994-09-13 08:24:07 +00:00
jkh
19c0afc365 Bring back MIRROR.SITES, now listing 2.0 sites only. 1994-09-13 08:17:52 +00:00
jkh
560046300b Adjust comments to document MASTER_SITES and remove mention of
HOME_LOCATION.
1994-09-13 06:43:10 +00:00
jkh
5a8c75ff30 Ok, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolved
to a reasonable compromise:

MASTER_SITES now contains a space seperated list of sites for which each
DISTFILE may be retrieved.  This should be a directory spec, which will be
concatenated with each file in DISTFILES.  HOME_LOCATION is *gone* now
and isn't used for anything, so you can delete it from your Makefiles.
If you want to force a fetch from a given location, simply do something like:

	MASTER_SITES=	ftp://fnord.foo.bar/pub/dist
	DISTFILES=	a.tar.gz b.tar.gz

Your entry in MASTER_SITES will be tried first to fetch a.tar.gz and
b.tar.gz, followed by any master sites we have set up (right now, only
freebsd.cdrom.com).
1994-09-13 06:22:11 +00:00
wollman
f49883bd92 Don't be so aggressive when installing examples. We still delete the
directories or links before we install the new things, but now we don't
delete /usr/share/examples itself, so other examples installed from
other places in the tree will not be touched.
1994-09-13 02:21:03 +00:00
ache
83a17a87fa Added example of vidcontrol/kbdcontrol usage (russian screen/keyboard setup) 1994-09-12 16:02:06 +00:00
ache
18160fd427 Fixing kD for cons25, use proper value for pc3r too 1994-09-12 15:42:39 +00:00
ache
071f1bab5f Merge two entries: cons25 and pc3r, minor things added/corrected
Now use tc=cons25 in pc3r, leave only uniq capabilities
1994-09-11 23:34:34 +00:00
ache
4311874273 Correct typo in filename
Submitted by: adam@veda.is
1994-09-11 23:05:09 +00:00
rgrimes
2b975cb8d0 Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap 1994-09-11 21:32:28 +00:00
ache
99504c52a3 Added for reference purposes 1994-09-11 21:27:09 +00:00
jkh
15c2fa33ec More fixes and general cleanup. Add more fine-grained control over what
is fetched and what is actually unpacked.
1994-09-11 12:55:54 +00:00
jkh
701c638972 Whoops, forgot to stop this lurking typo, too. 1994-09-11 12:06:34 +00:00
jkh
0922a574ef Eliminate a few lurking bogons - this is almost close to being right! 1994-09-11 12:01:05 +00:00
jkh
a8154dca28 Reviewed by: jkh
Submitted by:	jkh gclarkii paul satoshi freebsd-hackers
These are the FAQ files, reorganized a bit and updated marginally for 2.0.
There is *still more work to be done* in updating, so if some of your FAQ text
is below, please check it over!  We've also got a lot of FAQ entries still
to write (examples: "how do I upgrade?" "what's new in 2.0?" "how do I
install on a notebook/second drive/from DOS/etc etc etc?"
1994-09-11 10:56:10 +00:00
jkh
c96a2b6b13 Annual simplification drive:
1. DISTFILE is gone and replaced by DISTFILES, which can contain one or
   more file specifications.
2. MASTER_SITE created, which points to the distfiles directory on
   freebsd.cdrom.com (which I'll set up in a moment).
3. HOME_LOCATION is now simply a hint, and is never directly used except
   to inform the user when ncftp unable to transfer a file from
   MASTER_SITE.
4. ncftp is now assumed to live somewhere in the path, in preparation for
   Andrew bringing it in on a more permanant basis.
5. XMKMF defined - it was not before.

Thanks to Andrew (ache) for many helpful suggestions.
1994-09-10 22:26:47 +00:00
ache
73e0cbc63a cons25: change "do" to ^J, add "bw"
pc3r: change kC to K2
1994-09-10 22:10:46 +00:00
ache
e2fa3e91c9 Add grey keypad description to cons25, add it#8 to cons25,pc3,pc3r,
fix kend description in pc3r and pc3
1994-09-10 21:35:15 +00:00
ache
c18552a774 cons25: mr,mh,ut added
pc3r: ut added
pc3: ut added
1994-09-10 20:34:41 +00:00
ache
c4b37f75e8 Remove left/right arrows from "ac" -- ^Q not displayed
because of flow control:
pc3,cons25,pc3r
1994-09-10 19:18:02 +00:00
ache
ede2af9031 cons25,pc3r: color settings fixed to work correctly with high
intensive colors and attribute exit
1994-09-10 18:41:07 +00:00
ache
1336b70f1e Correct lantern char corresponcence, must be 'I' instead of 'i':
pc3, cons25, pc3r
1994-09-10 04:35:41 +00:00
ache
3e1f9577ae Add missing bell capability to cons25,pc3r 1994-09-10 02:44:26 +00:00
rgrimes
3406e7cd01 revision 1.2
date: 1993/11/15 07:15:16;  author: rgrimes;  state: Exp;  lines: +1 -0
From Andrew Moore

Make /usr/share/dict/words a symbolic link to web2

[This is now NECESSARY for games/boggle as it uses /usr/share/dict/words
as an input file]

Reviewed by:	rgrimes
Submitted by:	From 1.x, alm
1994-09-09 12:15:49 +00:00
rgrimes
692067737c Pull the following fix in from 1.X:
revision 1.6
date: 1993/10/19 19:57:35;  author: rgrimes;  state: Exp;  lines: +2 -1
Pull in ../Makefile.inc so that the whatis database ends up in the correct
place.  Rich Murphy has a better fix for this, but I lost it!
1994-09-09 10:02:24 +00:00
jkh
18f96a7446 Rearrange this a bit while I think about the whole problem of fetching
multiple targets when dealing with creating a set of distribution files
from scratch.  Another problem is *verifying* that a given file fetched
from its HOME_LOCATION is the one we wanted (what if the stupid ftp site
maintainer updated it in place?).  Rich Morin pointed this out and suggested
some solutions.  I need to think about it some more (suggestions?).

For now, we have a seperate `fetch' and `extract' target.
Submitted by:	jkh
1994-09-09 06:21:43 +00:00
ache
9a1d8f93a1 1. pc3 pccons description restored from 1.1.5.1
2. color, semi-graphics, functional keys descriptions added to:
	pc3, cons25, pc3r
1994-09-09 01:08:38 +00:00
jkh
9f7e6d6ab7 As per suggestion by Michael Reifenberger, make ncftp use the -N flag.
Reviewed by:	jkh
Submitted by:	mr
1994-09-09 00:17:47 +00:00
jkh
5f829f2917 Sample manpath.config.
Submitted by:	jkh
1994-09-08 22:40:56 +00:00
rgrimes
a120783f36 Add the installation of bsd.README. Realphabitize the FILES= list.
Reviewed by:	rgrimes
Submitted by:	bde
1994-09-07 09:18:44 +00:00
rgrimes
96c9b991de The .c: rule added by Bruce, but as yet unused, causes serious problems
for the 1.1.5 FreeBSD make.  For now just comment it out until a fix for
make can be found.

Reviewed by:	bde
Submitted by:	rgrimes
1994-09-07 06:52:25 +00:00
ache
d3c8f51ccc Add russian timezones.
(it is only workaround until proper zoneinfo (f.e. from 1.1.5.1)
will be installed)
1994-09-06 15:05:19 +00:00
ache
f70fb15ef9 Install posix rules as default and leapseconds rules as additional 1994-09-06 15:04:12 +00:00
guido
4ea46e0b05 Add skey.access manual page. Comes form 1.1.5. 1994-09-05 19:40:51 +00:00
bde
b0926342c5 Restore mk to subdirs. It hasn't been broken seen the 1.1.5 mk files
were committed a couple of revisions ago.
1994-09-05 12:52:58 +00:00
ats
ac18751c2b Reviewed by:
Submitted by:
Delete the old style generation of the whatis database and replace it
with the call to makewhatis. Don't install the old makewhatis.sed script
under /usr/share/man any longer.
1994-09-04 23:19:12 +00:00
jkh
b7c7a70ea8 Add an X11BASE variable that currently points to /usr/X386 but will
be easy to change to /usr/X11R6 if and when the time comes.  This is
to deal with things like xditview which otherwise had hardcoded assumptions
about where X lived.  Yuck.
Submitted by:	jkh
1994-09-04 02:52:27 +00:00
jkh
1d279e8792 Fixed a couple of typos. Ok, this works now. Only one significant hurdle
remains, and that's that this does not work with multiple targets, which
sort of throws the tk and fvwm distributions into a mess.  tk needs both
a tarball and a patch file from the same site, fvwm needs up to 3 different
files if you want all the options.  If anyone wants to take this the last
few steps of the way towards somehow handling cases like this, I'd be very
happy.
Submitted by:	jkh
1994-09-02 01:53:33 +00:00