From eb85c42f6bed47eba28215f525273c4506b62f51 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 19 Jan 2015 20:24:43 -0500 Subject: [PATCH] rt/Scrips/zephyr.pl: Path to zwrite changed Signed-off-by: Anders Kaseorg --- rt/Scrips/zephyr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt/Scrips/zephyr.pl b/rt/Scrips/zephyr.pl index 63e36ae..36469c3 100644 --- a/rt/Scrips/zephyr.pl +++ b/rt/Scrips/zephyr.pl @@ -1,6 +1,6 @@ my $class = 'scripts-test'; my $instance_prefix = 'rt.'; -my @zwrite = ('/usr/athena/bin/zwrite', '-d', '-O', 'auto', '-c', $class); +my @zwrite = ('/usr/local/bin/zwrite', '-d', '-O', 'auto', '-c', $class); # RT-to-Zephyr notification scrip # http://snippets.scripts.mit.edu/gitweb.cgi/.git/blob/HEAD:/rt/Scrips/zephyr.pl -- 2.45.0