remove ptrd6 symlink, change path

This commit is contained in:
mischa 2023-05-02 14:56:56 +00:00
parent 1cf04de92c
commit 04eb7c9266
2 changed files with 1 additions and 14 deletions

View File

@ -1,6 +1,6 @@
#!/bin/ksh
daemon="/home/runbsd/api/ptrd.pl"
daemon="/home/runbsd/ptrd/ptrd.pl"
. /etc/rc.d/rc.subr

View File

@ -1,13 +0,0 @@
#!/bin/ksh
daemon="/home/runbsd/api2/ptrd.pl"
. /etc/rc.d/rc.subr
pexp="$(eval echo ${daemon}${daemon_flags:+ ${daemon_flags}})"
rc_bg="YES"
rc_reload="NO"
pexp="/usr/bin/perl ${daemon}${daemon_flags:+ ${daemon_flags}}"
rc_cmd $1