History log of /freebsd-9.3-release/etc/mtree/BSD.usr.dist
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 290001 26-Oct-2015 glebius

Upgrade NTP to 4.2.8p4.

Security: FreeBSD-SA-15:25.ntp
Security: CVE-2015-7871
Security: CVE-2015-7855
Security: CVE-2015-7854
Security: CVE-2015-7853
Security: CVE-2015-7852
Security: CVE-2015-7851
Security: CVE-2015-7850
Security: CVE-2015-7849
Security: CVE-2015-7848
Security: CVE-2015-7701
Security: CVE-2015-7703
Security: CVE-2015-7704, CVE-2015-7705
Security: CVE-2015-7691, CVE-2015-7692, CVE-2015-7702
Approved by: so


# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 263031 11-Mar-2014 des

MFH (r251810): fix installation from read-only .OBJDIR
MFH (r255384): add PRIVATELIB for internal-use shred libraries
MFH (r255385, r255413): add a stock libmap32.conf
MFH (r255765): always support directory mapping; rewrite libmap man page


# 263023 11-Mar-2014 bapt

MFC: r257145,r257147,r257150,r257159,r257164,r257168,r257344,r257667,r257668,
r258227,r260605

Add default configuration for FreeBSD official pkg(8) repositories
Add fingerprint for the trusted keys


# 256129 07-Oct-2013 delphij

MFC r255036:

Add directories that is installed as part of bsdconfig.

These are included unconditionally for now because bsdconfig
is currently installed unconditionally.

This fixes 'make -j 17 installworld' caused by a race
condition.


# 256128 07-Oct-2013 delphij

MFC r248979 (emaste):

Format per etc/mtree/README

- Spaces instead of tabs
- Sort some i18n entries


# 256127 07-Oct-2013 delphij

MFC r255035:

Add a few missing language directories for /usr.


# 251747 14-Jun-2013 jhb

Merge a missing part of 235613 to add the new dirs to mtree.


# 248339 15-Mar-2013 brooks

MFC r245513,245514,245515:

The last section 1aout manpage was installed no later than July 2002.
Remove all support for them.


# 235304 11-May-2012 eadler

MFC r235203:
fix spacing in mtree file

Approved by: cperciva (implicit)


# 234978 03-May-2012 eadler

MFC r233429,r233435,r233437,r234077,r234133,r234135,r234159,r234823:
A variety of changes that make the default shell easier to use.

Approved by: cperciva (implicit)


# 225949 03-Oct-2011 dim

MFC r225880:
Revive the LLVM and Clang license files, which were removed in my
too-thorough cleanup of unused files, in r213695. Also make sure these
get installed under /usr/share/doc.

Submitted by: rwatson, brooks
Pointy hat to: dim
Approved by: re (kib)


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 219019 24-Feb-2011 gabor

Add the BSD-licensed Citrus iconv to the base system with default off
setting. It can be built by setting the WITH_ICONV knob. While this
knob is unset, the library part, the binaries, the header file and
the metadata files will not be built or installed so it makes no impact
on the system if left turned off.

This work is based on the iconv implementation in NetBSD but a great
number of improvements and feature additions have been included:

- Some utilities have been added. There is a conversion table generator,
which can compare conversion tables to reference data generated by
GNU libiconv. This helps ensuring conversion compatibility.
- UTF-16 surrogate support and some endianness issues have been fixed.
- The rather chaotic Makefiles to build metadata have been refactored
and cleaned up, now it is easy to read and it is also easier to add
support for new encodings.
- A bunch of new encodings and encoding aliases have been added.
- Support for 1->2, 1->3 and 1->4 mappings, which is needed for
transliterating with flying accents as GNU does, like "u.
- Lots of warnings have been fixed, the major part of the code is
now WARNS=6 clean.
- New section 1 and section 5 manual pages have been added.
- Some GNU-specific calls have been implemented:
iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into()
- Support for GNU's //IGNORE suffix has been added.
- The "-" argument for stdin is now recognized in iconv(1) as per POSIX.
- The Big5 conversion module has been fixed.
- The iconv.h header files is supposed to be compatible with the
GNU version, i.e. sources should build with base iconv.h and
GNU libiconv. It also includes a macro magic to deal with the
char ** and const char ** incompatibility.
- GNU compatibility: "" or "char" means the current local
encoding in use
- Various cleanups and style(9) fixes.

Approved by: delphij (mentor)
Obtained from: The NetBSD Project
Sponsored by: Google Summer of Code 2009


# 218941 22-Feb-2011 uqs

Flesh out WITHOUT_GROFF support to DTRT.

A full featured groff is required during buildworld, so build it always
and don't rely on it being present on the host system.

vgrind(1) is tightly coupled to a roff processor and will not be
built/installed when groff is disabled. Also much of the roff'ed
documentation under share/doc will not be built/installed when
WITHOUT_GROFF is defined.

Reviewed by: ru (partial)


# 218914 21-Feb-2011 lstewart

Actually install the example Khelp module committed in r218545.

Sponsored by: FreeBSD Foundation
MFC after: 4 weeks
X-MFC with: r218545


# 218799 18-Feb-2011 nwhitehorn

