summaryrefslogtreecommitdiffstats
path: root/etc/mtree
Commit message (Collapse)AuthorAgeFilesLines
* install sys/opencrypto include files in /usr/include/cryptosam2002-10-041-0/+2
|
* Unbreak installworld.truckman2002-09-191-0/+4
| | | | | Apparently /usr/include/dev grew a couple of subdirectories, but nobody informed mtree.
* Add some extra directories created by recent versions of XFree86-4kris2002-09-191-0/+10
| | | | | Reviewed by: anholt (XFree86-4 maintainer) MFC after: 1 day
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-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
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+6
| | | | | | | | | kernel access control. Create directories for per-policy include files. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Removed no longer used share/examples/diskless/* dirs (forgottenru2002-07-111-10/+0
| | | | by luigi@) and never used share/examples/kld/dyn_sysctl/module.
* Revert previous delta, setting the system immutable flag on /var/emptysheldonh2002-06-261-1/+1
| | | | | instead of the user immutable flag, now that mergemaster handles schg directories in its /var/tmp/temproot.
* Tone down the previous delta: don't set the system immutable flag onsheldonh2002-06-261-1/+1
| | | | | /var/empty, because it makes it difficult for mergemaster(8) to remove /var/tmp/temproot/var.
* The previous delta introduced /var/empty, for use by openssh-portable,sheldonh2002-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
* Add /var/empty for the OpenSSH privsep code.des2002-06-231-0/+2
|
* Change our default XF86Config location from /etc/ to /etc/X11/,obrien2002-06-101-0/+2
| | | | | | following the lead of The XFree86 Project's default. Approved by: Murray
* Update g++ include subdirspeter2002-05-291-1/+5
|
* Build sccs(1) docs.ru2002-05-221-0/+2
|
* Added share/doc/[pu]sd entries.ru2002-05-221-0/+20
| | | | Reviewed by: grog
* Remove Perl and TCL/TK bits, neither of which are in the base systemmarkm2002-05-181-2/+0
| | | | (anymore).
* Sigh, this README is not a shell script.ru2002-05-181-1/+1
|
* Remind developers to update hier(7) if they make changes to these files.ru2002-05-181-0/+2
|
* We haven't needed libg++ since 1999-04-04 (pre 4.0).obrien2002-05-181-2/+0
|
* No need to build perl dirs anymore.markm2002-05-161-154/+0
|
* Don't use ISO_8859 when I should use ISO8859.dwmalone2002-04-291-1/+1
|
* Add a French calendar.dwmalone2002-04-281-0/+2
| | | | | | PR: 32265 Submitted by: Thierry Thomas <thierry@pompo.net> MFC after: 1 week
* In my continuing crusade to make life better for non-sendmail users, avoidgshapiro2002-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
* Add etc/pam.d.des2002-04-121-0/+2
|
* Add directories for pt_BR.ISO8859-1 localephantom2002-04-052-0/+6
|
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.ru2002-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
* Update for Perl 5.6.1markm2002-03-162-3/+3
|
* Add /var/spool/clientmqueue for 8.12's non-set-user-ID root mail submissiongshapiro2002-02-171-0/+2
|
* Add new include/libmilter directory for libmilter (sendmail mail filter API)gshapiro2002-02-171-0/+2
| | | | include files
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.mp2002-02-121-0/+2
| | | | | | PR: misc/34800 (from Steven Grady) Submitted by: phantom (patch) MFC after: 3 days
* Put a complete set of pppd(8) sample configuration files incjc2002-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.
* Add local/share/java/classes, local/share/sgml, local/share/xmldes2002-01-231-0/+8
| | | | | Approved by: ru, silence on -ports MFC after: 1 week
* Reincarnate SETUID code in man(1), not compiled in by default.ru2002-01-224-7/+17
| | | | | | 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.
* Added this makefile. This is not attached to the build yet. I oftenbde2002-01-161-0/+8
| | | | | install parts of /etc manually and it helps to have a makefile for each subdir even if the main makefile doesn't invoke it.
* Do not install man(1) setuid ``man''.ru2002-01-154-17/+7
| | | | | | | | | | | | | | | | | | | | | | 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
* Add ro_ROache2002-01-082-0/+6
| | | | | PR: 33343 Submitted by: Adrian Penisoara <ady@warpnet.ro>
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a packed array so sizeof work. This broke RFMON mode and passing up 802.11 packets. The Linux emulation code was derived from the open source Linux driver to maintain compatibility. LEAP support is added, hints from Richard Johnson. I've verified this locally with PC350v42510.img firmware. More bug fixing from Marco to fix long passwords. Change DELAYs in flash part of driver to FLASH_DELAY which uses tsleep so it doesn't look like your system died during a flash update. Install header files in /usr/include/dev/an Cleanup some ifmedia bugs add "Home" key mode to ifmedia and ancontrol. This way you can manage 2 keys a little easier. Map the home mode into key 5. Enhance ifconfig to dump the various configured SSIDs. I use a bunch of different ones and roam between them. Use the syntax similar to the WEP keys to deal with setting difference SSIDs. Bump up up the Card capabilities RID since they added 2 bytes to it in the latest firmware. Thankfully we changed it from a terminal failure so the card still worked but the driver whined. Some cleanup patches from Marco Molteni. Submitted by: Richard Johnson <raj@cisco.com> Marco Molteni <molter@tin.it> and myself Various checks: David Wolfskill <david@catwhisker.org> Reviewed by: Brooks Davis <brooks@freebsd.org> Warner Losh <imp@freebsd.org> Approved by: Brooks Davis <brooks@freebsd.org> Warner Losh <imp@freebsd.org> Obtained from: Linux emulation API's from Aironet driver.
* Back out recent replacement of LC_MESSAGES file with directory.phantom2001-12-241-160/+0
| | | | Requested by: ache
* add LC_MESSAGES directory for uk_UA.ISO8859-5 localephantom2001-12-221-0/+2
|
* Slightly re-work locale messages storage scheme. Before this commitphantom2001-12-211-0/+158
| | | | | | | | | | | 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>
* Add uk_UA.ISO8859-5 localeache2001-12-202-0/+6
| | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
* Install devfs includes.green2001-12-171-0/+2
|
* Add a missing .. to get out of smbfs/print.jhay2001-12-151-0/+1
|
* Add share/examples/smbfs/print for userland smbfs import.sheldonh2001-12-141-0/+3
| | | | | | | The addition of the smbfs examples should have included this delta. Failure to include this delta broken world. Reported by: jhay
* Long ago, there was just /etc/daily. Then /etc/security was split outcjc2001-12-071-0/+2
| | | | | | | | | | of /etc/daily. Some time later, /etc/daily became a set of periodic(8) scripts. Now, this evolution continues, and /etc/security has been broken into periodic(8) scripts to make local customization easier and more maintainable. Reviewed by: ru Approved by: ru
* Oops! Previous commit used tabs instead of spaces.des2001-12-051-2/+2
|
* Add /etc/pam.d.des2001-12-051-0/+2
| | | | Sponsored by: DARPA, NAI Labs
* GC cvs-1.8.1 import left-overs.ru2001-11-281-4/+0
|
* Add hi_IN.ISCII-DEVache2001-11-272-0/+6
|
* Apply README style guidelines (this time checked).ru2001-11-192-12/+12
|
* Change mode for var/db/ipf to 0700guido2001-11-171-1/+1
|
OpenPOWER on IntegriCloud