summaryrefslogtreecommitdiffstats
path: root/etc/mtree
Commit message (Collapse)AuthorAgeFilesLines
* Add directories for GPIB supportphk2005-02-061-0/+4
|
* Fix the pbio include file installation process and thedds2005-01-141-0/+2
| | | | | | | corresponding documentation. Noticed by: ru Reviewed by: ru
* Connect SHSEC GEOM class to the build.pjd2005-01-111-0/+2
|
* Unbreak the install.ru2005-01-101-2/+0
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* Remove autofs entry from here.pjd2004-12-151-2/+0
|
* Add more frequently-used locale directories. This is in preparationkris2004-12-042-0/+406
| | | | | | | for cleanup of pkg-plist files with respect to handling of the share/locale subdirectories. MFC after: 3 days
* Create a separate directory for dynamic zones which is owned by the bindgshapiro2004-11-041-0/+2
| | | | | | | | | | user (for creation of the zone journal file). This is separate from the master/ directory for security. Give an example dynamic zone in the sample named.conf. Approved by: dougb Noticed by: Eivind Olsen <eivind at aminor.no> MFC after: 1 week
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Apply README guidelines (no tabs).ru2004-10-191-2/+2
|
* New directory added for Argentinian timezones.wollman2004-10-181-0/+2
| | | | Submitted by: ache
* Remove a redundant "uname=root".ru2004-10-151-1/+1
| | | | Forgotten by: dougb
* stats goes under /var, not /var/rundougb2004-09-291-0/+1
|
* gshapiro assures me that uid bind is not necessary for /etc/namedb,dougb2004-09-291-1/+2
| | | | | | | | | so we'll use the more secure default till I have a chance to prove myself wrong. :) Add a /var/stats directory to be enabled in named.conf. Submitted by: gshapiro
* Whitespace only, tabs -> spaces, per READMEdougb2004-09-291-4/+4
|
* Create a named chroot directory structure in /var/named, and use itdougb2004-09-283-10/+5
| | | | | | | | | | | | | | | | by default when named is enabled. Also, improve our default directory layout by creating /var/named/etc/namedb/{master|slave} directories, and use the former for the generated localhost* files. Rather than using pax to copy device entries, mount devfs in the chroot directory. There may be some corner cases where things need to be adjusted, but overall this structure has been well tested on a production network, and should serve the needs of the vast majority of users. UPDATING has instructions on how to do the conversion for those with existing configurations.
* Remove the directories that are now only installed when the userdougb2004-09-271-14/+0
| | | | defines WITH_BIND_LIBS.
* Hook the BIND.* files up to the build.dougb2004-09-271-1/+10
|
* Seperate out the optional parts of the include tree that aredougb2004-09-271-0/+22
| | | | only built and installed when the user defines WITH_BIND_LIBS.
* Add a file spec to create a chroot directory structure fordougb2004-09-271-0/+32
| | | | | | a BIND name server. This file is not being used yet, but will be soon.
* This file is about to get some optional bits, so line up the parts ofdougb2004-09-271-2/+8
| | | | | | | | the FILES variable one line at a time. This should be a whitespace change only. Reviewed by: ru
* Create /etc/namedb/bind with owner / group bind and mode 0750.des2004-09-251-0/+2
|
* Install the documentation for bind9, and remove the /usr/share/doc/binddougb2004-09-251-2/+2
| | | | | | directory from mtree while we're at it. Help, advice, and code from: ru, des
* Re-add namedb. I misunderstood what Doug said about using ISC'sdes2004-09-231-0/+2
| | | | layout: he meant for binaries, not configuration files.
* Switch from BIND 8 to BIND 9.des2004-09-212-6/+14
| | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days
* Change tabs to whitespaces.glebius2004-09-161-2/+2
| | | | | Noticed by: ru Pointy hat to: glebius
* Install netflow includes.glebius2004-09-161-0/+2
| | | | Approved by: julian (mentor)
* Bring in some examples (and create space for future work here):mlaier2004-09-141-0/+2
| | | | | | | | | | | | - 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
* Hook autofs to the build.alfred2004-09-021-0/+2
|
* Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.tjr2004-08-281-0/+6
| | | | | | | | (This differs somewhat from the version originally submitted - any mistakes are my own.) PR: 68524 Submitted by: J. Vicente Carrasco -Bixen-
* share/examples/worm is dead.ru2004-08-241-2/+0
|
* Add Hungarian calendar entries.dwmalone2004-08-161-0/+2
| | | | | PR: 42725 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Connect RAID3 GEOM class to the build.pjd2004-08-161-0/+2
|
* Connect GEOM_MIRROR class to the build.pjd2004-07-301-0/+2
|
* Bmake glue for GCC 3.4.2-prerelease.kan2004-07-281-1/+3
|
* Fixed style of previous commit.ru2004-07-271-1/+1
|
* Add /etc/ntp to hold keys for ntpd.roberto2004-07-211-0/+2
|
* Add a directory for the API include files.harti2004-07-081-0/+2
|
* Introduce GEOM_LABEL class.pjd2004-07-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | This class is used for detecting volume labels on file systems: UFS, MSDOSFS (FAT12, FAT16, FAT32) and ISO9660. It also provide native labelization (there is no need for file system). g_label_ufs.c is based on geom_vol_ffs from Gordon Tetlow. g_label_msdos.c and g_label_iso9660.c are probably hacks, I just found where volume labels are stored and I use those offsets here, but with this class it should be easy to do it as it should be done by someone who know how. Implementing volume labels detection for other file systems also should be trivial. New providers are created in those directories: /dev/ufs/ (UFS1, UFS2) /dev/msdosfs/ (FAT12, FAT16, FAT32) /dev/iso9660/ (ISO9660) /dev/label/ (native labels, configured with glabel(8)) Manual page cleanups and some comments inside were submitted by Simon L. Nielsen, who was, as always, very helpful. Thanks!
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+2
| | | | | | | | | | | | your (network) modules as well as any userland that might make sense of sizeof(struct ifnet). This does not change the queueing yet. These changes will follow in a seperate commit. Same with the driver changes, which need case by case evaluation. __FreeBSD_version bump will follow. Tested-by: (i386)LINT
* Add common share/locale directories (everything used by >= 5 ports [1]) andkris2004-05-312-0/+176
| | | | | | | | | | /usr/local/www [1] Semi-arbitrary cutoff, but I didn't want to add every locale directory used by ports, because a lot are only used by one or two, and it's less intrusive for these ports to just clean up after themselves. MFC after: 2 days
* - Install includes used by STRIPE and NOP GEOM classes.pjd2004-05-202-0/+6
| | | | | | - Create needed directories. Supported by: Wheel - Open Technologies - http://www.wheel.pl
* Add g_concat.h and g_gate.h to be installed inpjd2004-04-301-0/+4
| | | | /usr/include/geom/(concat|gate)/.
* Add an Israel Hebrew locale: he_IL.UTF-8.tjr2004-04-212-0/+6
| | | | | PR: 65826 Submitted by: Hye-Shik Chang
* Move the SNMP MIBs and tree definitions from /usr/share/bsnmp toharti2004-04-141-6/+6
| | | | | /usr/share/snmp. This mirrors the use of /usr/local/share/snmp and makes also more sense when non-bsnmp-specific MIBs go in.
* Remove the POSIX and en_US.US-ASCII links after ache@ explained why theydes2004-03-302-4/+0
| | | | are unnecessary (and a bad idea).
* Add directories under /usr/share/nls and /usr/local/share/nlstjr2004-03-292-2/+202
| | | | | | for the new UTF-8 locales. Reminded by: ache
* Add UTF-8 versions of all the currently supported system locales. Most oftjr2004-03-271-0/+102
| | | | | | | 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
* Removed more vestiges of the stl(4) driver.ru2004-03-261-2/+0
|
* Back out revision 1.295. share/libdata/gcc/ is valid and used.obrien2004-03-241-0/+2
|
OpenPOWER on IntegriCloud