History log of /openbsd-current/etc/rc.d/mountd
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.8 11-Jan-2018 rpe

- 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


# 1.7 11-Jan-2018 rpe

Change the shebang line from /bin/sh to /bin/ksh in all base rc.d
daemon scripts.

discussed with and OK aja@
OK tb


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.6 26-Dec-2015 ajacoutot

Remove blank line for consistency with other rc.d scripts; no change in
behavior.


# 1.5 26-Dec-2015 krw

mountd(8) changes require a pexp.

ok deraadt@


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.4 26-Jan-2013 ajacoutot

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@


# 1.3 14-Aug-2012 ajacoutot

Optimize checks for /etc/exports.

from robert at peichaer dot org
discussed with and ok halex@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.2 02-Aug-2011 robert

handle /var/db/mountdtab in the mountd script and not in nfsd


# 1.1 08-Jul-2011 ajacoutot

Add the nfs startup scripts.

ok robert@