| #
99342bd4 |
| 11-Jan-2018 |
rpe <rpe@openbsd.org> |
- change [] tests to [[]] - change -a, -o to &&, || inside [[]] - remove unecessary quoting inside [[]] - remove X"" constructs inside [[]] - remove \ (line continuation) in case of &&, || and pipes
- change [] tests to [[]] - change -a, -o to &&, || inside [[]] - remove unecessary quoting inside [[]] - remove X"" constructs inside [[]] - remove \ (line continuation) in case of &&, || and pipes - replace backticks with $()
discussed with and OK aja@ OK tb
show more ...
|
| #
9b592919 |
| 11-Jan-2018 |
rpe <rpe@openbsd.org> |
Change the shebang line from /bin/sh to /bin/ksh in all base rc.d daemon scripts.
discussed with and OK aja@ OK tb
|
| #
2be0c295 |
| 26-Dec-2015 |
ajacoutot <ajacoutot@openbsd.org> |
Remove blank line for consistency with other rc.d scripts; no change in behavior.
|
| #
84fb5039 |
| 26-Dec-2015 |
krw <krw@openbsd.org> |
mountd(8) changes require a pexp.
ok deraadt@
|
| #
9217ca7a |
| 26-Jan-2013 |
ajacoutot <ajacoutot@openbsd.org> |
Do not allow stopping/restarting mountd using the rc.d(8) framework; if there is need to send a SIGTERM to mountd(8), it should be done manually as there is too much involved with RPC daemons to make
Do not allow stopping/restarting mountd using the rc.d(8) framework; if there is need to send a SIGTERM to mountd(8), it should be done manually as there is too much involved with RPC daemons to make it automagic.
ok beck@
show more ...
|
| #
7361cb9b |
| 14-Aug-2012 |
ajacoutot <ajacoutot@openbsd.org> |
Optimize checks for /etc/exports.
from robert at peichaer dot org discussed with and ok halex@
|
| #
4e5cffc4 |
| 02-Aug-2011 |
robert <robert@openbsd.org> |
handle /var/db/mountdtab in the mountd script and not in nfsd
|
| #
3472e407 |
| 08-Jul-2011 |
ajacoutot <ajacoutot@openbsd.org> |
Add the nfs startup scripts.
ok robert@
|