diff options
author | will <will@FreeBSD.org> | 2000-11-15 04:49:53 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-11-15 04:49:53 +0000 |
commit | e17681c66c010e891c20d4ec3ee074c56bf1b54e (patch) | |
tree | 3ac256768d3ead2fd5fd0f03ab55b20799090c91 /mail/postfix-current | |
parent | 7286385960f67933d36905542f0b16639f48d46d (diff) | |
download | FreeBSD-ports-e17681c66c010e891c20d4ec3ee074c56bf1b54e.zip FreeBSD-ports-e17681c66c010e891c20d4ec3ee074c56bf1b54e.tar.gz |
Use the correct path (etc/postfix not postfix/etc) when comparing master
and main cf files.
PR: 22858
Submitted by: maintainer
Diffstat (limited to 'mail/postfix-current')
-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 ba59448..3fc0f62 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 |