diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-30 12:50:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-30 12:50:31 +0000 |
commit | 2310b1023b66af8a781784f785d6c365582c2e8f (patch) | |
tree | 68b0973e622243c0637fd7eeacb8d7e38ce3f2c8 /mail/postfix25/files/patch-conf::post-install | |
parent | - Downgrade to 2.5.7 after repocopy (diff) |
- Add missing patches
Notes
Notes:
svn path=/head/; revision=242263
Diffstat (limited to 'mail/postfix25/files/patch-conf::post-install')
-rw-r--r-- | mail/postfix25/files/patch-conf::post-install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/postfix25/files/patch-conf::post-install b/mail/postfix25/files/patch-conf::post-install new file mode 100644 index 000000000000..78401de5bdf3 --- /dev/null +++ b/mail/postfix25/files/patch-conf::post-install @@ -0,0 +1,11 @@ +--- conf/post-install.orig Thu Feb 24 08:06:08 2005 ++++ conf/post-install Sat Mar 5 11:53:42 2005 +@@ -185,7 +185,7 @@ + + umask 022 + +-PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd ++PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin + SHELL=/bin/sh + IFS=" + " |