aboutsummaryrefslogtreecommitdiff
path: root/share/examples/autofs
Commit message (Collapse)AuthorAgeFilesLines
* Remove vestiges of previous autofs.Edward Tomasz Napierala2014-08-183-563/+0
| | | | | | | | | Discussed with: alfred@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=270135
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Always assign WARNS using ?=Ulrich Spörlein2010-03-021-3/+3
| | | | | | | | | | - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor) Notes: svn path=/head/; revision=204585
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* There's no such knob as WERROR.Ruslan Ermilov2004-10-241-1/+0
| | | | Notes: svn path=/head/; revision=136908
* Plug an fd leak by using autoh_freeall(3).Alfred Perlstein2004-09-091-8/+36
| | | | | | | | | | Refuse to run unless root. Check in /etc, /usr/local/etc and ./ for the "autotab" configuration file. Add more debug statements. Notes: svn path=/head/; revision=134969
* sync with private code:Alfred Perlstein2004-09-083-3/+4
| | | | | | | | fix a 5.x'ism that 4.x needs protection from. make this code compile standalone. Notes: svn path=/head/; revision=134940
* Enter the autofs.Alfred Perlstein2004-08-313-0/+535
Notes: svn path=/head/; revision=134576