summaryrefslogtreecommitdiff
path: root/share/examples/etc
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.cvs2svn1995-05-3034-1331/+0
| | | | Notes: svn path=/releng/2.0.5/; revision=8882
* Document COPTFLAGS in addition to CFLAGS.Jordan K. Hubbard1995-04-231-1/+4
| | | | Notes: svn path=/head/; revision=8024
* make.conf doesn't postulate anything about libm now.Poul-Henning Kamp1995-03-211-3/+3
| | | | Notes: svn path=/head/; revision=7210
* Take out obsolete KERBEROS_IV build variable. Just eBones now.Jordan K. Hubbard1995-03-201-6/+2
| | | | | | | Submitted by: Mark Murray <mark@grondar.za> Notes: svn path=/head/; revision=7198
* Add this file here so I finally have something to point people at as aJordan K. Hubbard1995-03-021-0/+33
| | | | | | | | prototype. Obtained from: U.C. Regents standard copyright. Notes: svn path=/head/; revision=6833
* Now that the default for the shared gcc-internal lib changed, make this match.Poul-Henning Kamp1994-11-101-2/+2
| | | | Notes: svn path=/head/; revision=4330
* Update make.conf and sys.mk to reflect the most recent advances inPoul-Henning Kamp1994-11-071-14/+10
| | | | | | | civilization: Use -O2 and MSUN as default, and X11 is in /usr/X11R6 Notes: svn path=/head/; revision=4224
* Put skey.acccess in usr/share/examples/etcGuido van Rooij1994-10-181-8/+30
| | | | Notes: svn path=/head/; revision=3699
* mention MAKE_EBONES and MAKE_KERBEROSGeoff Rehmet1994-09-301-1/+10
| | | | Notes: svn path=/head/; revision=3241
* fbtab: Pulled down from Attic, fixed spaces to tabs.Rodney W. Grimes1994-09-231-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make.conf: Pulled in the following changes that had been commited to share/examples/etc: ---------------------------- revision 1.6 date: 1994/09/20 22:30:33; author: adam; state: Exp; lines: +3 -3 BOOTWAIT example converted to milliseconds calibration ---------------------------- revision 1.4 date: 1994/09/19 21:35:28; author: wollman; state: Exp; lines: +7 -1 Document NO_SHARED_LIBCC_INT. ---------------------------- revision 1.3 date: 1994/09/19 21:28:11; author: wollman; state: Exp; lines: +12 -17 Install /etc from the same source as /usr/share/examples/etc (mostly). ---------------------------- revision 1.2 date: 1994/09/19 02:05:08; author: ache; state: Exp; lines: +1 -11 Remove STARTUP_LOCALE, obsoleted now ---------------------------- revision 1.1 date: 1994/09/08 19:08:59; author: jkh; state: Exp; Add a sample make.conf. Also document the new X11BASE variable, and expand some of the documentation for other entries. Submitted by: jkh ---------------------------- manpath.config: Pulled down from Attic, and merged share/examples/etc changes. rc: Pulled in the following change from share/examples/etc: ---------------------------- revision 1.2 date: 1994/09/19 23:13:37; author: ache; state: Exp; lines: +1 -2 Remove warning about adjkerntz /var/run file ---------------------------- Notes: svn path=/head/; revision=3023
* Remove warning about adjkerntz /var/run fileAndrey A. Chernov1994-09-191-2/+1
| | | | Notes: svn path=/head/; revision=2911
* Install /etc from the same source as /usr/share/examples/etc (mostly).Garrett Wollman1994-09-1932-0/+1264
| | | | Notes: svn path=/head/; revision=2905
* More reasonable example of BOOTWAIT parameterAdam David1994-09-191-3/+3
| | | | | | | Added comment about multiplication factor Notes: svn path=/head/; revision=2902
* Remove STARTUP_LOCALE reference, obsoletedAndrey A. Chernov1994-09-191-11/+1
| | | | Notes: svn path=/head/; revision=2880
* Sample manpath.config.Jordan K. Hubbard1994-09-081-0/+31
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2595
* Move fbtab file to share/examples/etc per Garrett's request.Guido van Rooij1994-08-231-0/+2
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2249
* Make examples install into /usr/share/examples. Like with includes, youGarrett Wollman1994-08-091-0/+7
| | | | | | | | | | | | | have a choice between SHARED=copies and SHARED=symlinks. The default is to copy. I have also added a /usr/share/examples/etc directory, where I hope to have all sample configuration files which in real use go into /etc installed. (This way, if the user really screws the real one up, they can always go back to a known-working distribution copy, even if they don't have sources.) Notes: svn path=/head/; revision=1987
* Add commented out STARTUP_LOCALE with explanationAndrey A. Chernov1994-06-161-1/+12
| | | | Notes: svn path=/head/; revision=1749
* Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT=Adam David1994-06-151-4/+6
| | | | Notes: svn path=/head/; revision=1740
* added comments for how to use CCFPU and MDEC_OPTAdam David1994-06-151-1/+14
| | | | Notes: svn path=/head/; revision=1733
* Remove CXXFLAGS from here, handled in another placeAndrey A. Chernov1994-06-141-2/+1
| | | | Notes: svn path=/head/; revision=1719
* Add commented out PRINTER=ps entry for easy chooseAndrey A. Chernov1994-06-091-1/+7
| | | | | | | system documentation format Notes: svn path=/head/; revision=1697
* Add commented out CXXFLAGS entry similar to CFLAGS entryAndrey A. Chernov1994-06-091-1/+2
| | | | Notes: svn path=/head/; revision=1696
* Add mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESSGeoff Rehmet1994-06-051-1/+17
| | | | | | | | | (NOMANCOMPRESS works together with the new bsd.man.mk to turn off compression of manual pages - manual pages are installed compressed by default now.) Notes: svn path=/head/; revision=1684
* added make.conf template, which does nothing.Poul-Henning Kamp1994-06-011-0/+23
Notes: svn path=/head/; revision=1664