Date: Fri, 31 Mar 2006 22:41:09 +0100 (WEST) From: Rui Lopes <rgl@ruilopes.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rgl@ruilopes.com, sergei@FreeBSD.org Subject: ports/95169: [PATCH] mail/maildrop install quotawarnmsg.sample file Message-ID: <20060331214109.413C845026@firebird.clustercube.com> Resent-Message-ID: <200603312150.k2VLo8bc081909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 95169 >Category: ports >Synopsis: [PATCH] mail/maildrop install quotawarnmsg.sample file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 31 21:50:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rui Lopes >Release: FreeBSD 6.0-RELEASE-p5 i386 >Organization: >Environment: >Description: maildrop allow us to use the "-w" argument to deliver an warning message to the user mailbox by copying the quotawarnmsg file; this patch will install a sample file that is contained inside the maildrop tarball. >How-To-Repeat: >Fix: --- maildrop-install_quotawarnmsg.sample.patch begins here --- diff -u maildrop.orig/Makefile maildrop/Makefile --- maildrop.orig/Makefile Fri Mar 31 22:19:05 2006 +++ maildrop/Makefile Fri Mar 31 22:32:32 2006 @@ -110,6 +110,7 @@ UPGRADE UPGRADE.html maildroptips.txt maildir/README.* post-install: + ${INSTALL_DATA} ${WRKSRC}/maildir/quotawarnmsg ${PREFIX}/etc/quotawarnmsg.sample .if !defined(NOPORTDOCS) cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif Common subdirectories: maildrop.orig/files and maildrop/files diff -u maildrop.orig/pkg-plist maildrop/pkg-plist --- maildrop.orig/pkg-plist Fri Mar 31 22:19:05 2006 +++ maildrop/pkg-plist Fri Mar 31 22:25:44 2006 @@ -7,6 +7,7 @@ bin/makemime bin/reformail bin/reformime +etc/quotawarnmsg.sample %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/INSTALL.html --- maildrop-install_quotawarnmsg.sample.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060331214109.413C845026>