Commit graph

192 commits

Author SHA1 Message Date
John Hay bd39f6b61d Add doc/ja/FAQ and handbook, so that releases can build again. 1998-06-13 19:26:38 +00:00
Peter Wemm cdf9b8e566 Hands off my /usr/src and /usr/obj! If they are symlinks (since they are
hard coded into too many things), it's not nice to go and change /home/src
etc.  This means they will be created if missing (so it shouldn't break
the releases), but won't touch them once they are changed.
1998-06-05 14:47:10 +00:00
Peter Wemm c17155d44b Grumble Grumble.. so this is how src/sys/ufs/lfs kept coming back... The
mtree in make world was following symlinks and creating directories in the
source tree and causing cvs to break (since CVS/Entries was missing).
1998-05-28 06:59:50 +00:00
Søren Schmidt cabb97dcbf ELF preparation step 2:
Move a.out libraries to /usr/lib/aout to make space for ELF libs.
Make rtld usr /usr/lib/aout as default library path.
Make ldconfig reject /usr/lib as an a.out library path.
Fix various Makefiles for LIBDIR!=/usr/lib breakage.

This will after a make world & reboot give a system that no
longer uses /usr/lib/*, infact one could remove all the old
libraries there, they are not used anymore.

We are getting close to an ELF make world, but I'll let this
all settle for a week or two...
1998-05-26 20:12:56 +00:00
Wolfram Schneider 83898438e1 Add tutorials directories. 1998-04-13 21:44:46 +00:00
Jun-ichiro itojun Hagino 5c9490444d /usr/local/man/ja_JP.EUC -> /usr/local/man/ja
PR:		5251
1998-03-20 16:54:34 +00:00
Peter Dufault 917e476dad Reviewed by: msmith, bde long ago
POSIX.4 headers and sysctl variables.  Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
1998-03-04 10:27:00 +00:00
John Polstra 53b86afb7d Add new directories needed by the ELF tools. 1998-03-01 22:45:44 +00:00
Hiroyuki Hanai e1945d3a74 To commit japanese online manuals into doc/ja/man.
Submitted by: Kazuo Horikawa <horikawa@isrd.hitachi.co.jp>
1998-02-25 04:19:09 +00:00
Andrey A. Chernov 21ad6569a6 Add /usr/libdata/msdosfs to store local<->Unicode conversion tables 1998-02-22 15:12:41 +00:00
John Polstra 30b3777dd1 Removing boggle due to trademark violations. 1998-02-11 19:58:04 +00:00
Andrey A. Chernov 9ad9ea38ac Add /usr/libexec/lpr/ru for Russian printer filters (coming soon) 1998-02-04 11:51:26 +00:00
Jordan K. Hubbard 5f19805b10 Add FAQ and handbook back to doc subtree. 1998-01-23 20:11:46 +00:00
Bruce Evans ccb8bfa988 Don't install the tcl implementation headers. The tcl distribution
makefile doesn't install them, and they couldn't be used without
lots of undocumented -I's in CFLAGS.  tcl.h is still installed in
/usr/include/tcl/.  Note that rev.1.24 of tcl_bmake/mkMakefile.sh
broke all the section 3 tcl man pages by putting it there instead
of in /usr/include.
1998-01-17 15:52:32 +00:00
Wolfram Schneider bead1f1ad0 Add forgotten share/examples/ppi 1998-01-04 17:21:33 +00:00
Andrey A. Chernov c1d175accd Add sl_SI directories 1997-11-07 15:38:24 +00:00
Jonathan M. Bresler 8c76ae36d2 add /etc/mail--the anti-spam files
branches affected: -current, RELENG_2_2, and RELENG_2_1_0
1997-10-20 00:35:38 +00:00
Joerg Wunsch 2cdfa5f477 Something that should have been done 2.5 years ago: install pcvt's
accompanying doc files into /usr/share/pcvt/.  (This goes to the `doc'
distribution, not `bin'.)
1997-10-18 10:40:02 +00:00
Jordan K. Hubbard f4fcb2d897 Alphabetize. 1997-10-16 17:47:00 +00:00
Jordan K. Hubbard 3c06a7c5ea Add /usr/share/examples/libvgl so we don't fall over. :(
Forgotten by:	sos
1997-10-16 17:38:55 +00:00
Jordan K. Hubbard 6b2e066b6e Whoops! Whomever added the de_DE.ISO_8859-1 entry missed a "..", causing
an incomplete /usr/local to be populated (this is why the ports collection
is mostly broken in the out-of-box configuration with 2.2.5-BETA).
1997-10-06 08:08:14 +00:00
Andrey A. Chernov 6d80f5b075 /etc/opielocks -> /var/spool/opielocks 1997-10-01 13:06:31 +00:00
Wolfram Schneider 093d485b9f Directories for german manpages. 1997-09-29 16:26:02 +00:00
Andrey A. Chernov 1f38a58f27 Add /etc/opielocks for opie locks, standard place 1997-09-29 11:10:09 +00:00
Mark Murray 2b1161ec4e Remove include/kerberosIV directory. It is no longer used. 1997-09-28 09:20:48 +00:00
Andrey A. Chernov f039819441 Add missing SJIS and pl_PL entries 1997-09-25 23:57:53 +00:00
Andrey A. Chernov f4174904a8 Disallow o+rwx for /var/games/hackdir hierarchy, it helps to make hack
non-setuid back
1997-09-24 17:40:11 +00:00
Andrey A. Chernov b0237bd3a2 Create missing /var/games/hackdir/save 1997-09-24 08:14:51 +00:00
Wolfram Schneider 6bf2c2e66c Add directories for Poland: /usr/share/{locale,nls}/pl_PL.ISO_8859-2 1997-09-22 20:17:24 +00:00
Julian Elischer 66c352c19f Add the direcotry for the japanese shift-JIS locale 1997-09-19 01:51:01 +00:00
Satoshi Asami da7692fd85 Revert back to 1.28. 1997-09-12 05:44:11 +00:00
Eivind Eklund 34a13bf4cb Change games from setuid games to setgid games.
Reviewed by:	maybe@yes.no
Obtained from:	OpenBSD (mostly deraadt@openbsd.org)
1997-09-01 00:34:51 +00:00
Poul-Henning Kamp 7cc17eea83 emove /usr/local/libdata/tcl 1997-08-30 09:26:53 +00:00
Paul Traina cd17e08a30 cron.d -> periodic 1997-08-18 16:49:22 +00:00
John Polstra 2eb0f66483 Bye bye /usr/share/examples/sup. 1997-08-18 00:08:16 +00:00
Paul Traina 00ef0dd62e Add entries for cron.d and friends 1997-08-12 17:55:57 +00:00
Andrey A. Chernov 62ca8b1b22 Add libdata/doscmd 1997-08-12 15:54:05 +00:00
Poul-Henning Kamp 89b2f3fd90 Move tcl packages to libdata/pkg 1997-08-01 13:16:40 +00:00
Andrey A. Chernov 8194222b83 Change /var/run owner to root - sendmail can't write sendmail.pid
otherwise due to safeopen
1997-07-29 11:23:14 +00:00
Poul-Henning Kamp 3dcb6ad0e6 A couple of new directories needed for tcl8.0b2 1997-07-25 20:36:54 +00:00
John Fieber 989cae743a Remove SGML related directories. 1997-07-19 15:21:45 +00:00
Satoshi Asami 32ec0823e1 Add new directories according to jmz's XFree86-3.3 upgrade. Change
ownership of directories to root:wheel.  While I'm here, convert some
tabs to spaces.
1997-06-10 07:55:10 +00:00
Andrey A. Chernov ad42a3c094 Back out symlinks/directories removing until solution will be found
since they are really directories in the release
(for unknown reason for me)
1997-06-04 23:05:31 +00:00
Andrey A. Chernov b17c088b20 Remove directories belongs to /usr/src to stop mtree to modify /usr/src
permissions.
Having them here is wrong from several other poins too:
they are never be a directories (simlinks only), so why give a chance to mtree to make
them as directories?
Since they never be a directories, permissions of them will never be
modified by old mtree too.
1997-06-04 22:25:30 +00:00
Satoshi Asami 2bb6086363 Make local "root:wheel" so it will be consistent with BSD.local.dist
Reviewed by:	bde
1997-06-04 10:51:09 +00:00
Satoshi Asami 4ebe20a395 New mtree file for /usr/X11R6.
Approved (a long time ago) by: David Dawes
1997-06-04 00:02:01 +00:00
Jordan K. Hubbard ab98cf58c4 Change group ownership of /var/mail to mail and permission
to 0775.

This does *not* instantly make any program which "ensures"
mail spool consistency by creating lock files safe in any way
since other tools, like mail.local, will be using flock() semantics
and any such lock file will simply be ignored.  It does, however,
allow a lot of things which are currently suid root in order to create
such bogus lockfiles to, at least, be bogus at a much lower level of
privilege (and this is good).  Ultimately, of course, everybody should
just use flock.
1997-05-03 20:15:15 +00:00
Bruce Evans 2b78bc8f3f Removed unused groff `generate' directories. 1997-04-30 20:27:34 +00:00
Bruce Evans a2c5351617 Added forgotten directories netns and pccard. The bug was masked by
bogons in /usr/src/include/Makefile.
1997-03-09 06:57:00 +00:00
Wolfram Schneider 6b06cd7e84 Add /usr/share/doc/psd/13.rcs and /usr/share/doc/psd/28.cvs. .. 1997-03-04 17:06:23 +00:00