Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2007 19:16:21 GMT
From:      Leon Wagner<leon@forth.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/111388: awstats port install path script mismatch
Message-ID:  <200704081916.l38JGLV3004313@www.freebsd.org>
Resent-Message-ID: <200704081930.l38JU2xs089739@freefall.freebsd.org>

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

>Number:         111388
>Category:       ports
>Synopsis:       awstats port install path script mismatch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 08 19:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Leon Wagner
>Release:        6.2-RELEASE (SMP) #0
>Organization:
FORTH, Inc.
>Environment:
FreeBSD freyja.forth.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 08:43:30 UTC 2007     root@portnoy.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  amd64

>Description:
The Makefile installs the cgibin, classes, css, icons [note misspelling: should be 'icon'], and js directories in /usr/local/www/awstats.  Should be in /usr/local/www/awstats/wwwroot to work with the 'tools' scripts.
>How-To-Repeat:
make install
>Fix:
Pre-install:

Edit the paths in the Makefile


Post-install (this is what I did because I didn't know this pre-install):

cd /usr/local/www/awstats
mkdir wwwroot
mv <directories listed above> wwwroot
cd wwwroot
mv icons icon


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



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