aboutsummaryrefslogtreecommitdiff
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1426-26/+26
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Update the copyright notices to match our bsd-copyright example.Mike Pritchard1997-01-093-15/+3
| | | | Notes: svn path=/head/; revision=21453
* Add some real example diagnostics to example.[14]Mike Pritchard1997-01-093-14/+269
| | | | | | | | | | | | | | | Add all of the possible errno's to example.3. Show examples of the .Bx (BSD) and .At (AT&T UNIX) macros in the various HISTORY sections. Add some .Rs/.Re (used for referencing things other than man pages) in the SEE ALSO sections. Suggested by: wollman Notes: svn path=/head/; revision=21449
* printing examples, automatically generated fromWolfram Schneider1997-01-0216-0/+331
| | | | | | | src/share/doc/handbook/printing.sgml with src/tools/tools/epfe/epfe.pl Notes: svn path=/head/; revision=21240
* Correct one minor style point.Mike Pritchard1997-01-021-1/+1
| | | | Notes: svn path=/head/; revision=21239
* Moved these from /usr/share/misc/mdoc to /usr/share/examples/mdoc,Mike Pritchard1997-01-023-0/+335
| | | | | | | | | | since it seemed like a better place, and the makefiles for /usr/share/examples didn't need to be fussed with. The old stuff can be removed from the Attic. Notes: svn path=/head/; revision=21235
* Use -C instead of -c for installing non-header source files.Bruce Evans1997-01-011-2/+2
| | | | Notes: svn path=/head/; revision=21159
* Fix typo.Mike Pritchard1996-12-281-2/+2
| | | | Notes: svn path=/head/; revision=20989
* a READMEWolfram Schneider1996-12-281-0/+7
| | | | Notes: svn path=/head/; revision=20986
* Add src-release and src-tools collections.John Polstra1996-12-272-2/+6
| | | | | | | Inspired by: ache Notes: svn path=/head/; revision=20942
* Add missing src-release and src-tools to individual targets listAndrey A. Chernov1996-12-251-1/+3
| | | | Notes: svn path=/head/; revision=20904
* Add commented out samples on how to activate the compat libs during build.Peter Wemm1996-12-231-1/+9
| | | | | | | | Note that nothing is stopping somebody from cd'ing to src/lib/compat/<dist> and doing a 'make all install' there by hand. Notes: svn path=/head/; revision=20847
* cvsup client moved from sbin to binAndrey A. Chernov1996-12-161-2/+2
| | | | | | | 2.2 candidate Notes: svn path=/head/; revision=20545
* Update the sample cvsupfiles to take advantage of the new "*default"John Polstra1996-12-158-296/+449
| | | | | | | | | | | | | | feature in CVSup-14.0. You no longer need a 200-column window to look at them. Also did some general cleanups, and corrected some errors. 2.2 candidate. These should be brought directly into 2.2 if at all possible, since they correspond with the CVSup release whose port is going to go into 2.2. Notes: svn path=/head/; revision=20488
* Add ports-vietnamese, delete ports-distfiles.Satoshi Asami1996-12-054-23/+12
| | | | Notes: svn path=/head/; revision=20150
* removeuser moved from /usr/share/examples/removeuser to /usr/sbin/rmuserWolfram Schneider1996-11-174-605/+0
| | | | Notes: svn path=/head/; revision=19834
* Correct many errors of commission and omission in the exampleJohn Polstra1996-11-107-161/+192
| | | | | | | CVSupfiles. Notes: svn path=/head/; revision=19619
* Add ports-chinese and ports-mbone.Satoshi Asami1996-11-074-4/+11
| | | | Notes: svn path=/head/; revision=19496
* Amend the README to mention "dummy" feature. Nobody will read theJordan K. Hubbard1996-11-061-2/+6
| | | | | | | README, but at least I can say it's doc'd. :) Notes: svn path=/head/; revision=19458
* Since Joerg reminded me, make a small change to this file inJordan K. Hubbard1996-11-061-2/+3
| | | | | | | | | | order to allow the user to also say: burncd mybigimage dummy To enable a dummy burn. Saves on blanks during testing. :) Notes: svn path=/head/; revision=19457
* Minor bugfix in the cdburn example (one rtprio was missing).Joerg Wunsch1996-11-061-1/+1
| | | | Notes: svn path=/head/; revision=19453
* Add -z to CVSupflags, it iz safe because it is done by zlib,Andrey A. Chernov1996-11-011-2/+2
| | | | | | | not by extra gzip child Notes: svn path=/head/; revision=19316
* Add ports-astro.Satoshi Asami1996-10-242-2/+4
| | | | Notes: svn path=/head/; revision=19153
* catch a mismatch after final review...Paul Traina1996-10-141-2/+6
| | | | Notes: svn path=/head/; revision=18928
* Expose the control mechanism for serial console boot so that the defaultPaul Traina1996-10-141-1/+20
| | | | | | | | | | | | shipped with freebsd can be changed without modifying the Makefiles directly. Creates: BOOT_FORCE_COMCONSOLE BOOT_PROBE_KEYBOARD BOOT_PROBE_KEYBOARD_LOCK BOOT_COMCONSOLE (port value for console) Notes: svn path=/head/; revision=18927
* Whups, do what I really intended for the copyright string argument hereJordan K. Hubbard1996-10-101-1/+1
| | | | | | | (that's why there's all those shifts! :). Notes: svn path=/head/; revision=18853
* A necessary space was missing.Masafumi Max NAKANE1996-10-061-2/+2
| | | | | | | (Sorry for the needless commits.) Notes: svn path=/head/; revision=18724
* Back out my previous change.Masafumi Max NAKANE1996-10-061-2/+2
| | | | | | | Pointed Out By: rgrimes Notes: svn path=/head/; revision=18723
* Changed prefix=/usr to prefix=/usr/ports in the collection ports-all,Masafumi Max NAKANE1996-10-061-2/+2
| | | | | | | just as other collections. Notes: svn path=/head/; revision=18721
* Use full path for cvsupAndrey A. Chernov1996-10-051-2/+2
| | | | Notes: svn path=/head/; revision=18717
* Add CVSup block (commented out)Andrey A. Chernov1996-10-051-2/+15
| | | | Notes: svn path=/head/; revision=18716
* Relax the argument checking - it caused it to fail in the perfectlyJordan K. Hubbard1996-10-041-2/+0
| | | | | | | legitimate cd-to-worm copy case. Notes: svn path=/head/; revision=18680
* fix up the secure-* files for cvsup.internat.freebsd.org, and add one forMark Murray1996-09-293-6/+43
| | | | | | | | | | the crypto CVS tree. (Does this mean...? Yes! Yes! The International Crypto Site is serving CVSUP! Yay! Give the man a Nobel Prize!) Notes: svn path=/head/; revision=18555
* Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing optionPeter Wemm1996-09-211-8/+1
| | | | | | | since the cc1/cc1plus backends were linked static some time ago. Notes: svn path=/head/; revision=18442
* Add ports-chinese.Satoshi Asami1996-09-141-1/+2
| | | | Notes: svn path=/head/; revision=18284
* Do the right thing even if the source tree is a bunch of symlinks, sayJordan K. Hubbard1996-09-061-2/+2
| | | | | | | | lndir'd to a CDROM. Submitted-By: Richard Wackerbarth <rkw@shrimp.dataplex.net> Notes: svn path=/head/; revision=18074
* Change prefix of ports-all from "/usr/ports" to "/usr", so that theSatoshi Asami1996-08-291-2/+2
| | | | | | | | | ports collection won't end up in "/usr/ports/ports". Verified by: Steve Passe <smp@csn.net> Notes: svn path=/head/; revision=17886
* Back out src-tools addition, src-etc target must be fixed insteadAndrey A. Chernov1996-08-282-4/+2
| | | | Notes: svn path=/head/; revision=17878
* Add missing src-toolsAndrey A. Chernov1996-08-281-1/+2
| | | | Notes: svn path=/head/; revision=17869
* Add missing src-toolsAndrey A. Chernov1996-08-281-1/+2
| | | | Notes: svn path=/head/; revision=17857
* Add cvsup.nl.freebsd.orgJordan K. Hubbard1996-08-211-0/+5
| | | | Notes: svn path=/head/; revision=17741
* Whups! Forgot to do my edits for sup.FreeBSD.org -> cvsup.FreeBSD.orgJordan K. Hubbard1996-08-214-82/+82
| | | | | | | before doing the commit. Notes: svn path=/head/; revision=17729
* Clean up some of the example docs, add a set of example files for cvsupJordan K. Hubbard1996-08-218-2/+371
| | | | | | | now that we're actively promoting that service. Notes: svn path=/head/; revision=17728
* delete rule 3 (advertising) from copyrightWolfram Schneider1996-08-113-14/+56
| | | | | | | | | | resolve symlinks before removing user's home directory with /bin/rm -rf <home dir> Submitted by: Guy Helmer <ghelmer@alpha.dsu.edu> Notes: svn path=/head/; revision=17512
* Sync copyright notices.Jordan K. Hubbard1996-08-031-3/+0
| | | | | | | Noticed-By: jfieber Notes: svn path=/head/; revision=17410
* Changes to the SLIP support files to show how to do proxy ARP.Nate Williams1996-08-033-4/+27
| | | | Notes: svn path=/head/; revision=17399
* import removeuser from Guy HelmerWolfram Schneider1996-07-104-0/+563
| | | | | | | see file TODO for known problems Notes: svn path=/cvs2svn/branches/GHELMER/; revision=17073
* Add the contrib collection to supfiles.Poul-Henning Kamp1996-06-263-3/+6
| | | | | | | (SUP-mirrors take notice !) Notes: svn path=/head/; revision=16751
* Add the (commented out) OBJLINK hook.Nate Williams1996-06-241-1/+5
| | | | Notes: svn path=/head/; revision=16668
* Add some examples on burning CDRs - I figured it was about time toJordan K. Hubbard1996-06-233-0/+73
| | | | | | | document it! :-) Notes: svn path=/head/; revision=16629