diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-07-26 18:14:50 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-07-26 18:14:50 +0000 |
commit | 89c9b653a9c8be69c2dd9981aa878564971ac22a (patch) | |
tree | 058e6cf76845bf821d6158daaf27cb764c12c017 /net/istgt/files/patch-istgt-rc | |
parent | - end make config loop (diff) |
- Update to 20120726
PR: ports/170192
Submitted by: Daisuke Aoyama <aoyama@peach.ne.jp> (maintainer)
Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=301575
Diffstat (limited to 'net/istgt/files/patch-istgt-rc')
-rw-r--r-- | net/istgt/files/patch-istgt-rc | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net/istgt/files/patch-istgt-rc b/net/istgt/files/patch-istgt-rc deleted file mode 100644 index 4065054989a3..000000000000 --- a/net/istgt/files/patch-istgt-rc +++ /dev/null @@ -1,38 +0,0 @@ ---- etc/istgt.sh.in.orig 2011-08-31 11:53:08.000000000 -0700 -+++ etc/istgt.sh.in 2012-05-05 20:27:54.000000000 -0700 -@@ -8,19 +8,28 @@ - . /etc/rc.subr - - name="istgt" --rcvar=`set_rcvar` --extra_commands="reload" -+rcvar=istgt_enable - - load_rc_config $name - --: ${istgt_enable="NO"} -+: ${istgt_enable:="NO"} - : ${istgt_config="%%CONFIGDIR%%/istgt.conf"} --: ${istgt_pidfile="/var/run/istgt.pid"} --: ${istgt_flags=""} -+ -+pidfile=${istgt_pidfile:-"/var/run/istgt.pid"} -+ -+reload_cmd="istgt_reload" -+extra_commands="reload" -+ -+# -+# Refresh configuration -+# -+istgt_reload() -+{ -+ %%BINDIR%%/istgtcontrol refresh -+} - - required_files="${istgt_config}" --pidfile="${istgt_pidfile}" - command="%%BINDIR%%/istgt" --command_args="-c ${istgt_config} ${istgt_flags}" -+command_args="-c ${istgt_config}" - - run_rc_command "$1" |