aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/nfsclient
Commit message (Collapse)AuthorAgeFilesLines
* - Add descriptions to most of the rc scripts. Those are mostly taken from theirLars Engels2016-04-231-0/+1
| | | | | | | | | | | daemon's manpage and probably improved. - Consistently use "filesystem" not "file system". Approved by: bapt, brueffer Differential Revision: D452 Notes: svn path=/head/; revision=298514
* Make three one line changes to the rc scripts so thatRick Macklem2011-06-111-1/+1
| | | | | | | | | they work with the new NFS client being the default, since the new NFS client's module name is nfscl and not nfsclient. Notes: svn path=/head/; revision=222993
* Fix module names and dependencies so the NFS clients willRick Macklem2011-04-271-1/+1
| | | | | | | load correctly as modules after r221124. Notes: svn path=/head/; revision=221139
* In regards to the "Starting foo:" type messages at boot time, create andDoug Barton2009-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | employ a more generic solution, and use it in the individual rc.d scripts that also have an $rc_quiet test: 1. Add check_startmsgs() to rc.subr. 2. In the rc.d scripts that use rc_quiet (and rc.subr) substitute variations of [ -z "$rc_quiet" ] with check_startmsgs 3. In savecore add a trailing '.' to the end of the message to make it more consistent with other scripts. 4. In newsyslog remove a : before the terminal '.' since we do not expect there to be anything printed out in between to make it more consistent. 5. In the following scripts change "quotes" to 'quotes' where no variables exist in the message: savecore pf newsyslog 6. In the following scripts substitute if/then/fi for the simpler (and more consistent) check_startmsgs &&: faith stf 7. In the following scripts separate the "Starting foo:" from the terminal '.' to make them more consistent: moused hostname pf 8. In nfsclient move the message to its own line to avoid a style bug 9. In pf rc_quiet does not apply to the _stop method, so remove the test there. 10. In motd add 'quotes' around the terminal '.' for consistency Notes: svn path=/head/; revision=197947
* As previously discussed, add the svn:executable property to all scriptsDoug Barton2008-07-161-0/+0
| | | | Notes: svn path=/head/; revision=180563
* Quiet down rc.d/nfsclient by not printing anything in 'quiet' mode. InsteadMike Makonnen2008-07-051-3/+7
| | | | | | | issue a warning of it fails to set the sysctls. Notes: svn path=/head/; revision=180294
* Use $required_modules wherever suitable. Use load_kld() in specialYaroslav Tykhiy2006-12-311-13/+1
| | | | | | | cases. So we get rid of quite a few lines of duplicated code. Notes: svn path=/head/; revision=165683
* Remove the requirement for the FreeBSD keyword as it no longerMike Makonnen2004-10-071-1/+1
| | | | | | | | | | makes any sense. Discussed with: dougb, brooks MFC after: 3 days Notes: svn path=/head/; revision=136224
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.Pawel Jakub Dawidek2004-03-081-1/+1
| | | | | | | Some suggestions from: rwatson, Ruben de Groot <mail25@bzerk.org> Notes: svn path=/head/; revision=126744
* Fix style bugs:Jens Schweikhardt2002-10-121-2/+2
| | | | | | | | | | | | | * Space -> tabs conversion. * Removed blanks before semicolon in "if ... ; then". * Proper indentation of misindented lines. * Put a full stop after some comments. * Removed whitespace at end of line. Approved by: silence from gordon Notes: svn path=/head/; revision=104980
* Cosmetic cleanup to a message.John Baldwin2002-09-111-1/+1
| | | | Notes: svn path=/head/; revision=103231
* Merge in all the changes that Mike Makonnen has been maintaining for aGordon Tetlow2002-06-131-0/+57
while. This is only the script pieces, the glue for the build comes next. Submitted by: Mike Makonnen <makonnen@pacbell.net> Reviewed by: silence on -current and -hackers Prodded by: rwatson Notes: svn path=/head/; revision=98184