Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2005 20:30:30 GMT
From:      Paul Schmehl <pauls@utdallas.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/77044 - changes to new port submission
Message-ID:  <200502072030.j17KUUGD030878@freefall.freebsd.org>

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

From: Paul Schmehl <pauls@utdallas.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/77044 - changes to new port submission
Date: Mon,  7 Feb 2005 14:17:54 -0600 (CST)

 >Submitter-Id:	current-users
 >Originator:	Paul Schmehl
 >Organization:	
 >Confidential:	no 
 >Synopsis:	Re: ports/77044 - changes to new port submission
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		maintainer-update
 >Release:	FreeBSD 4.9-SECURITY i386
 >Environment:
 System: FreeBSD unknown.utdallas.edu 4.9-SECURITY FreeBSD 4.9-SECURITY #0: Mon Jun 7 18:02:41 GMT 2004 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
 
 
 	
 >Description:
 	Edited the pkg-plist to add logic to remove the barnyard.conf file if it was
         identical to the barnyard.conf-sample file
         Edit the pkg-message file to add additional information about after-install
         issues
 >How-To-Repeat:
 	
 >Fix:
 
 	
 
 --- pkg-plist begins here ---
 @unexec if [ -f %D/etc/barnyard.conf ] && cmp -s %D/etc/barnyard.conf %D/etc/barnyard.conf-sample; then rm -f %D/etc/barnyard.conf; fi
 bin/barnyard
 etc/barnyard.conf-sample
 etc/rc.d/barnyard.sh
 share/doc/barnyard/AUTHORS
 share/doc/barnyard/BUGS
 share/doc/barnyard/COPYING
 share/doc/barnyard/ChangeLog
 share/doc/barnyard/FAQ
 share/doc/barnyard/INSTALL
 share/doc/barnyard/LICENSE.QPL
 share/doc/barnyard/NEWS
 share/doc/barnyard/README
 share/doc/barnyard/USAGE
 @dirrm share/doc/barnyard
 --- pkg-plist ends here ---
 
 --- pkg-message begins here ---
 ************************************************************************
  
 Read the notes in the barnyard.conf file for how to configure 
 %%PREFIX%%/etc/barnyard.conf after installation.  For 
 further assistance, search the archives of the barnyard-users mailing 
 list at http://sourceforge.net/mailarchive/forum.php?forum=barnyard-users
 
 In order to enable barnyard to start on boot, you must edit /etc/rc.conf 
 with the appropriate flags, etc.  See the FreeBSD Handbook for syntax:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-rcng.html
 
 For the various options available, type % barnyard -h after install.
 
 ************************************************************************
 --- pkg-message ends here ---
 
 



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