summaryrefslogtreecommitdiff
path: root/net/istgt/files/patch-istgt-rc
diff options
context:
space:
mode:
Diffstat (limited to 'net/istgt/files/patch-istgt-rc')
-rw-r--r--net/istgt/files/patch-istgt-rc38
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"