diff options
author | Will Andrews <will@FreeBSD.org> | 2000-11-15 04:49:53 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-11-15 04:49:53 +0000 |
commit | a02f48d4b97071e75f203b3191358d3e44cdafeb (patch) | |
tree | e87b7382a1f917b55e36d9c6dc21feb9a2697adc | |
parent | Update to version 0.1.5. (diff) |
Use the correct path (etc/postfix not postfix/etc) when comparing master
and main cf files.
PR: 22858
Submitted by: maintainer
-rw-r--r-- | mail/postfix-current/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index ba59448fea1c..3fc0f624adfa 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -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/etc/postfix/master.cf; fi etc/postfix/LICENSE etc/postfix/postfix-script etc/postfix/sample-access |