ports/mail/razor-agents/patches/patch-bin_razor-report

12 lines
308 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Don't look in $PWD/lib, it breaks startup if $PWD is inaccessible by the
current user. Note: hand-edited patch to avoid RCS ID.
--- bin/razor-report.orig Fri Feb 5 11:46:43 2016
+++ bin/razor-report Fri Feb 5 11:46:51 2016
@@ -12,5 +12,4 @@
-use lib qw(lib);
use strict;
use Razor2::Client::Agent;