Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2000 20:24:31 -0800 (PST)
From:      dwcjr@inethouston.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22858: Update mail/postfix-current - Patch for error in pkg-plist
Message-ID:  <20001115042431.A106637B4C5@hub.freebsd.org>

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

>Number:         22858
>Category:       ports
>Synopsis:       Update mail/postfix-current - Patch for error in pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 14 20:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     David W. Chapman Jr.
>Release:        4.1.1-STABLE
>Organization:
Raintree Network Services
>Environment:
>Description:
pkg-plist has the wrong path when it tries to delete /usr/local/etc/postfix, it tries to delete /usr/local/postfix/etc instead
>How-To-Repeat:

>Fix:
--- pkg-plist.orig      Tue Nov 14 22:27:22 2000
+++ pkg-plist   Tue Nov 14 22:27:46 2000
@@ -1,5 +1,5 @@
-@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/postfix/etc/main.cf; fi
-@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/postfix/etc/master.cf; fi
+@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi
+@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/postfix/master.cf; fi
 etc/postfix/LICENSE
 etc/postfix/postfix-script
 etc/postfix/sample-access

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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