Browse Source

pexp is not needed; ok sthen@

OPENBSD_5_7
ajacoutot 9 years ago
parent
commit
dec6c8a165
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/rc.d/nsd

+ 1
- 2
src/etc/rc.d/nsd View File

@ -1,13 +1,12 @@
#!/bin/sh
#
# $OpenBSD: nsd,v 1.8 2014/06/25 12:33:33 sthen Exp $
# $OpenBSD: nsd,v 1.9 2014/12/29 11:17:05 ajacoutot Exp $
daemon="/usr/sbin/nsd-control"
daemon_flags="-c /var/nsd/etc/nsd.conf"
. /etc/rc.d/rc.subr
pexp="nsd${daemon_flags:+ ${daemon_flags}}"
rc_usercheck=NO
rc_pre() {


Loading…
Cancel
Save