Skip to content

Commit

Permalink
Include /etc/rc.subr, required for wait_for_pids
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius van Witzenburg committed Apr 29, 2016
1 parent 62d05cd commit 53c7576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iohyve
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Set proper path thanks to iocage
PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin

. /etc/rc.subr

# Check whether a given command requires root
__root_req_cmd () {
case "$1" in
Expand Down

0 comments on commit 53c7576

Please sign in to comment.