summaryrefslogtreecommitdiffstats
path: root/etc/mtree
Commit message (Collapse)AuthorAgeFilesLines
* Old nit lying around: Don't override the gname when it's the same as thepeter1998-12-161-2/+2
| | | | previous /set.
* Old stuff laying around: Don't override /tmp to the same uid/gid as thepeter1998-12-161-2/+2
| | | | previous /set defaults
* Added /usr/share/examples/portal to mtreedillon1998-12-161-1/+3
|
* More locale directory structure updates for DIS_8859-15dillon1998-12-141-1/+45
|
* Fix installworld, forgot directories for locale DIS_8859-15dillon1998-12-142-2/+8
|
* Grrr. removed. backed out. sorry.dillon1998-12-131-3/+1
|
* This needs to be commited now to fix usbd for make worlddillon1998-12-131-1/+3
|
* Add directories for KLD examples.dfr1998-12-111-1/+15
|
* Remove mtree creation of /etc/namedb/s until we find a good waydillon1998-12-021-3/+5
| | | | to handle new user id's in buildworld/installworld.
* Reviewed by: freebsd-current, freebsd-securitydillon1998-12-011-1/+3
| | | | | | | | Adjust rc.conf to run named in sandbox, adjust mtree to add /etc/namedb/s subdirectory (user bind, group bind) to hold secondaries, adjust comments in named.conf to reflect new secondary scheme. (Note that core read-only zone files are left owned by root, increasing security even more).
* Add the directory "/usr/include/security", which is where the PAMjdp1998-11-181-1/+3
| | | | | | header files go. I am not too happy about the name. But if we are to have any hope of being able to use 3rd party PAM modules, we'll have to live with it.
* Some directories would like to install things into /modulespeter1998-10-171-1/+3
|
* Add extra directories required by Perl5. The one in local-landmarkm1998-10-112-2/+6
| | | | is contoversial and may be removed later.
* Add spanish doc dirs.jkh1998-10-071-1/+5
| | | | Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
* Add /boot, while I happen to be thinking about it.jkh1998-09-301-1/+3
|
* We don't support SUID `games' games anymore.obrien1998-09-271-4/+2
|
* Make a /usr/lib/compat/aout directory. Folks should remember tojkh1998-09-261-1/+3
| | | | | re-run mtree over this if they want to populate the compat dirs during a build or that step will fall over.
* Simplify these now that default owner is root.wheel.obrien1998-09-196-126/+129
| | | | Partially reviewed by: bde
* Remove tcl directory.vanilla1998-09-191-3/+1
| | | | | Forgotten by: asami Approved by: jkh
* Add scsi_target to examples. This is the 3rd such breakage I'vejkh1998-09-151-1/+3
| | | | | | 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?? :-)
* Add /usr/share/examples/atmjkh1998-09-151-1/+3
| | | | Forgotten by: phk
* (this is an extract from src/share/examples/atm/README)phk1998-09-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =================================== HARP | Host ATM Research Platform =================================== HARP 3 What is this stuff? ------------------- The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center, Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed the Host ATM Research Platform (HARP) software, which allows IP hosts to communicate over ATM networks using standard protocols. It is intended to be a high-quality platform for IP/ATM research. HARP provides a way for IP hosts to connect to ATM networks. It supports standard methods of communication using IP over ATM. A host's standard IP software sends and receives datagrams via a HARP ATM interface. HARP provides functionality similar to (and typically replaces) vendor-provided ATM device driver software. HARP includes full source code, making it possible for researchers to experiment with different approaches to running IP over ATM. HARP is self-contained; it requires no other licenses or commercial software packages. HARP implements support for the IETF Classical IP model for using IP over ATM networks, including: o IETF ATMARP address resolution client o IETF ATMARP address resolution server o IETF SCSP/ATMARP server o UNI 3.1 and 3.0 signalling protocols o Fore Systems's SPANS signalling protocol What's supported ---------------- The following are supported by HARP 3: o ATM Host Interfaces - FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters - FORE Systems, Inc. PCA-200E ATM PCI Adapters - Efficient Networks, Inc. ENI-155p ATM PCI Adapters o ATM Signalling Protocols - The ATM Forum UNI 3.1 signalling protocol - The ATM Forum UNI 3.0 signalling protocol - The ATM Forum ILMI address registration - FORE Systems's proprietary SPANS signalling protocol - Permanent Virtual Channels (PVCs) o IETF "Classical IP and ARP over ATM" model - RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5" - RFC 1577, "Classical IP and ARP over ATM" - RFC 1626, "Default IP MTU for use over ATM AAL5" - RFC 1755, "ATM Signaling Support for IP over ATM" - RFC 2225, "Classical IP and ARP over ATM" - RFC 2334, "Server Cache Synchronization Protocol (SCSP)" - Internet Draft draft-ietf-ion-scsp-atmarp-00.txt, "A Distributed ATMARP Service Using SCSP" o ATM Sockets interface - The file atm-sockets.txt contains further information What's not supported -------------------- The following major features of the above list are not currently supported: o UNI point-to-multipoint support o Driver support for Traffic Control/Quality of Service o SPANS multicast and MPP support o SPANS signalling using Efficient adapters This software was developed under the sponsorship of the Defense Advanced Research Projects Agency (DARPA). Reviewed (lightly) by: phk Submitted by: Network Computing Services, Inc.
* Add new cam include hierarchy.gibbs1998-09-151-1/+5
|
* Too late in the 3.0-game to deal with a setgid /usr/bin/man.obrien1998-09-141-2/+2
|
* Wanted to set uname to root, not gname.obrien1998-09-141-2/+2
|
* Boy, Mr. Obrien is committing in his sleep again; there is also nojkh1998-09-141-2/+2
| | | | user named wheel. :)
* There is no group name of "root"; assume man was what was intended.jkh1998-09-141-2/+2
|
* Change file ownership from bin.bin to root.wheel.obrien1998-09-144-51/+51
|
* add entry for /usr/share/examples/atapi so the world build doesn'tjkh1998-09-121-1/+3
| | | | | fall over. Forgotten by: sos
* Fixed ownership of share/man/man1aout.bde1998-09-101-2/+2
| | | | Didn't fix misformatting of all the perl entries.
* Add the dirs for Perl5.markm1998-09-091-5/+111
|
* Add directories for the legacy tool man files to stop them over-writingjb1998-09-071-1/+5
| | | | the ones from binutils.
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*asami1998-09-051-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Added zh_TW.BIG5 locale. Material for 5 big pointy hats found nearby.bde1998-08-171-1/+3
|
* Add new zh_TW.BIG5 localejkh1998-08-161-1/+3
|
* I have been running with these locale data for a while now andphk1998-08-102-2/+8
| | | | | | | | | 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>
* Add dirs for Hungarian localeache1998-08-072-2/+8
|
* Add doc/ja/FAQ and handbook, so that releases can build again.jhay1998-06-131-1/+7
|
* Hands off my /usr/src and /usr/obj! If they are symlinks (since they arepeter1998-06-051-3/+3
| | | | | | 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.
* Grumble Grumble.. so this is how src/sys/ufs/lfs kept coming back... Thepeter1998-05-281-3/+1
| | | | | mtree in make world was following symlinks and creating directories in the source tree and causing cvs to break (since CVS/Entries was missing).
* ELF preparation step 2:sos1998-05-261-1/+3
| | | | | | | | | | | | | | 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...
* Add tutorials directories.wosch1998-04-131-1/+23
|
* /usr/local/man/ja_JP.EUC -> /usr/local/man/jaitojun1998-03-203-6/+6
| | | | PR: 5251
* Reviewed by: msmith, bde long agodufault1998-03-041-1/+3
| | | | | POSIX.4 headers and sysctl variables. Nothing should change unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
* Add new directories needed by the ELF tools.jdp1998-03-011-1/+7
|
* To commit japanese online manuals into doc/ja/man.hanai1998-02-251-1/+43
| | | | Submitted by: Kazuo Horikawa <horikawa@isrd.hitachi.co.jp>
* Add /usr/libdata/msdosfs to store local<->Unicode conversion tablesache1998-02-221-1/+3
|
* Removing boggle due to trademark violations.jdp1998-02-111-3/+1
|
* Add /usr/libexec/lpr/ru for Russian printer filters (coming soon)ache1998-02-041-1/+3
|
* Add FAQ and handbook back to doc subtree.jkh1998-01-231-1/+5
|
OpenPOWER on IntegriCloud