Import bsdinstall. This is meant to be (eventually in conjunction with
pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond.
Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, and
powerpc64. Integration into the build system will occur in the coming
weeks.

Merging with pc-sysinstall will use this code as a frontend, while
temporarily retaining the interactive partition editor here. This work
will be done in parallel with improvements on this code and release
integration.

Thanks to all who have provided testing and comments!


# 217371 13-Jan-2011 nwhitehorn

Remove /usr/share/examples/[lib]dialog, missed in the new dialog import.

Submitted by: dim


# 214308 24-Oct-2010 julian

Add a jails directory in the examples section

MFC after: 2 weeks


# 209564 28-Jun-2010 pjd

Use spaces, not tabs.


# 209513 24-Jun-2010 imp

Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. This
shell script is the back end logic necessary for an installer. It
contains both query routines to allow a front-end installer to present
reasonable choices to the user and also action routines which allow
the front end installer to put a FreeBSD distribution onto a disk. It
supports installing onto the usual suspects, as well as advanced
features like Mirroring, ZFS, Encryprion and GPT labels.

While this is only the back-end of the installer, it can do unattended
scripted installations. In PC-BSD's world view, all installations are
scripted and all the front-end does is write the script. As such, it
is useful in its own right.

This has been extensively tested over the past several releases of
PC-BSD. However, differences between that environment and FreeBSD
suggest there will be a period of shake-out while those differences
are discovered and corrected.

A text-based front-end is in the works. For the GUI-based front-end,
you can use the PC-BSD distribution.

Kris' BSDcan paper on pc-sysinstall is linked off his talk on the
BSDcan site:
http://www.bsdcan.org/2010/schedule/events/173.en.html

The man page is written by Josh Paetzel, and I wrote the Makefiles for
the FreeBSD integration. Kris wrote the rest.

This represents version r7010 in the PC-BSD repo.
http://svn.pcbsd.org/pcbsd/current/pc-sysinstall

Submitted by: kris@
Sponsored by: iX Systems


# 206996 21-Apr-2010 avg

indent.pro example: actually install the sample file


# 204417 27-Feb-2010 antoine

usr/share/examples/bc no longer exists.


# 204080 19-Feb-2010 delphij

Create a directory for hast's examples.


# 202843 22-Jan-2010 delphij

Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.

Reviewed by: gabor


# 201213 29-Dec-2009 trasz

Remove examples for pppd and SLIP-related stuff.


# 200440 12-Dec-2009 antoine

Install firmware(9) examples.

MFC after: 1 month


# 197544 27-Sep-2009 gabor

- Add share/nls/gl_ES.ISO8859-1, which I forgot in my last commit

Submitted by: Andrzej Tobola <ato@iem.pw.edu.pl> (via private mail)


# 196784 03-Sep-2009 ache

Add la_LN.ISO8859-13 and lv_LV


# 193908 10-Jun-2009 edwin

add ca_AD, ca_FR and ca_IT locales

Catalan language is not only spoken in Spain (ca_ES), but also
in Andorra, France and Italy. In Andorra it is the official
language.

(see http://en.wikipedia.org/wiki/Catalan_language#Geographic_distribution)

Add a bunch of symlinks to between ca_ES and ca_AD, ca_FR and ca_IT.

PR: conf/92541
Submitted by: <rmh@io.debian.net>
MFC after: 1 week


# 183698 08-Oct-2008 des

Create separate cat directories for en.UTF-8. This, together with r183697,
allows users in en.UTF-8 locales to see non-ascii characters in man pages.

MFC after: 1 week


# 180924 28-Jul-2008 antoine

Remove an empty directory that is already in ObsoleteFiles.inc from
mtree/BSD.usr.dist


# 179315 26-May-2008 bz

Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
parts relied on the now removed NET_NEEDS_GIANT.
Most of I4B has been disconnected from the build
since July 2007 in HEAD/RELENG_7.

This is what was removed:
- configuration in /etc/isdn
- examples
- man pages
- kernel configuration
- sys/i4b (drivers, layers, include files)
- user space tools
- i4b support from ppp
- further documentation

Discussed with: rwatson, re


# 179308 25-May-2008 rwatson

Remove netatm from HEAD as it is not MPSAFE and relies on the now removed
NET_NEEDS_GIANT. netatm has been disconnected from the build for ten
months in HEAD/RELENG_7. Specifics:

- netatm include files
- netatm command line management tools
- libatm
- ATM parts in rescue and sysinstall
- sample configuration files and documents
- kernel support as a module or in NOTES
- netgraph wrapper nodes for netatm
- ctags data for netatm.
- netatm-specific device drivers.

MFC after: 3 weeks
Reviewed by: bz
Discussed with: bms, bz, harti


# 173532 10-Nov-2007 sam

spaces are preferred to tabs

Noted by: simon


# 173527 10-Nov-2007 sam

add wpa_supplicant + hostapd directories to examples

MFC after: 1 week


# 173491 08-Nov-2007 benjsc

Link wpi(4) into the build.

This includes:
o mtree (for legal/intel_wpi)
o manpage for i386/amd64 archs
o module for i386/amd64 archs
o NOTES for i386/amd64 archs

Approved by: mlaier (comentor)


# 171584 25-Jul-2007 scottl

Fix a whitespace mistake from the last commit.

Submitted by: far too many to list
Approved by: re


# 171568 24-Jul-2007 scottl

Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read the
included man pages on how to use it. This code is still somewhat experimental
but has been successfully tested on a number of targets. Many thanks to
Danny for contributing this.

Approved by: re


# 171453 14-Jul-2007 rwatson

Disconnect netatm from the build as it is not MPSAFE and relies on
NET_NEEDS_GIANT, which will shortly be removed. This is done in a
away that it may be easily reattached to the build before 7.1 if
appropriate locking is added. Specifics:

- Don't install netatm include files
- Disconnect netatm command line management tools
- Don't build libatm
- Don't include ATM parts in rescue or sysinstall
- Don't install sample configuration files and documents
- Don't build kernel support as a module or in NOTES
- Don't build netgraph wrapper nodes for netatm

This removes the last remaining consumer of NET_NEEDS_GIANT.

Reviewed by: harti
Discussed with: bz, bms
Approved by: re (kensmith)


# 167169 02-Mar-2007 flz

- Add missing subdirectories in BSD.usr.dist mtree file.
- Update hier(7) to reflect latest changes in mtree file.
- Add UPDATING entry following Intel firmwares inclusion.

Submitted by: mlaier
MFC after: 1 month


# 167165 02-Mar-2007 flz

- Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in a
uuencoded format along with their respective LICENSE files.
- Add new share/doc/legal directory to BSD.usr.dist mtree file. This is the
place we install LICENSE files for restricted firmwares.
- Teach firmware(9) and kmod.mk about licensed firmwares. Restricted firmwares
won't load properly unless legal.<name>.license_ack is set to 1, either
via kenv(1) or /boot/loader.conf.

Reviewed by: mlaier, sam
Permitted by: Intel (via Andrew Wilson)
MFC after: 1 month


# 164916 05-Dec-2006 ru

Move npe.4 to a machine specific manpage subdirectory.


# 164131 09-Nov-2006 des

Add locales for nb_NO and nn_NO.

Reviewed by: philip


# 162939 01-Oct-2006 ache

Add mn_MN.UTF-8


# 162836 30-Sep-2006 ru

Create section 8 man subdirectories for PowerPC.


# 161921 02-Sep-2006 marcel

Unbreak PowerPC build after addition of powermac_nvram(4powerpc).


# 160945 03-Aug-2006 jb

Not allowed to use tabs. The rule that proves the rule. Heh.


# 160937 03-Aug-2006 jb

Alphabetical order is probably better.


# 160936 03-Aug-2006 jb

Add the library directory where DTrace library scripts live.


# 160930 02-Aug-2006 marcel

Remove remnants of Alpha.


# 160822 29-Jul-2006 simon

Add /usr/lib/engines for OpenSSL engines.


# 158687 17-May-2006 phk

Send the pcvt(4) driver off to retirement.


# 151825 28-Oct-2005 ru

Add some significant Ukrainian dates.

PR: 88076
Submitted by: Andriy Gapon


# 143126 04-Mar-2005 ru

New Ukrainian locale: uk_UA.CP1251.

Submitted by: Alexander Peresunko


# 139970 10-Jan-2005 ru

Unbreak the install.


# 136698 19-Oct-2004 ru

Apply README guidelines (no tabs).


# 136667 18-Oct-2004 wollman

New directory added for Argentinian timezones.

Submitted by: ache


# 135778 24-Sep-2004 dougb

Install the documentation for bind9, and remove the /usr/share/doc/bind
directory from mtree while we're at it.

Help, advice, and code from: ru, des


# 135184 13-Sep-2004 mlaier

Bring in some examples (and create space for future work here):
- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5)
- Tweak the pointer to fit the FreeBSD default location share/examples/pf
- Account for the new directory in BSD.usr.dist (no hier(7) change required
as share/examples is an opaque item there).

Obtained from: OpenBSD
Reminded by: Thomas T. Veldhouse
PR: docs/71691
MFC after: 2 days


# 134437 28-Aug-2004 tjr

Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.

(This differs somewhat from the version originally submitted - any mistakes
are my own.)

PR: 68524
Submitted by: J. Vicente Carrasco -Bixen-


# 134262 24-Aug-2004 ru

share/examples/worm is dead.


# 133833 16-Aug-2004 dwmalone

Add Hungarian calendar entries.

PR: 42725
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>


# 128526 21-Apr-2004 tjr

Add an Israel Hebrew locale: he_IL.UTF-8.

PR: 65826
Submitted by: Hye-Shik Chang


# 128234 14-Apr-2004 harti

Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.


# 127620 30-Mar-2004 des

Remove the POSIX and en_US.US-ASCII links after ache@ explained why they
are unnecessary (and a bad idea).


# 127562 29-Mar-2004 tjr

Add directories under /usr/share/nls and /usr/local/share/nls
for the new UTF-8 locales.

Reminded by: ache


# 127474 27-Mar-2004 tjr

Add UTF-8 versions of all the currently supported system locales. Most of
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.

PR: 44307


# 127459 26-Mar-2004 ru

Removed more vestiges of the stl(4) driver.


# 127383 24-Mar-2004 obrien

Back out revision 1.295. share/libdata/gcc/ is valid and used.


# 127359 24-Mar-2004 des

Previous commit =~ s,share/,,


# 127357 24-Mar-2004 des

Previous commit should have read: remove share/libdata/doscmd/{,fonts/}.
This time around, remove share/libdata/gcc/ which seems unused.


# 127356 24-Mar-2004 des

Remove share/doscmd/{,fonts/}


# 127338 23-Mar-2004 des

Add share/nls/{POSIX,en_US.US-ASCII} as symlinks to C.


# 125205 29-Jan-2004 ache

Add kk_KZ.PT154


# 124782 21-Jan-2004 ru

Create section 4 and 8 man subdirectories for all Tier 1 architectures.


# 124781 21-Jan-2004 ru

Removed unused {man,cat}9/i386.


# 123681 20-Dec-2003 ache

Add be_BY.*

Submitted by: Yury Tarasievich <grog@grsu.by>


# 123656 19-Dec-2003 ache

Add zh_HK.Big5HKSCS


# 123051 29-Nov-2003 ru

Scheduled sweep using the README guidelines.

Approved by: re (rwatson)


# 122403 10-Nov-2003 harti

Create sub-directories under share for bsnmp tree definition and MIB files.


# 122297 08-Nov-2003 davidxu

Use space instead of tab.


# 122273 07-Nov-2003 rwatson

Add /usr/share/security to directories to create in order to hold
LOMAC context information.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories


# 122151 05-Nov-2003 davidxu

Enable GB2312 locale.


# 121616 27-Oct-2003 emax

Create missing /usr/share/examples/netgraph/bluetooth directory


# 121005 11-Oct-2003 fjoe

/usr/libdata/msdosfs is no longer used, because of kiconv(3) commit.

PR: 57277
Submitted by: Ryuichiro Imura <imura@ryu16.org>


# 118825 12-Aug-2003 harti

Create a directory for ATM documentation and help files.


# 118651 08-Aug-2003 ache

Add ko_KR.CP949 locale

PR: 55341
submitted by: Hye-Shik Chang <perky@freebsd.org>


# 118459 05-Aug-2003 mtm

Support for the Amharic locale.


# 118148 29-Jul-2003 ache

Add GB18030 dirs

PR: 51729
Submitted by: Kang Liu <liukang@bjpu.edu.cn>


# 117258 05-Jul-2003 ache

Add ARMSCII-8 locale dirs

Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
PR: 53944


# 115912 06-Jun-2003 ache

Add ru_RU.CP1251


# 115627 01-Jun-2003 ache

Add zh_CN.GBK


# 112144 12-Mar-2003 ru

Record the BOG death here too.


# 110963 15-Feb-2003 keramida

Remove {man,cat}n from /usr/share/man. They had been added for TCL,
but it's no longer a part of the base-system and buildworld works fine
here after deleting them both on disk and from the mtree spec files.

Not objected to by: kris, silence on -audit


# 110655 10-Feb-2003 nectar

Install the OpenSSL man pages in /usr/share/openssl/man
and remove the WANT_OPENSSL_MANPAGES knob.


# 108427 30-Dec-2002 ache

Add directories for upcoming ca_ES locale


# 106958 15-Nov-2002 ru

Backout rev. 1.263.

Approved by: jmallett


# 105964 25-Oct-2002 ache

Add lt_LT.ISO8859-13


# 105515 20-Oct-2002 markm

Do not build the majority of the games. Remaining are the
"utility-like" games and everyone's favourite, fortune(6).


# 105443 19-Oct-2002 ache

Add sr_YU locale directories
Submitted by: Toni Andjelkovic <toni@soth.at>


# 103436 16-Sep-2002 peter

Initiate deorbit burn for the i386-only a.out related support. Moves are
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.

Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.

Tested on: i386 (extensively), alpha


# 99763 11-Jul-2002 ru

Removed no longer used share/examples/diskless/* dirs (forgotten
by luigi@) and never used share/examples/kld/dyn_sysctl/module.


# 97108 22-May-2002 ru

Build sccs(1) docs.


# 97098 22-May-2002 ru

Added share/doc/[pu]sd entries.

Reviewed by: grog


# 96860 18-May-2002 markm

Remove Perl and TCL/TK bits, neither of which are in the base system
(anymore).


# 96838 18-May-2002 obrien

We haven't needed libg++ since 1999-04-04 (pre 4.0).


# 96721 16-May-2002 markm

No need to build perl dirs anymore.


# 95753 29-Apr-2002 dwmalone

Don't use ISO_8859 when I should use ISO8859.


# 95688 28-Apr-2002 dwmalone

Add a French calendar.

PR: 32265
Submitted by: Thierry Thomas <thierry@pompo.net>
MFC after: 1 week


# 93884 05-Apr-2002 phantom

Add directories for pt_BR.ISO8859-1 locale


# 92452 16-Mar-2002 markm

Update for Perl 5.6.1


# 90559 12-Feb-2002 mp

Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.

PR: misc/34800 (from Steven Grady)
Submitted by: phantom (patch)
MFC after: 3 days


# 89937 28-Jan-2002 cjc

Put a complete set of pppd(8) sample configuration files in
/usr/share/examples/pppd.

Remove the out-of-place pppd(8) configuration files in etc/ppp,
ppp.shells.sample and ppp.deny.

Make the appropriate changes to the build process, etc/Makefile and
etc/mtree/BSD.usr.mtree, so it all works.


# 89653 22-Jan-2002 ru

Reincarnate SETUID code in man(1), not compiled in by default.

The code will be fixed for all known security vulnerabilities,
and a make.conf(5) knob (ENABLE_SUID_MAN) will be provided for
those who still want it installed setuid for whatever reasons.


# 89390 15-Jan-2002 ru

Do not install man(1) setuid ``man''.

The catpaging and setuidness features of man(1) combined make
it vulnerable to a number of security attacks. Specifically,
it was possible to overwrite system catpages with arbitrarily
contents by either setting up a symlink to a directory holding
system catpages, or by writing custom -mdoc or -man groff(1)
macro packages and setting up GROFF_TMAC_PATH in environment
to point to them. (See PR below for details).

This means man(1) can no longer create system catpages on a
regular user's behalf. (It is still able to if the user has
write permissions to the directory holding catpages, e.g.,
user's own manpages, or if the running user is ``root''.)

To create and install catpages during ``make world'', please
set MANBUILDCAT=YES in /etc/make.conf. To rebuild catpages
on a weekly basis, please set weekly_catman_enable="YES" in
/etc/periodic.conf.

PR: bin/32791


# 89076 08-Jan-2002 ache

Add ro_RO

PR: 33343
Submitted by: Adrian Penisoara <ady@warpnet.ro>


# 88459 24-Dec-2001 phantom

Back out recent replacement of LC_MESSAGES file with directory.

Requested by: ache


# 88402 22-Dec-2001 phantom

add LC_MESSAGES directory for uk_UA.ISO8859-5 locale


# 88348 21-Dec-2001 phantom

Slightly re-work locale messages storage scheme. Before this commit
LC_MESSAGES related data was installed to <locale>/LC_MESSAGES file.
Now it go to <locale>/LC_MESSAGES/SYS_LC_MESSAGES file. LC_MESSAGES
directory is supposed to be storage of message catalogs of userland tools.
This should allow us to avoid many potential problems with future
libintl related functionality introduction.

Thanks for useful suggestions about correct way how to replace plain
files with directories at installworld stage to: Ruslan Ermilov <ru>


# 88314 20-Dec-2001 ache

Add uk_UA.ISO8859-5 locale

PR: 32450
Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>


# 87980 15-Dec-2001 jhay

Add a missing .. to get out of smbfs/print.


# 87959 14-Dec-2001 sheldonh

Add share/examples/smbfs/print for userland smbfs import.

The addition of the smbfs examples should have included this delta.
Failure to include this delta broken world.

Reported by: jhay


# 87051 28-Nov-2001 ru

GC cvs-1.8.1 import left-overs.


# 87014 27-Nov-2001 ache

Add hi_IN.ISCII-DEV


# 86601 19-Nov-2001 ru

Apply README style guidelines (this time checked).


# 86217 09-Nov-2001 wollman

Add share/zoneinfo/North_Dakota in preparation for tzdata update.


# 86070 05-Nov-2001 ache

Add bg_BG.CP1251

PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>


# 85484 25-Oct-2001 ru

Style these once again.


# 85215 20-Oct-2001 darrenr

Add the ipfilter directory in share/examples

PR: 26763


# 84252 01-Oct-2001 kris

UUCP removal phase II. These directories are now created by the
freebsd-uucp port.


# 83345 11-Sep-2001 ru

Added forgotten share/zoneinfo/America/Kentucky.


# 80134 22-Jul-2001 hm

add directory i4brunppp.
Pointed out by: David H. Wolfskill david@catwhisker.org and
Crist J. Clark <cristjc@earthlink.net>


# 78822 26-Jun-2001 nik

Mention the path to the README file in the header comment.

Submitted by: Rich Morin <rdm@cfcl.com>


# 78066 11-Jun-2001 ru

The README file says:

c) The listing should be kept in filename sorted order.


# 78045 11-Jun-2001 ache

ISO_ -> ISO, calendar


# 78021 10-Jun-2001 ache

Back out *.US-ASCII compactification - application should decide


# 77999 10-Jun-2001 ache

Deal properly with *.US-ASCII family


# 77993 10-Jun-2001 ache

Fix Latin1 man directories for new locale names


# 77976 10-Jun-2001 ache

New locale names and aliases to old ones


# 77825 06-Jun-2001 dcs

Unbreak world by adding the new example directiory.

Reminded by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
MFC after: 1 week


# 77208 25-May-2001 bmah

List new directories created under share/examples/isdn/* in order to
unbreak installworld.


# 76550 13-May-2001 ache

Add sk_SK

PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:


# 75601 17-Apr-2001 ru

Remove share/tmac/locale/ and share/tmac/mdoc/locale/.


# 75140 03-Apr-2001 joe

Commit the first version of BSDPAN.

BSDPAN is the collection of modules that provides tighter than ever
integration of Perl into BSD Unix.

Currently, BSDPAN does the following:

o makes p5- FreeBSD ports PREFIX-clean;

o registers Perl modules in the FreeBSD package database with a
package name derived from the module name.
The name is of the form: bsdpan-ModuleName-V.VV.

Anyone interested in where BSDPAN is developing should read Anton's
message to the ports mailling list:
Message-ID: <20010105040828.A26011@heechee.tobez.org>

Submitted by: Anton Berezin <tobez@tobez.org>


# 74399 17-Mar-2001 ache

Remove unused locale/nls directories.
Corresponding fixes for "make release" already commited elsewhere.


# 74396 17-Mar-2001 phk

Attempt to make "make release" work again. Without a nls/fi_FI.DIS_8859-15
tcsh barfs.


# 74382 17-Mar-2001 markm

Unbreak "make installworld"


# 74338 16-Mar-2001 ache

Add et_EE.ISO_8859-15


# 74325 16-Mar-2001 ache

DIS_8859_15 -> ISO_8859-15 rename


# 72699 19-Feb-2001 ru

Add missing .../cat?/alpha directories.


# 72692 19-Feb-2001 ru

Create directory infrastructure required to format, display
and store preformatted /usr/share/man manual pages in 8-bit
iso-8859-1 charset for all *_*.ISO_8859-1 locales.

Requested by: des
Input from: ache


# 72636 18-Feb-2001 phk

Duh! forgot to add BSD_daemon to the mtree files.

Submitted by: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>


# 72515 15-Feb-2001 ru

Apparently, people do not listen for a plea to look into the
README file before making changes here. Fix them once again.


# 72320 10-Feb-2001 asmodai

Add en_NZ.ISO_8859-1.


# 72261 09-Feb-2001 asmodai

Add af_ZA.ISO_8859-1

Submitted by: ache


# 71162 17-Jan-2001 ache

Add el_GR.ISO_8859-7


# 70812 08-Jan-2001 ben

Remove empty directories.

PR: 23769, 23772, 23868
Submitted by: Rich Morin <rdm@cfcl.com>


# 70551 01-Jan-2001 ache

ru_SU -> ru_RU for nls too


# 70543 31-Dec-2000 phk

... and ru_RU.KOI8-R.

Remove ru_SU

Forgotten by: phantom on 2000/12/29 14:58:01


# 70542 31-Dec-2000 phk

Add ru_RU.ISO_8859-5 also.


# 70540 31-Dec-2000 phk

Add forgotten entry for ru_RU.CP866 to try to make make release work.


# 69633 05-Dec-2000 ru

Added directories needed for Groff 1.16.1 distribution.


# 68942 20-Nov-2000 sheldonh

Connect the new man4.alpha to the build.


# 66940 10-Oct-2000 gshapiro

Install the sendmail cf building tools (contrib/sendmail/cf) in
/usr/share/sendmail/cf.

PR: 19790


# 66796 07-Oct-2000 gshapiro

Forgot to remove the directory from mtree for the obsolete sendmail
documentation.


# 65959 16-Sep-2000 ache

Add tr_TR.ISO_8859-9 to nls


# 65952 16-Sep-2000 phk

Add missing tr_TR.ISO_8859-9 directory.


# 64882 21-Aug-2000 markm

Move $PERL/IO/Socket to the right place.

Reported by: ache


# 64874 20-Aug-2000 markm

Add missing perl directories.


# 63213 15-Jul-2000 abial

Forced commit to add log message:
Add share/examples/kld/dyn_sysctl.


# 63211 15-Jul-2000 abial

*** empty log message ***


# 62416 02-Jul-2000 markm

Follow-up commit to today's gnu/usr.bin/perl commit; serial number
brought inline with Perl standards.


# 62082 25-Jun-2000 markm

Version number and directory changes for Perl 5.006.


# 61997 23-Jun-2000 tg

Install a VGA font for the X11 mode. Use a line like
xset fp+ /usr/libdata/doscmd/fonts
in your .xsession to activate it.

Document X11_FONT option in .doscmdrc.

Open window if $DISPLAY is set.


# 61285 05-Jun-2000 ru

/usr/mdec has gone 1.5 years ago.


# 61067 29-May-2000 ps

Remove more from here too.

Reminded by: hoek


# 59949 04-May-2000 phantom

Directory renamed in /usr/share/calendar: ru_SU.KOI8-R -> ru_RU.KOI8-R


# 57611 29-Feb-2000 billf

Add the new ses example code directories, unbreak world.

Submitted by: cpiazza, who...
Actually tested: make world
Desired by: jkh, mjacob


# 57522 26-Feb-2000 shin

Add IPv6 related docs.

Reviewed by: phantom


# 56114 16-Jan-2000 phk

Add missing share/examples/ses directory.


# 55850 12-Jan-2000 asmodai

Add devhtml entry for the groff_font directory.
This is needed for the new devhtml in the groff 1.15 package.


# 55797 11-Jan-2000 rgrimes

Add missing -p /tmp/MTREE to mtree command in README so that it
will actually work now.

Remove tabs and once again sort the *.dist files.


# 55758 10-Jan-2000 phantom

Create /usr/share/doc/ncurses (place for html files from ncurses dist)


# 55754 10-Jan-2000 phantom

Create /usr/share/examples/libdialog (examples of dialog(3) usage)


# 55739 10-Jan-2000 phantom

Create doc dir for ntp (/usr/share/doc/ntp)


# 55736 10-Jan-2000 phantom

Create dirs for bind's additional documentation:
/usr/share/doc/bind/{html,misc}


# 55733 10-Jan-2000 phantom

add /usr/share/examples/bc


# 55568 07-Jan-2000 phantom

Add share/examples/dialog - examples of dialog(1) usage


# 55235 29-Dec-1999 peter

Add /usr/libexec/sendmail


# 55074 24-Dec-1999 ache

Add 8859-4 and lt_LT entries


# 55012 22-Dec-1999 ache

lt_LN->la_LN


# 54973 21-Dec-1999 ache

Add cs_CZ

Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>


# 53422 19-Nov-1999 roberto

Add share/examples/netgraph.

Forgotten by: our friends at Whistle.


# 52837 03-Nov-1999 bp

Add share/examples/nwclient directory.


# 52387 18-Oct-1999 ache

add uk_UA.KOI8-U locale dirs


# 51887 02-Oct-1999 ache

add ru_SU.ISO_8859-5 locale dirs


# 51316 15-Sep-1999 ache

Oops, patch applied to wrong place.


# 51314 15-Sep-1999 ache

add mdoc/locale


# 51176 11-Sep-1999 ache

add tmac/locale for man l10n tweaks


# 50865 03-Sep-1999 hoek

Add /usr/share/examples/more/. Will contain sample config files that
give our more(1) keymappings similar to less(1) and most(1). Initially
these config files will support only a subset of less and most keymappings.


# 50472 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 50424 26-Aug-1999 nik

Pull the FDP maintained documents (that's the FAQ, the Handbook, the
tutorials, and all the language translations thereof) out of here. They
still install here, but the installation routine in doc/ sorts that
out.


# 50375 25-Aug-1999 rgrimes

Looks like I missed a little white space error, fixed.


# 50296 24-Aug-1999 rgrimes

This cleans up all the white space errors so that the next
commit is easier to understand.


# 50203 23-Aug-1999 rgrimes

Fix script in README to actually work, empty lines produce as
much a diff as lines with the wrong stuff on it.

Add references in mtree data files to the README.


# 50046 19-Aug-1999 ru

Nuke /usr/share/misc/pkg_manage.

PR: 13228
Submitted by: "Alexey M. Zelkin" <phantom@cris.net>


# 48185 24-Jun-1999 sheldonh

Actually install the virgin copies of the /etc files that we so proudly
claim to install in /usr/share/examples/etc/README.examples .

PR: 5207
Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>


# 47831 08-Jun-1999 foxfair

Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.
It makes compatible with IANA charset defination, and let existent I18N
app happier.

Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>


# 47746 05-Jun-1999 julian

Support the IANA definition of Shift Jis nameley ja_JP.Shift_JIS
as well as the X11 version ja_JP.SJIS


# 46523 05-May-1999 markm

Add extra dirs needed by install. Do the include/* by reusing
BSD.include.dist to make tracking this easier.

Pointed out by: Rod Grimes


# 46363 03-May-1999 gpalmer

Unbreak my previous commit


# 46362 03-May-1999 gpalmer

Create share/man8/alpha

Forgotten By: obrien


# 46315 02-May-1999 markm

Perl moves up a maintenance version.


# 46031 24-Apr-1999 peter

Drop example lkm tree


# 43901 11-Feb-1999 brian

Add /usr/share/examples/ppp directory
Don't install /etc/ppp/ppp.*.example
Remove ppp/ppp.{conf,linkup,linkdown,secret}.sample


# 43484 31-Jan-1999 vanilla

Add a entry for zh-FAQ.


# 43421 30-Jan-1999 newton

Added /usr/share/examples/svr4


# 43246 26-Jan-1999 dillon

Add directory structure of diskless examples


# 43000 21-Jan-1999 imp

Euro support, part 2.

This should be merged into RELENG_3 and a similar patch may be needed
for RELENG_2_2, should that deemed necessary.

Make world succeeded with these patches in my tree.

Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com>


# 42801 18-Jan-1999 hm

Add directory /usr/share/examples/isdn


# 42449 09-Jan-1999 jdp

share/examples/kld/misc -> share/examples/kld/syscall

Fixes make installworld breakage.


# 42223 01-Jan-1999 peter

Reconnect pcvt hooks..

Reviewed by: core


# 42169 30-Dec-1998 dt

Add entry for rusiian FAQ.


# 42090 27-Dec-1998 phk

follow up to:
Pre 3.0 branch cleanup casualty #4: pcvt


# 42006 22-Dec-1998 jkh

Add /usr/share/examples/bootforth so that world builds don't start falling
over.

Forgotten by: abial :-)


# 41854 16-Dec-1998 peter

Old nit lying around: Don't override the gname when it's the same as the
previous /set.


# 41850 16-Dec-1998 dillon

Added /usr/share/examples/portal to mtree


# 41773 14-Dec-1998 dillon

More locale directory structure updates for DIS_8859-15


# 41772 14-Dec-1998 dillon

Fix installworld, forgot directories for locale DIS_8859-15


# 41682 11-Dec-1998 dfr

Add directories for KLD examples.


# 40231 11-Oct-1998 markm

Add extra directories required by Perl5. The one in local-land
is contoversial and may be removed later.


# 40018 07-Oct-1998 jkh

Add spanish doc dirs.
Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>


# 39695 27-Sep-1998 obrien

We don't support SUID `games' games anymore.


# 39675 26-Sep-1998 jkh

Make a /usr/lib/compat/aout directory. Folks should remember to
re-run mtree over this if they want to populate the compat dirs
during a build or that step will fall over.


# 39490 19-Sep-1998 obrien

Simplify these now that default owner is root.wheel.

Partially reviewed by: bde


# 39284 15-Sep-1998 jkh

Add scsi_target to examples. This is the 3rd such breakage I've
committed a fix for in 2 days and 3 different people have forgotten
to update this file. GRRR! What's it going to take, electrodes to
the sensitive bits, people?? :-)


# 39272 15-Sep-1998 jkh

Add /usr/share/examples/atm
Forgotten by: phk


# 39188 14-Sep-1998 obrien

Too late in the 3.0-game to deal with a setgid /usr/bin/man.


# 39177 14-Sep-1998 obrien

Wanted to set uname to root, not gname.


# 39168 14-Sep-1998 jkh

Boy, Mr. Obrien is committing in his sleep again; there is also no
user named wheel. :)


# 39167 14-Sep-1998 jkh

There is no group name of "root"; assume man was what was intended.


# 39161 14-Sep-1998 obrien

Change file ownership from bin.bin to root.wheel.


# 39115 12-Sep-1998 jkh

add entry for /usr/share/examples/atapi so the world build doesn't
fall over.
Forgotten by: sos


# 39051 10-Sep-1998 bde

Fixed ownership of share/man/man1aout.

Didn't fix misformatting of all the perl entries.


# 39021 09-Sep-1998 markm

Add the dirs for Perl5.


# 38895 07-Sep-1998 jb

Add directories for the legacy tool man files to stop them over-writing
the ones from binutils.


# 38857 05-Sep-1998 asami

Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*
a port so there is nothing to be done on that side now.

Approved by: jkh
===
To: "Jordan K. Hubbard" <jkh@time.cdrom.com>
cc: Andreas Klemm <andreas@klemm.gtn.com>, current@freebsd.org
Subject: Re: Make this a relese coordinator decision (was Re: ports-current/packages-current discontinued)
From: David Greenman <dg@root.com>
Date: Sun, 03 Aug 1997 20:23:31 -0700

>decision is, I'll respect it.

Another chance to architect people's principles...I can hardly wait. Seems
quite appropriate for a Sunday - I just need to get one of those collection
plates (and money envelopes) so I can profit, too. :-)
Tcl stays in /usr/src for now, but it needs to be kept up to date; same
for perl. If Jordan doesn't have "setup" (written in tcl) ready for 3.0,
then tcl will be yanked prior to the 3.0 release (and made into a port).
As for the ports tree only supporting the last FreeBSD release, this seems
sensible to me. The "ports" have always been a moving target between releases
and the problem is only going to get worse when we expand to supporting other
processor architectures. In any case, Satoshi is and always has been in charge
of the ports tree and whatever he wants to do with it (within reason :-)) is
his decision.
Does this cover the issue completely? I admit to deleting messages in this
thread with unusual fervor (people have FAR too much time on their hands!).
There's a fair bit of reasoning behind the above, but since everyone is sick
of arguing about this, I'll spare you the analysis.

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project


# 38359 16-Aug-1998 jkh

Add new zh_TW.BIG5 locale


# 38221 10-Aug-1998 phk

I have been running with these locale data for a while now and
I hope some other people might find them useful. They are for
zh_CN.EUC (GB) only. I'm not familiar with the BIG5 encoding,
so I could only hope someone else would fill the gap.

PR: 7310
Submitted by: Luoqi Chen <luoqi@chen.ml.org>


# 38165 07-Aug-1998 ache

Add dirs for Hungarian locale


# 36953 13-Jun-1998 jhay

Add doc/ja/FAQ and handbook, so that releases can build again.


# 36671 05-Jun-1998 peter

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.


# 36397 26-May-1998 sos

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...


# 35180 13-Apr-1998 wosch

Add tutorials directories.


# 33963 01-Mar-1998 jdp

Add new directories needed by the ELF tools.


# 33819 25-Feb-1998 hanai

To commit japanese online manuals into doc/ja/man.
Submitted by: Kazuo Horikawa <horikawa@isrd.hitachi.co.jp>


# 33748 22-Feb-1998 ache

Add /usr/libdata/msdosfs to store local<->Unicode conversion tables


# 33252 11-Feb-1998 jdp

Removing boggle due to trademark violations.


# 33087 04-Feb-1998 ache

Add /usr/libexec/lpr/ru for Russian printer filters (coming soon)


# 32716 23-Jan-1998 jkh

Add FAQ and handbook back to doc subtree.


# 32238 04-Jan-1998 wosch

Add forgotten share/examples/ppi


# 31025 07-Nov-1997 ache

Add sl_SI directories


# 30540 18-Oct-1997 joerg

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'.)


# 30488 16-Oct-1997 jkh

Alphabetize.


# 30485 16-Oct-1997 jkh

Add /usr/share/examples/libvgl so we don't fall over. :(
Forgotten by: sos


# 29860 25-Sep-1997 ache

Add missing SJIS and pl_PL entries


# 29723 22-Sep-1997 wosch

Add directories for Poland: /usr/share/{locale,nls}/pl_PL.ISO_8859-2


# 29597 18-Sep-1997 julian

Add the direcotry for the japanese shift-JIS locale


# 28979 31-Aug-1997 eivind

Change games from setuid games to setgid games.

Reviewed by: maybe@yes.no
Obtained from: OpenBSD (mostly deraadt@openbsd.org)


# 28337 17-Aug-1997 jdp

Bye bye /usr/share/examples/sup.


# 28108 12-Aug-1997 ache

Add libdata/doscmd


# 27830 01-Aug-1997 phk

Move tcl packages to libdata/pkg


# 27683 25-Jul-1997 phk

A couple of new directories needed for tcl8.0b2


# 27527 19-Jul-1997 jfieber

Remove SGML related directories.


# 26441 04-Jun-1997 asami

Make local "root:wheel" so it will be consistent with BSD.local.dist

Reviewed by: bde


# 25321 30-Apr-1997 bde

Removed unused groff `generate' directories.


# 23379 04-Mar-1997 wosch

Add /usr/share/doc/psd/13.rcs and /usr/share/doc/psd/28.cvs. ..


# 23217 28-Feb-1997 wosch

add lt_LN.ISO_8859-1


# 23154 27-Feb-1997 wosch

Add forgotten entries for Croatia

Pointed out by: ache


# 23037 23-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 23036 23-Feb-1997 peter

Create /usr/libdata/gcc/ in preperation for installing specs


# 23023 22-Feb-1997 ache

Add ko_KR.EUC directories


# 22240 03-Feb-1997 jdp

Add "/usr/share/examples/drivers/", fixing make world breakage.
Forgotten by: julian


# 21673 14-Jan-1997 jkh

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.


# 21310 04-Jan-1997 jfieber

Add docbook.


# 21237 02-Jan-1997 mpp

Create /usr/share/examples/mdoc.


# 20972 28-Dec-1996 wosch

add new directory /usr/share/examples/printing


# 19941 23-Nov-1996 bde

Added forgotten directories zoneinfo/Antarctica and zoneinfo/Arctic.

The zoneinfo makefile doesn't follow the rules. It builds everything
at install time. It dpends on zic to create the directories. zic
doesn't know about the weird 555 permissions specified in BSD.usr.dist,
so it creates the directories with nonstandard permissions.


# 19931 23-Nov-1996 ache

Add missing nls directories

2.2 candidate


# 19833 17-Nov-1996 wosch

delete removeuser


# 19760 15-Nov-1996 asami

Create directory for Japanese handbook. Definite 2.2 material if the
handbook is going to make it.


# 19309 01-Nov-1996 peter

Add nvi-1.79 directories


# 18664 03-Oct-1996 peter

Add /usr/share/libg++ for libg++'s genclass prototype/template class
files to live. (These are not include files)


# 18425 20-Sep-1996 bde

Fixed order and whitespace of examples/cvs entries.


# 18201 10-Sep-1996 jfieber

Remove obsolete subdirs of usr/share/sgml/FreeBSD.


# 18162 08-Sep-1996 jfieber

Add missing share/groff_font/devlj4


# 18150 08-Sep-1996 jfieber

Add usr/share/sgml/transpec


# 18059 05-Sep-1996 jfieber

/usr/share/sgml/ISO for ISO entity definitions.


# 18022 03-Sep-1996 bde

BSD.usr.dist:
Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana.

bsd.doc.mk:
Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and
permissions. The doc tree should be well enough established for this
to be safe. Installs to directories should use a trailing slash on
the directory name so installs to non-drectories are fatal, but I
didn't start changing them.

bsd.man.mk:
Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and
permissions. They were overkill to create just /usr/share/info.

zoneinfo/Makefile:
No changes yet. zic creates directories with ordinary 755 permissions.
Why do we use 555 permissions for directories in /usr/share/zoninfo.
Why not for zoneinfo itself? /proc and /dev/fd are the only other
directories in the system with 555 permissions.


# 17998 02-Sep-1996 phk

Add support for shlibs in /usr/lib/compat that the linker will not find
at compile time, but ldd will at runtime.


# 17968 31-Aug-1996 wosch

add forgotten share/doc/smm/10.named


# 17740 21-Aug-1996 jkh

Add cvsup directory to share/examples
Reminded-By: ache


# 17146 12-Jul-1996 wosch

create missing /usr/share/examples/removeuser

Submitted by: Ollivier ROBERT roberto@keltia.freenix.fr


# 16851 30-Jun-1996 peter

Correct location of tcl components.. They are installed under
/usr/libdata/tcl (created with mkdir -p), not /usr/lib/tcl (empty).


# 16692 25-Jun-1996 jkh

Add worm to /usr/share/examples


# 16582 22-Jun-1996 phk

Add tcl related directories.


# 15726 10-May-1996 ache

Add russian calendar directory


# 15624 04-May-1996 peter

Add /usr/libdata/stallion for holding the download firmware images.
These binary files most definately do not come under /usr/share's
"architecture independent text files" rule... even though these same
images would be used on other processors with pci architectures.


# 15337 21-Apr-1996 pst

Add /usr/libexec/sm.bin for smrsh(8)


# 14894 28-Mar-1996 wollman

Add /usr/share/examples/perfmon.


# 14796 24-Mar-1996 paul

Added creation of /usr/libdata and /usr/libdata/lint


# 14130 17-Feb-1996 ache

Add examples/slattach


# 14001 09-Feb-1996 wosch

make share/calendar/hr_HR.ISO_8859-2


# 13923 05-Feb-1996 ache

Make share/calendar/de_DE.ISO_8859-1


# 13709 29-Jan-1996 ache

Add missing cat9


# 13536 21-Jan-1996 bde

Added share/examples/{meteor,sliplogin}.


# 12822 14-Dec-1995 phk

Add man9 to trees.


# 12764 11-Dec-1995 peter

Update usr/share/examples layout to match current reality..


# 12745 10-Dec-1995 peter

Add "examples", "contrib" and "pcl-cvs" directories below
share/examples/cvs in preperation for cvs-1.6.3 import.


# 11869 28-Oct-1995 ache

Add ascii locale dir


# 11632 21-Oct-1995 ache

Make real directories for each 8859-1 locale


# 11093 30-Sep-1995 jfieber

Remove /usr/share/FAQ, add /usr/share/examples/sup.


# 10643 08-Sep-1995 jfieber

Add target directories for the FAQ and the Handbook.


# 9246 17-Jun-1995 ache

Rename *.ISO8859-1 to *.ISO_8859-1 per RFC1700


# 9243 17-Jun-1995 ache

Create missing nls/C


# 8571 17-May-1995 rgrimes

Regenerate these using mtree -cdinx -kuname,gname,mode on a very recently
built release after fixing all the wrong directory permissions in that release.

Then use diff -c -b to verify them against the old versions, nothing but
new directories added :-). And a lot of alphabetizing done!


# 8393 09-May-1995 jfieber

New directory for sgml tools: /usr/share/sgml
Reviewed by: rgrimes


# 8186 30-Apr-1995 ache

Add yet one popular russian code table


# 7674 08-Apr-1995 nate

Added /usr/share/examples/cvs for use by cvsinit.


# 7544 01-Apr-1995 ache

Make /usr/share/nls/* dirs for message catalog stuff


# 7409 26-Mar-1995 rgrimes

Remove the private copy of directories in usr/include from here,
this is now handled in BSD.include.dist.


# 7136 18-Mar-1995 rgrimes

Create /usr/share/games/quiz.db via mtree and remove private mkdir command
from Makefile.


# 6466 15-Feb-1995 ache

Add include/readline and share/misc/pkg_manage


# 6406 14-Feb-1995 jkh

Create a /usr/share/isdn directory.


# 6038 30-Jan-1995 ache

Create necessary symlinks for locale dirs


# 5784 22-Jan-1995 ache

Cleanup in examples,groff_font,locale directories


# 5723 19-Jan-1995 wollman

Add /usr/include/ss because libss expects its header files to live there.


# 5683 17-Jan-1995 ache

Add tmac/mdoc, needed by ngroff


# 5349 03-Jan-1995 rgrimes

Add usr/share/perl/sys to mtree file, remove private mkdir from Makefile.


# 3943 27-Oct-1994 wollman

Added: /usr/share/{info,locale,perl}.


# 3831 24-Oct-1994 sos

Added share/examples/ibcs2 directory


# 3501 10-Oct-1994 rgrimes

Remove /usr/include/g++/{gen,sys}, we long ago quit using them.


# 2897 19-Sep-1994 phk

removed usr/include/md


# 2878 18-Sep-1994 rgrimes

These are mtree generated versions of these files using the
new mtree options.

I will be updating these shortly to remove some old stuff and add some
new stuff. These currently produce the exact same trees as they did.


# 2749 13-Sep-1994 wollman

Clean up prototype for /usr/share/zoneinfo, so we don't get bogus
Canada, posix, right, etc. directories.


# 2698 13-Sep-1994 wollman

Added /usr/share/examples and subdirectories.


# 2625 09-Sep-1994 csgr

Add kerberosIV to /usr/include,
in preparation for getting kerberos (eBones) working.


# 2612 09-Sep-1994 rgrimes

Add the missing . entries to BSD.*.dist files.

New file BSD.release.dist is used for creating release area top level
directories.


# 2568 08-Sep-1994 rgrimes

Add usr/share/games/boggle


# 2545 07-Sep-1994 pst

Make include/md directory to hold MD2/34/5 include files for libmd on install.

Submitted by: pst


# 1665 01-Jun-1994 ache

Restore bin.bin for /usr/libexec/uucp, uucp owner not needed here


# 1660 31-May-1994 ache

Change mode of libexec/uucp to 0755


# 1647 31-May-1994 ache

Make /usr/libexec/uucp uucp.uucp 0750


# 1278 19-Mar-1994 jkh

No longer necessary to make catpages group write.


# 1275 19-Mar-1994 jkh

Go to userid man, groupid bin for catpages (and uid/gid bin for man dirs)


# 1270 18-Mar-1994 jkh

Make man files group owned by man. Make cat dirs group write.


# 1163 15-Feb-1994 rgrimes

General cleanup for 1.1 release, mostly add zoneinfo stuff to BSD.usr.dist


# 529 30-Sep-1993 rgrimes

Added share/syscons/scrnmaps directory


# 518 29-Sep-1993 rgrimes

Updated for new location of syscons fonts and keymap files


# 360 30-Aug-1993 rgrimes

Added new mtree file to populate /usr/local or /usr/gnu, it is up to the
user to run this mtree file. Cleaned up BSD.usr.dist as it had some
missing bname=bin, gname=bin mode=0755's in it.


# 354 29-Aug-1993 rgrimes

Fixed typo in the syscons.* entries (omde instead of mode)


# 336 26-Aug-1993 rgrimes

Added usr/share/syscons.{fonts,keymaps} for the new syscons tools.


# 204 27-Jul-1993 nate

The updated mtree changed a couple things which required changes in
the mtree files.


# 144 19-Jul-1993 rgrimes

Updated BSD.*.dist files to reflect FreeBSD as it is now.


# 38 20-Jun-1993 rgrimes

This commit was generated by cvs2svn to compensate for changes in r37,
which included commits to RCS files with non-trunk default branches.


# 37 20-Jun-1993 rgrimes

Initial import of 386BSD 0.1 othersrc/etc