Use the correct path (etc/postfix not postfix/etc) when comparing master

and main cf files.

PR:		22858
Submitted by:	maintainer
This commit is contained in:
Will Andrews 2000-11-15 04:49:53 +00:00
parent 785d06f2de
commit a02f48d4b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35157

View File

@ -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