Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jan 2009 11:04:22 +0100
From:      Nick Hibma <nick@anywi.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/130191: [PATCH] sqwebmail uses the wrong path for /var
Message-ID:  <1231149862.571059.32067.nullmailer@van-laarhoven.org>
Resent-Message-ID: <200901051510.n05FA3fK085394@freefall.freebsd.org>

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

>Number:         130191
>Category:       ports
>Synopsis:       [PATCH] sqwebmail uses the wrong path for /var
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 05 15:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hibma
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
AnyWi Technologies
>Environment:
System: FreeBSD hind.van-laarhoven.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0 r184964MS: Fri Nov 14 22:31:40 CET 2008 root@hind.van-laarhoven.org:/usr/obj/usr/src/sys/HIND i386

>Description:
/usr/local/var is not an existing subtree in the BSD file structure. /var should be used instead.

>How-To-Repeat:
>Fix:
% diff -wu Makefile.orig Makefile
--- Makefile.orig       2009-01-05 11:02:47.000000000 +0100
+++ Makefile    2009-01-05 11:02:57.000000000 +0100
@@ -68,7 +68,7 @@
 
 CONFIGURE_ARGS=        --enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \
                --enable-imagedir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR} \
-               --localstatedir=${PREFIX}/var/sqwebmail \
+               --localstatedir=/var/sqwebmail \
                --sysconfdir=${PREFIX}/etc/sqwebmail \
                --enable-imageurl=/${IMAGEURL} \
                --with-locking-method=fcntl \

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



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