aboutsummaryrefslogtreecommitdiff
path: root/etc/mtree
Commit message (Collapse)AuthorAgeFilesLines
* Remove {man,cat}n from /usr/share/man. They had been added for TCL,Giorgos Keramidas2003-02-151-10/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=110963
* Install the OpenSSL man pages in /usr/share/openssl/manJacques Vidrine2003-02-101-0/+20
| | | | | | | and remove the WANT_OPENSSL_MANPAGES knob. Notes: svn path=/head/; revision=110655
* Set the expected permissions of /dev to 0555 since this is what devfsJoerg Wunsch2003-02-091-1/+1
| | | | | | | | is using anyway. Otherwise, "make installworld" insists on resetting them to 0755. Notes: svn path=/head/; revision=110596
* Install geom include files.Poul-Henning Kamp2003-02-081-0/+2
| | | | Notes: svn path=/head/; revision=110542
* NODEVFS cleanup.Ruslan Ermilov2003-02-051-2/+0
| | | | Notes: svn path=/head/; revision=110402
* Add missing lib/X11/xedit/lisp directory.Eric Anholt2003-01-161-0/+2
| | | | Notes: svn path=/head/; revision=109347
* Install /sys/dev/firewire/*.h under /usr/include/dev/firewireHidetoshi Shimokawa2002-12-301-0/+2
| | | | | | | for userland utilities. Notes: svn path=/head/; revision=108433
* Add directories for upcoming ca_ES localeAndrey A. Chernov2002-12-302-0/+12
| | | | Notes: svn path=/head/; revision=108427
* Don't install old LOMAC include files; do install new mac_lomacRobert Watson2002-12-031-2/+2
| | | | | | | | | | | include files. Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=107547
* Make directory for bluetooth include files.Julian Elischer2002-11-211-0/+4
| | | | Notes: svn path=/head/; revision=107123
* Backout rev. 1.263.Ruslan Ermilov2002-11-151-2/+0
| | | | | | | Approved by: jmallett Notes: svn path=/head/; revision=106958
* Restore /var/games; lots of ports' games use it.Mark Murray2002-11-041-0/+3
| | | | Notes: svn path=/head/; revision=106403
* Remove Perl bits still lurking in BSD.local.dist. It is aAnton Berezin2002-10-291-18/+0
| | | | | | | | | responsibility of lang/perl5 to deal with those nowadays. Requested by: kkenn Notes: svn path=/head/; revision=106154
* Add lt_LT.ISO8859-13Andrey A. Chernov2002-10-252-0/+6
| | | | Notes: svn path=/head/; revision=105964
* Install mac_partition include files.Robert Watson2002-10-241-0/+2
| | | | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=105875
* Do not build the majority of the games. Remaining are theMark Murray2002-10-202-23/+0
| | | | | | | "utility-like" games and everyone's favourite, fortune(6). Notes: svn path=/head/; revision=105515
* Add sr_YU locale directoriesAndrey A. Chernov2002-10-192-0/+12
| | | | | | | Submitted by: Toni Andjelkovic <toni@soth.at> Notes: svn path=/head/; revision=105443
* Install the include files in sys/dev/ofw.Thomas Moestl2002-10-181-0/+2
| | | | Notes: svn path=/head/; revision=105400
* install "fast ipsec" include filesSam Leffler2002-10-181-0/+2
| | | | Notes: svn path=/head/; revision=105376
* install sys/opencrypto include files in /usr/include/cryptoSam Leffler2002-10-041-0/+2
| | | | Notes: svn path=/head/; revision=104489
* Unbreak installworld.Don Lewis2002-09-191-0/+4
| | | | | | | | Apparently /usr/include/dev grew a couple of subdirectories, but nobody informed mtree. Notes: svn path=/head/; revision=103627
* Add some extra directories created by recent versions of XFree86-4Kris Kennaway2002-09-191-0/+10
| | | | | | | | Reviewed by: anholt (XFree86-4 maintainer) MFC after: 1 day Notes: svn path=/head/; revision=103580
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-4/+0
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=103436
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+6
| | | | | | | | | | | | kernel access control. Create directories for per-policy include files. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=101192
* Removed no longer used share/examples/diskless/* dirs (forgottenRuslan Ermilov2002-07-111-10/+0
| | | | | | | by luigi@) and never used share/examples/kld/dyn_sysctl/module. Notes: svn path=/head/; revision=99763
* Revert previous delta, setting the system immutable flag on /var/emptySheldon Hearn2002-06-261-1/+1
| | | | | | | | instead of the user immutable flag, now that mergemaster handles schg directories in its /var/tmp/temproot. Notes: svn path=/head/; revision=98883
* Tone down the previous delta: don't set the system immutable flag onSheldon Hearn2002-06-261-1/+1
| | | | | | | | /var/empty, because it makes it difficult for mergemaster(8) to remove /var/tmp/temproot/var. Notes: svn path=/head/; revision=98873
* The previous delta introduced /var/empty, for use by openssh-portable,Sheldon Hearn2002-06-241-1/+1
| | | | | | | | | | | | | which needs an empty directory into which to chroot(2). Hint to the operator that this directory really _should_ be empty by creating it with mode 0555 and the system immutable flag (schg) set. Reviewed by: des Notes: svn path=/head/; revision=98772
* Add /var/empty for the OpenSSH privsep code.Dag-Erling Smørgrav2002-06-231-0/+2
| | | | Notes: svn path=/head/; revision=98699
* Change our default XF86Config location from /etc/ to /etc/X11/,David E. O'Brien2002-06-101-0/+2
| | | | | | | | | following the lead of The XFree86 Project's default. Approved by: Murray Notes: svn path=/head/; revision=98079
* Update g++ include subdirsPeter Wemm2002-05-291-1/+5
| | | | Notes: svn path=/head/; revision=97434
* Build sccs(1) docs.Ruslan Ermilov2002-05-221-0/+2
| | | | Notes: svn path=/head/; revision=97108
* Added share/doc/[pu]sd entries.Ruslan Ermilov2002-05-221-0/+20
| | | | | | | Reviewed by: grog Notes: svn path=/head/; revision=97098
* Remove Perl and TCL/TK bits, neither of which are in the base systemMark Murray2002-05-181-2/+0
| | | | | | | (anymore). Notes: svn path=/head/; revision=96860
* Sigh, this README is not a shell script.Ruslan Ermilov2002-05-181-1/+1
| | | | Notes: svn path=/head/; revision=96856
* Remind developers to update hier(7) if they make changes to these files.Ruslan Ermilov2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=96855
* We haven't needed libg++ since 1999-04-04 (pre 4.0).David E. O'Brien2002-05-181-2/+0
| | | | Notes: svn path=/head/; revision=96838
* No need to build perl dirs anymore.Mark Murray2002-05-161-154/+0
| | | | Notes: svn path=/head/; revision=96721
* Don't use ISO_8859 when I should use ISO8859.David Malone2002-04-291-1/+1
| | | | Notes: svn path=/head/; revision=95753
* Add a French calendar.David Malone2002-04-281-0/+2
| | | | | | | | | PR: 32265 Submitted by: Thierry Thomas <thierry@pompo.net> MFC after: 1 week Notes: svn path=/head/; revision=95688
* In my continuing crusade to make life better for non-sendmail users, avoidGregory Neil Shapiro2002-04-202-2/+14
| | | | | | | | | | | the creation of /var/spool/clientmqueue and therefore the need for the smmsp user and group if NO_SENDMAIL is defined. This required breaking out the creation of the directory into a new BSD.sendmail.dist mtree file. MFC after: 1 week Notes: svn path=/head/; revision=95144
* Add etc/pam.d.Dag-Erling Smørgrav2002-04-121-0/+2
| | | | Notes: svn path=/head/; revision=94517
* Add directories for pt_BR.ISO8859-1 localeAlexey Zelkin2002-04-052-0/+6
| | | | Notes: svn path=/head/; revision=93884
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.Ruslan Ermilov2002-03-261-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. PR: docs/29534 Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Three years is enough to be aware of the change, and these weren't visible in the SHARED=symlinks case. Back out include/Makefile,v 1.160 that was a null change anyway due to the bug in the path, and we now don't want to install these headers because they would otherwise be invisible in the SHARED=symlinks case. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: bin/28002 Prodded by: bde MFC after: 2 weeks Notes: svn path=/head/; revision=93229
* Update for Perl 5.6.1Mark Murray2002-03-162-3/+3
| | | | Notes: svn path=/head/; revision=92452
* Add /var/spool/clientmqueue for 8.12's non-set-user-ID root mail submissionGregory Neil Shapiro2002-02-171-0/+2
| | | | Notes: svn path=/head/; revision=90805
* Add new include/libmilter directory for libmilter (sendmail mail filter API)Gregory Neil Shapiro2002-02-171-0/+2
| | | | | | | include files Notes: svn path=/head/; revision=90804
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.Mark Peek2002-02-121-0/+2
| | | | | | | | | PR: misc/34800 (from Steven Grady) Submitted by: phantom (patch) MFC after: 3 days Notes: svn path=/head/; revision=90559
* Put a complete set of pppd(8) sample configuration files inCrist J. Clark2002-01-291-0/+2
| | | | | | | | | | | | | /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. Notes: svn path=/head/; revision=89937
* Add local/share/java/classes, local/share/sgml, local/share/xmlDag-Erling Smørgrav2002-01-231-0/+8
| | | | | | | | Approved by: ru, silence on -ports MFC after: 1 week Notes: svn path=/head/; revision=89701