Browse Source

mountd(8) changes require a pexp.

ok deraadt@
OPENBSD_5_9
krw 8 years ago
parent
commit
d690be1bf1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/rc.d/mountd

+ 3
- 1
src/etc/rc.d/mountd View File

@ -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() {


Loading…
Cancel
Save