Andrey A. Chernov
f31679a94b
Use srandomdev() to initialize generator
1997-03-24 14:39:24 +00:00
Mike Pritchard
4f393ff8a8
Typo police.
1997-03-24 00:18:19 +00:00
Andrey A. Chernov
28c4ca5ce6
Fix srandom arg type according to Lite2
1997-03-11 14:06:52 +00:00
Andrey A. Chernov
53a8ba6224
Make /dev/urandom fd static, or it pick up random descriptor
...
(stack garbadge) and read from it
Should go into 2.2
1997-03-08 18:01:40 +00:00
Mike Pritchard
4b60ad3777
Allow fortune to use /dev/urandom if available to obtain its random
...
numbers. If /dev/urandom is unavailable, it will fall back to
using the random() function.
I did this because I'm sick of seeing the same handful of fortunes
over and over, and I've seen the exact same fortune one too many times
when starting up two login shells at the same time.
2.2 safe.
1997-02-23 23:03:47 +00:00
Peter Wemm
a794df83c5
Revert $FreeBSD$ to $Id$
1997-02-22 14:46:58 +00:00
Wolfram Schneider
c6234bb251
444 -> ${NOBINMODE}
...
/usr/share -> ${SHAREDIR}
/usr/games -> ${BINDIR}
1997-02-09 02:52:41 +00:00
Poul-Henning Kamp
0923a4a551
The fact that people can't put the proper source on Kierkegaards
...
most famous insult to humanity can be forgiven, afterall, it
almost underlines the quote with irony, if one knows the context.
But to misspell the name of Alfred E. Neuman ...
1997-02-03 20:15:11 +00:00
Mike Pritchard
aa693224eb
Correct some grammar. Closes PR# 2520.
...
Submitted by: John-Mark Gurney <gurney_j@efn.org>
1997-01-26 05:07:58 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Mike Pritchard
7bc9296d98
Fix some typos and remove a couple of duplicate
...
fortunes. Closes PR#s 2358 and 2402.
Submitted by: John-Mark Gurney <gurney_j@efn.org>
1997-01-08 07:04:44 +00:00
Wolfram Schneider
48a07755f9
comma police for section SEE ALSO
...
Sponsored by: Vin de Pays de l'Aude
1996-12-22 23:17:39 +00:00
Gary Palmer
a818b58970
Fix minor typo/grammatical error
...
Submitted by: John-Mark Gurney <jmg@nike.efn.org> in PR 2085
1996-11-22 22:16:25 +00:00
Andrey A. Chernov
83aac36ef7
Uncomment static from collate_range_cmp, no more in locale.h
1996-10-31 14:49:40 +00:00
Andrey A. Chernov
327b0f7e8d
Replace collate_range_cmp call with its code
1996-10-31 14:38:09 +00:00
Bruce Evans
0c8ea4d48c
Eliminated includes of the "temporary" backwards compatibility header
...
<sys/dir.h> in applications. Maintained existing (inadequate) ifdefs
for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
new ones.
1996-09-24 08:08:11 +00:00
Bruce Evans
76a4217503
Fixed annoying non-null output for `make depend'. SRCS should only
...
be used for C, C++ and assembler sources if <bsd.prog.mk> is
included. It was used for general files. This caused the __depend_*
lists in <bsd.dep.mk> to be empty, so mkdep was never run, so
.depend never existed, so it was always out of date, so `rm -f
.depend' was always executed to update it.
1996-09-22 14:45:23 +00:00
Bruce Evans
5b963fa12e
Fixed DPADD.
1996-09-05 17:16:10 +00:00
Andrey A. Chernov
5f02527325
Convert to newly aded collate compare function
1996-08-12 19:12:40 +00:00
Andrey A. Chernov
351472c6df
Pick collate info too
1996-08-12 12:24:20 +00:00
Jordan K. Hubbard
cd9a2f5c28
Bring in my changes for removing the pestilent obj links (unless you
...
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00
Andrey A. Chernov
65b3693411
Handle sorting in better way
1996-06-09 19:41:31 +00:00
Andrey A. Chernov
503a85ae94
Activate collate
1996-06-05 16:41:10 +00:00
Andrey A. Chernov
b579b8a248
Fix -f mode
...
Fix freeing of wrong pointer
1996-05-28 15:43:03 +00:00
Andrey A. Chernov
f17947b74a
Localize it.
...
off_t -> long.
Install strfile & unstr
-Wall cleanup
Fix matching bug with offensive database
1996-05-27 22:43:43 +00:00
Andrey A. Chernov
c12a60de93
Find caesar and strfile properly.
...
Generate .dat files on build state
1996-05-27 09:31:46 +00:00
Mike Pritchard
906c1e27fc
Correct some man page cross references and file location references.
1996-04-07 00:06:21 +00:00
Joerg Wunsch
4e3cbc4667
Spell a German fortune correctly.
1995-12-27 15:30:58 +00:00
Bruce Evans
1654225ba4
Change install' to
${INSTALL}' as usual.
...
Install the `built' files with flag ${COPY}.
1995-07-24 23:22:00 +00:00
Rodney W. Grimes
208ed9d8aa
Use correct spelling of ``knew''.
...
Obtained from: netbsd-bugs@NetBSD.ORG , Peter Seebach <seebs@solon.com>
1995-07-17 04:54:33 +00:00
Rodney W. Grimes
010f5413b5
Remove trailing whitespace.
1995-05-30 03:37:36 +00:00
Poul-Henning Kamp
d2757e2bd6
If possible, pick up the caesar program inside in the compilation tree.
1995-03-26 18:53:45 +00:00
Poul-Henning Kamp
d28db85ed5
"distribute" games into their own distribution.
...
Reviewed by:
Submitted by:
Obtained from:
1994-11-14 20:10:49 +00:00
Bruce Evans
1b42fe9258
Add datfiles to SUBDIR for obj target too. "make install" wrote to the
...
source directory and failed when the source directory was nfs mounted.
This was fixed in 1.1.5. Sigh.
1994-09-08 10:51:48 +00:00
Jordan K. Hubbard
554eb505f8
Bring in the 4.4 Lite games directory, modulo man page changes and segregation
...
of the x11 based games. I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way. Bleah.
Submitted by: jkh
1994-09-04 04:03:31 +00:00