Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2005 14:26:24 +0300 (MSK)
From:      Demin Alexander <support@spectrum.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89757: Port security/drweb. Fix error of chown directory of configuration files.
Message-ID:  <200511301126.jAUBQOQZ089740@support.spectrum.ru>
Resent-Message-ID: <200511301130.jAUBU88b040192@freefall.freebsd.org>

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

>Number:         89757
>Category:       ports
>Synopsis:       Port security/drweb. Fix error of chown directory of configuration files.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 30 11:30:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Demin Alexander
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Group of companies Spectrum
>Environment:
System: FreeBSD support.spectrum.ru 5.4-STABLE FreeBSD 5.4-STABLE #15: Mon Nov 28 12:14:24 MSK 2005 oldman@support.spectrum.ru:/usr/obj/usr/src/sys/MYGENERIC i386


	
>Description:
	Fix error of chown directory of configuration files.
>How-To-Repeat:
	
>Fix:

	

--- drweb_4.33_fix_prefix_in_pkg-install begins here ---
--- Makefile.orig	Wed Nov 30 14:04:55 2005
+++ Makefile	Wed Nov 30 14:05:30 2005
@@ -70,6 +70,6 @@
 	${TAR} -cf - -C ${WRKSRC}${LOCALBASE}/drweb/doc . | \
 		${TAR} -xf - -C ${DOCSDIR}
 .endif
-	${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL ${DRWEB_PREFIX} ${DRWEB_VARPREFIX}
+	${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL ${DRWEB_PREFIX} ${DRWEB_VARPREFIX} ${PREFIX}
 
 .include <bsd.port.post.mk>
--- pkg-install.orig	Wed Nov 30 14:05:44 2005
+++ pkg-install	Wed Nov 30 14:06:24 2005
@@ -8,6 +8,7 @@
 
 DRWEB_PREFIX="$3"
 DRWEB_VARPREFIX="$4"
+PREFIX="$5"
 USER=drweb
 GROUP=${USER}
 UID=426
--- drweb_4.33_fix_prefix_in_pkg-install ends here ---


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



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