Update to Postfix 2.12-20140701.
ok sthen@
This commit is contained in:
parent
c71bb6a5fa
commit
505b33c41d
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.271 2014/06/11 20:57:48 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.272 2014/07/03 16:02:23 brad Exp $
|
||||
|
||||
VERSION= 2.12-20140531
|
||||
VERSION= 2.12-20140701
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (postfix/postfix-2.12-20140531.tar.gz) = T/P6xCVe2ZyW1U+kEUSXCXhrZG8wSWHW/H5okJETmi4=
|
||||
SIZE (postfix/postfix-2.12-20140531.tar.gz) = 4106342
|
||||
SHA256 (postfix/postfix-2.12-20140701.tar.gz) = ivYaecjhw8u+nEgGFQ6LR5+8PJzsnro9TKeKG6gPd+s=
|
||||
SIZE (postfix/postfix-2.12-20140701.tar.gz) = 4128910
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: postfix-install,v 1.5 2011/04/28 00:22:23 sthen Exp $
|
||||
# $OpenBSD: postfix-install,v 1.6 2014/07/03 16:02:23 brad Exp $
|
||||
#
|
||||
# Post-installation setup of postfix
|
||||
|
||||
@ -47,6 +47,15 @@ do_configs()
|
||||
POSTFIX="${PREFIX}/sbin/postfix"
|
||||
|
||||
if [ -d $CONFIG_DIR ]; then
|
||||
if [ ! -d $CONFIG_DIR/postfix-files.d ]; then
|
||||
install -d -o root -g wheel -m 755 $CONFIG_DIR/postfix-files.d
|
||||
fi
|
||||
for file in main.cf.proto master.cf.proto postfix-files ; do
|
||||
if [ ! -f $CONFIG_DIR/$file ]; then
|
||||
install -o root -g wheel -m 644 $SAMPLE_CONFIG_DIR/$file $CONFIG_DIR
|
||||
fi
|
||||
done
|
||||
|
||||
echo ""
|
||||
$POSTFIX upgrade-configuration
|
||||
echo ""
|
||||
@ -55,10 +64,11 @@ do_configs()
|
||||
echo "| The existing configuration files in $CONFIG_DIR have been preserved."
|
||||
echo "| You may want to compare them to the current sample files,"
|
||||
echo "| $SAMPLE_CONFIG_DIR, and update your configuration as needed."
|
||||
echo "+---------------"
|
||||
echo "+---------------"
|
||||
echo ""
|
||||
else
|
||||
install -d -o root -g wheel -m 755 $CONFIG_DIR
|
||||
install -d -o root -g wheel -m 755 $CONFIG_DIR/postfix-files.d
|
||||
install -o root -g wheel -m 644 $SAMPLE_CONFIG_DIR/* $CONFIG_DIR
|
||||
|
||||
echo "+---------------"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.65 2014/06/11 20:57:48 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.66 2014/07/03 16:02:23 brad Exp $
|
||||
@conflict postfix-*
|
||||
@pkgpath mail/postfix/snapshot,sqlite
|
||||
@newgroup _postfix:507
|
||||
@ -19,16 +19,12 @@ libexec/postfix/
|
||||
@bin libexec/postfix/flush
|
||||
@bin libexec/postfix/lmtp
|
||||
@bin libexec/postfix/local
|
||||
libexec/postfix/main.cf
|
||||
@bin libexec/postfix/master
|
||||
libexec/postfix/master.cf
|
||||
@bin libexec/postfix/nqmgr
|
||||
@bin libexec/postfix/oqmgr
|
||||
@bin libexec/postfix/pickup
|
||||
@bin libexec/postfix/pipe
|
||||
libexec/postfix/post-install
|
||||
libexec/postfix/postfix-files
|
||||
libexec/postfix/postfix-files.d/
|
||||
libexec/postfix/postfix-script
|
||||
libexec/postfix/postfix-wrapper
|
||||
libexec/postfix/postmulti-script
|
||||
@ -334,8 +330,12 @@ share/examples/postfix/generic
|
||||
share/examples/postfix/header_checks
|
||||
share/examples/postfix/main.cf
|
||||
share/examples/postfix/main.cf.default
|
||||
share/examples/postfix/main.cf.proto
|
||||
share/examples/postfix/makedefs.out
|
||||
share/examples/postfix/master.cf
|
||||
share/examples/postfix/master.cf.proto
|
||||
share/examples/postfix/postfix-files
|
||||
share/examples/postfix/postfix-files.d/
|
||||
share/examples/postfix/relocated
|
||||
share/examples/postfix/transport
|
||||
share/examples/postfix/virtual
|
||||
|
Loading…
x
Reference in New Issue
Block a user