Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2005 14:36:02 +0300 (MSK)
From:      Dmitry Morozovsky <marck@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77302: [maintainer] fix for www/oops wrong /usr/local/sbin/ ownership
Message-ID:  <200502091136.j19Ba2NE024063@woozle.rinet.ru>
Resent-Message-ID: <200502091140.j19BePLM073767@freefall.freebsd.org>

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

>Number:         77302
>Category:       ports
>Synopsis:       [maintainer] fix for www/oops wrong /usr/local/sbin/ ownership
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 09 11:40:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD 4-STABLE i386
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 4-STABLE 


>Description:

Due to author's error www/oops port changes ownership of /usr/local/sbin

Provided patch fixes this.

>How-To-Repeat:

>Fix:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/oops/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile	5 Feb 2005 18:33:40 -0000	1.34
+++ Makefile	9 Feb 2005 11:29:47 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	oops
 PORTVERSION=	${OOPSVERSION}
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://oops-cache.org/
 DISTNAME=	${PORTNAME}-${OOPSVERSION}
Index: files/patch-src::Makefile.in
===================================================================
RCS file: /home/ncvs/ports/www/oops/files/patch-src::Makefile.in,v
retrieving revision 1.6
diff -u -r1.6 patch-src::Makefile.in
--- files/patch-src::Makefile.in	5 Feb 2005 18:33:40 -0000	1.6
+++ files/patch-src::Makefile.in	9 Feb 2005 11:29:47 -0000
@@ -1,9 +1,9 @@
 
-$FreeBSD: ports/www/oops/files/patch-src::Makefile.in,v 1.6 2005/02/05 18:33:40 pav Exp $
+$FreeBSD$
 
 --- src/Makefile.in.orig
 +++ src/Makefile.in
-@@ -49,14 +49,12 @@
+@@ -49,19 +49,16 @@
  
  mkinstalldirs:
  	../mkinstalldirs ${OOPSPATH} \
@@ -18,3 +18,8 @@
  		${CHOWN} @OOPS_USER@ ${OOPSPATH}/DB;\
  	fi
  
+ install: all mkinstalldirs
+-	$(INSTALL) -d ${OOPS_SBINDIR}
+ 	$(INSTALL) oops ${OOPS_SBINDIR}
+ 	if [ -f ${OOPS_SYSCONFDIR}/oops.cfg ]; then\
+ 		$(INSTALL_DATA) oops.cfg ${OOPS_SYSCONFDIR}/oops.cfg.sample ;\
>Release-Note:
>Audit-Trail:
>Unformatted:



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