keramida 2006-10-18 20:47:50 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/network-servers chapter.sgml
Log:
Suggest using `/etc/rc.d/mountd onereload' instead of `reload',
to make sure that `mountd' is (re)loaded even if it's not yet
enabled in `/etc/rc.conf'.
Ideally, `mountd' should already be enabled in `rc.conf', but if
`mountd_enable' is not set to "YES" in `rc.conf', then running
the rc.d script with a plain `reload' argument does nothing.
Using `onereload' (with the rc.d-specific `one' prefix) makes
sure that `mountd' is temporarily enabled for the run of this
rc.d script and it does indeed reload its config files.
Suggested by: Volodymyr Kostyrko <[EMAIL PROTECTED]>
Mailing List: freebsd-doc
Message-Id: <[EMAIL PROTECTED]>
Revision Changes Path
1.94 +1 -1
doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"