summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* indent.pro example: actually install the sample fileavg2010-04-211-0/+2
|
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | HAST allows to transparently store data on two physically separated machines connected over the TCP/IP network. HAST works in Primary-Secondary (Master-Backup, Master-Slave) configuration, which means that only one of the cluster nodes can be active at any given time. Only Primary node is able to handle I/O requests to HAST-managed devices. Currently HAST is limited to two cluster nodes in total. HAST operates on block level - it provides disk-like devices in /dev/hast/ directory for use by file systems and/or applications. Working on block level makes it transparent for file systems and applications. There in no difference between using HAST-provided device and raw disk, partition, etc. All of them are just regular GEOM providers in FreeBSD. For more information please consult hastd(8), hastctl(8) and hast.conf(5) manual pages, as well as http://wiki.FreeBSD.org/HAST. Sponsored by: FreeBSD Foundation Sponsored by: OMCnet Internet Service GmbH Sponsored by: TransIP BV
* Remove examples for pppd and SLIP-related stuff.trasz2009-12-291-22/+0
|
* Install firmware(9) examples.antoine2009-12-121-0/+6
| | | | MFC after: 1 month
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-32/+0
| | | | | | | | | | | | | | | | | | 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
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-14/+0
| | | | | | | | | | | | | | | | | | | 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
* Disconnect netatm from the build as it is not MPSAFE and relies onrwatson2007-07-141-10/+14
| | | | | | | | | | | | | | | | | | | | 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)
* Retire /usr/share/examples/netgraph/bluetooth/rc.bluetooth.emax2007-04-241-1/+0
| | | | MFC after: 1 week
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Link mdoc/example.9 to the build.keramida2005-01-121-0/+1
|
* Add support files for using text from the POSIX specification insimon2005-01-101-0/+2
| | | | | | | | | | | | FreeBSD manual pages: - POSIX-copyright contains copyright text to be used in manual pages which has POSIX text inserted. - deshallify.sh is a shell script which removes many of the ``shall'' statements from the POSIX text and therefore making the text more readable. Real work to make this happen by: nectar, ru
* Unbreak the install.ru2005-01-101-7/+0
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Bring in some examples (and create space for future work here):mlaier2004-09-141-0/+3
| | | | | | | | | | | | - 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
* Move references to the recently removed worm directory.scottl2004-07-151-5/+2
|
* Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.emax2003-10-261-0/+1
| | | | | Reviewed by: imp, simon Approved by: imp (mentor)
* Install new files from examples dir.njl2002-11-241-0/+3
| | | | Approved by: re (previously)
* test -h is deprecated; use -L instead.ru2002-10-011-1/+1
| | | | PR: bin/40846
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* Don't install any old cruft present in the tree, includingru2002-07-191-19/+263
| | | | | | | editor backups, .orig or .rej files, etc. Make transition from SHARED=symlinks to SHARED=copies and vice versa work. Submitted by: des, ru
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217ru2002-03-211-1/+4
| | | | | | with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.)
* Arrange for the smbfs examples to be installed.sheldonh2001-12-141-2/+3
| | | | | | | | | | | | We don't install dot.nsmbrc or smbfs.sh.sample, since we already install the former as /etc/nsmb.conf and the latter is unnecessary, since boot-time mounts can be arranged directly within /etc/fstab without fear of breaking the boot when the smbfs port (now unnecessary is removed). The MFC reminder below is subject to <re@FreeBSD.org> approval priod to 4.5-RELEASE. MFC after: 1 week
* Back out my last commit. Ruslan (ru) has a better fix.markm2001-10-241-4/+0
|
* Make sure the copies: and symlinks: targets exist in the case of themarkm2001-10-231-0/+4
| | | | empty ".for ..." loop.
* Back out my previous commit. It is not necessary anymore now that Ruslanjhay2001-10-221-4/+3
| | | | fixed the ipfilter directory with a NOOBJ.
* Unbreak make world by adding .CURDIR here and there.jhay2001-10-221-3/+4
| | | | Submitted by: Harry Starr <starr3@gccs.com.au>
* Add the ipfilter subdirectorydarrenr2001-10-201-2/+10
| | | | PR: 26763
* Revert previous commit.marcel1999-12-091-2/+16
| | | | Requested by: bde
* Remove support for symlinks instead of copies. This also avoidsmarcel1999-12-081-16/+2
| | | | using mtree. Space is being saved by other means.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Do nothing for the etc-examples target when SHARED=symlinks, since we'llsheldonh1999-06-271-1/+3
| | | | | | end up trying to install into the source directory. Reported by: bde
* Actually install the virgin copies of the /etc files that we so proudlysheldonh1999-06-241-2/+5
| | | | | | | claim to install in /usr/share/examples/etc/README.examples . PR: 5207 Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Use -C instead of -c for installing non-header source files.bde1997-01-011-2/+2
|
* Do the right thing even if the source tree is a bunch of symlinks, sayjkh1996-09-061-2/+2
| | | | | lndir'd to a CDROM. Submitted-By: Richard Wackerbarth <rkw@shrimp.dataplex.net>
* Use `make' loops instead of shell loops to install things. This fixesbde1996-01-211-14/+15
| | | | | | | | | | the verbose output for `make -s install' and gives nicer output for `make install' and `make -n install'. This method should be used more. Install meteor and startslip. In fact, install all subdirectories except CVS. This method should be used more so that SUBDIR lists don't have to be changed so often (special cases could be handled by short exclusion lists).
* Dive in the deep end and change the examples installation method.. :-/peter1995-12-111-5/+3
| | | | | | the 'rm -rf' and cpio was bugging me because rdist used to get false hits and also it installs the files with the wrong uid. I've tried this by running a find .. -exec ${INSTALL} ...; instead...
* Add sup.jfieber1995-09-301-2/+2
|
* Add startslip exampleache1995-09-141-2/+2
|
* Added a copy of my little program to find the IP address of the outgoingwollman1995-08-141-2/+2
| | | | | | interface for a particular remote host. Requested by: Joerg Wunsch <j@uriah.heep.sax.de>
* Do not omit the Makefiles when installing the examples; they are partjoerg1995-08-121-3/+2
| | | | | | | of them. Also correct the omission of CVS files by abusing the find syntax instead of grepping. Closes PR #bin/636.
* Remove syscons exampleache1995-03-301-2/+2
|
* Don't install Makefilephk1994-11-081-2/+3
|
* Make installs better, install the FAQ stuff, don't install CVS-dirs.phk1994-11-081-7/+10
|
* added ibcs2 directory.sos1994-10-241-2/+2
|
* Add syscons to DIRS list, pointed by wollmanache1994-09-251-2/+2
|
* Fixed typo that caused make install to fall if SHARED=copies.rgrimes1994-09-231-2/+2
|
OpenPOWER on IntegriCloud