Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2005 08:20:29 GMT
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/76522: print/cups-base removes etc/cups/certs directory
Message-ID:  <200501280820.j0S8KTrA029758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76522; it has been noted by GNATS.

From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To: Volker Stolz <vs@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org, asa@agava.com
Subject: Re: ports/76522: print/cups-base removes etc/cups/certs directory
Date: Fri, 28 Jan 2005 17:11:44 +0900

 Volker Stolz <vs@freebsd.org> wrote:
 
 > On Fri, Jan 28, 2005 at 01:06:26PM +0900, Tsurutani Naoki wrote:
 > > It seemes to be fixed by Maintainer with the fix about PR ports/76337.
 > 
 > Hm, I don't think so. The "rm -rf" is still there.
 
 That's right. Entry still remains in Makefile.
 Please fix Makefile, please.
 
 --- /usr/ports/print/cups-base/Makefile.orig    Fri Jan 28 04:32:58 2005
 +++ /usr/ports/print/cups-base/Makefile Fri Jan 28 17:07:12 2005
 @@ -37,7 +37,7 @@
  pre-install:
 	@${ECHO_MSG} "===>" Stopping cupsd ...
 	-killall cupsd || ${TRUE}
 -	${RM} -fr ${PREFIX}/etc/cups/certs/* || ${TRUE}
 +	${RMDIR} ${PREFIX}/etc/cups/certs/* || ${TRUE}
 
  post-install:
 	${MKDIR} ${CUPS_ETCDIR}



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