diff options
author | 2015-12-26 02:52:53 +0000 | |
---|---|---|
committer | 2015-12-26 02:52:53 +0000 | |
commit | 84fb5039bdcf8cdbaeb1c39ca85ba3a52443c1d6 (patch) | |
tree | b27c312ff08bfa8aee0a640ed727c5a243ef9a60 | |
parent | Set as __dead a few more functions, that don't return, on games/ (diff) | |
download | wireguard-openbsd-84fb5039bdcf8cdbaeb1c39ca85ba3a52443c1d6.tar.xz wireguard-openbsd-84fb5039bdcf8cdbaeb1c39ca85ba3a52443c1d6.zip |
mountd(8) changes require a pexp.
ok deraadt@
-rw-r--r-- | etc/rc.d/mountd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd index 3d3c020fc2f..9033c197f4e 100644 --- a/etc/rc.d/mountd +++ b/etc/rc.d/mountd @@ -1,11 +1,13 @@ #!/bin/sh # -# $OpenBSD: mountd,v 1.4 2013/01/26 08:00:11 ajacoutot Exp $ +# $OpenBSD: mountd,v 1.5 2015/12/26 02:52:53 krw Exp $ daemon="/sbin/mountd" . /etc/rc.d/rc.subr +pexp="mountd: \[priv\]" + rc_stop=NO rc_pre() { |