summaryrefslogtreecommitdiff
path: root/net/openistgt/files/patch-istgt-rc
diff options
context:
space:
mode:
Diffstat (limited to 'net/openistgt/files/patch-istgt-rc')
-rw-r--r--net/openistgt/files/patch-istgt-rc25
1 files changed, 0 insertions, 25 deletions
diff --git a/net/openistgt/files/patch-istgt-rc b/net/openistgt/files/patch-istgt-rc
deleted file mode 100644
index 9aafa4904853..000000000000
--- a/net/openistgt/files/patch-istgt-rc
+++ /dev/null
@@ -1,25 +0,0 @@
---- etc/istgt.sh.in.orig 2011-08-31 11:53:08.000000000 -0700
-+++ etc/istgt.sh.in 2012-03-07 17:12:49.615160257 -0800
-@@ -9,6 +9,7 @@
-
- name="istgt"
- rcvar=`set_rcvar`
-+reload_cmd="istgt_reload"
- extra_commands="reload"
-
- load_rc_config $name
-@@ -18,6 +19,14 @@
- : ${istgt_pidfile="/var/run/istgt.pid"}
- : ${istgt_flags=""}
-
-+#
-+# Refresh configuration
-+#
-+istgt_reload()
-+{
-+ %%BINDIR%%/istgtcontrol refresh
-+}
-+
- required_files="${istgt_config}"
- pidfile="${istgt_pidfile}"
- command="%%BINDIR%%/istgt"