freebsd-ports/net-mgmt/smokeping/files/patch-htdocs__tr.cgi.dist
Lars Thegler 27caa13672 - Update to 2.4.1 [1]
- Use proper PORTEXAMPLES
- Start script updated to avoid deadlock with sshd

PR:		ports/126966 [mostly 1]
Submitted by:	chinsan
2008-08-31 19:58:39 +00:00

12 lines
364 B
Text

--- ./htdocs/tr.cgi.dist.orig 2008-07-09 14:35:43.000000000 +0200
+++ ./htdocs/tr.cgi.dist 2008-07-09 14:49:01.000000000 +0200
@@ -1,7 +1,6 @@
-#!/usr/sepp/bin/speedy-5.8.8 -w
+#!%%PREFIX%%/bin/speedy -w
use strict;
-use lib qw(/home/oposs/smokeping/software/lib);
-use lib qw(perl);
+use lib qw(%%PREFIX%%/smokeping/lib);
use CGI;
use CGI::Util qw(expires);