summaryrefslogtreecommitdiff
path: root/etc/rc.d/mountd
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2015-12-26 09:55:16 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2015-12-26 09:55:16 +0000
commit9e0c1a6cd858ffb73c75dd8aeb6e89e6b8c3ff12 (patch)
tree62681ee7d58b5ed0ace6e1e4b89352b9566a677f /etc/rc.d/mountd
parent37eb6fed7dcb7d2612d1f5cea29f02a1deebf0fd (diff)
Remove blank line for consistency with other rc.d scripts; no change in
behavior.
Diffstat (limited to 'etc/rc.d/mountd')
-rw-r--r--etc/rc.d/mountd3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd
index 9033c197f4e..6a864c4e2d3 100644
--- a/etc/rc.d/mountd
+++ b/etc/rc.d/mountd
@@ -1,13 +1,12 @@
#!/bin/sh
#
-# $OpenBSD: mountd,v 1.5 2015/12/26 02:52:53 krw Exp $
+# $OpenBSD: mountd,v 1.6 2015/12/26 09:55:15 ajacoutot Exp $
daemon="/sbin/mountd"
. /etc/rc.d/rc.subr
pexp="mountd: \[priv\]"
-
rc_stop=NO
rc_pre() {