From owner-freebsd-ports Thu Oct 18 11:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45D6A37B408 for ; Thu, 18 Oct 2001 11:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IIo2d57721; Thu, 18 Oct 2001 11:50:02 -0700 (PDT) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id E86E637B403 for ; Thu, 18 Oct 2001 11:48:54 -0700 (PDT) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) id f9IImwi55123; Thu, 18 Oct 2001 14:48:58 -0400 (EDT) (envelope-from marcus) Message-Id: <200110181848.f9IImwi55123@shumai.marcuscom.com> Date: Thu, 18 Oct 2001 14:48:58 -0400 (EDT) From: Joe Clarke Reply-To: Joe Clarke To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31359: [MAINTAINER UPDATE] Fix netatalk from overwriting init script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31359 >Category: ports >Synopsis: [MAINTAINER UPDATE] Fix netatalk from overwriting init script >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 18 11:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Clarke >Release: FreeBSD 4.4-STABLE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD shumai.marcuscom.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Oct 17 02:11:43 EDT 2001 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386 >Description: net/netatalk overwrites the init script each time it installs. Instead of installing a netatalk.sh script, install a netatalk.sh.sample. >How-To-Repeat: >Fix: --- Makefile.orig Thu Oct 18 14:43:10 2001 +++ Makefile Thu Oct 18 14:43:05 2001 @@ -7,6 +7,7 @@ PORTNAME= netatalk PORTVERSION= 1.5p8 +PORTREVISION= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netatalk @@ -87,7 +88,8 @@ @${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \ ${PREFIX}/bin/test_parse_mtab \ ${PREFIX}/bin/afpd-mtab.pl ${PREFIX}/etc/netatalk.conf.dist - ${INSTALL_SCRIPT} ${WRKSRC}/netatalk.sh ${PREFIX}/etc/rc.d/netatalk.sh + ${INSTALL_SCRIPT} ${WRKSRC}/netatalk.sh \ + ${PREFIX}/etc/rc.d/netatalk.sh.sample ${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \ ${PREFIX}/bin/macusers .for i in ${FILES} --- pkg-plist.orig Thu Oct 18 14:47:57 2001 +++ pkg-plist Thu Oct 18 14:47:46 2001 @@ -82,7 +82,7 @@ etc/nls/maccode.850 etc/nls/maccode.iso8859-1 etc/nls/maccode.iso8859-1.adapted -etc/rc.d/netatalk.sh +etc/rc.d/netatalk.sh.sample etc/uams/uams_clrtxt.so etc/uams/uams_dhx.so %%NETATALKPAM%%etc/uams/uams_dhx_pam.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message