Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2006 02:02:35 GMT
From:      Nicolas Blais <nb_root@videotron.ca>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/92521: www/awstats-6.5 with broken tools/logresolvemerge.pl
Message-ID:  <200601300202.k0U22Z3R068050@www.freebsd.org>
Resent-Message-ID: <200601300210.k0U2A2tR060978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92521
>Category:       ports
>Synopsis:       www/awstats-6.5 with broken tools/logresolvemerge.pl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 02:10:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Blais
>Release:        7.0-CURRENT
>Organization:
>Environment:
FreeBSD clk01a 7.0-CURRENT FreeBSD 7.0-CURRENT #5: Sat Jan 28 13:49:26 EST 2006     root@clk01a:/usr/obj/usr/src/sys/CLK01A  i386
>Description:
Because tools/logresolvemerge.pl's shell identifier (1st line of file) ends with a Ctrl-M (dos text file), the file cannot actually be run without specifically invoking perl. This breaks any installation using logresolvemerge.pl in their awstats.conf.
>How-To-Repeat:
              
>Fix:
This patch will fixe the problem (available also here: http://66.130.198.54:8081/FreeBSD/update/ )

--- tools/logresolvemerge.pl    Sun Jan 29 20:51:37 2006
+++ tools/logresolvemerge.pl.orig       Sun Jan 29 20:51:32 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/perl^M
+#!/usr/bin/perl
 #-----------------------------------------------------------------------------^M
 # Allows you to get one unique output log file, sorted on date,^M
 # built from particular sources.^M



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601300202.k0U22Z3R068050>