[csw-devel] SF.net SVN: gar:[5479] csw/mgar/pkg/postfix/branches

skayser at users.sourceforge.net skayser at users.sourceforge.net
Wed Jul 1 21:21:02 CEST 2009


Revision: 5479
          http://gar.svn.sourceforge.net/gar/?rev=5479&view=rev
Author:   skayser
Date:     2009-07-01 19:21:01 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
postfix: branched for 2.6, working copy

Modified Paths:
--------------
    csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile
    csw/mgar/pkg/postfix/branches/postfix-2.6/files/cswpostfix

Added Paths:
-----------
    csw/mgar/pkg/postfix/branches/postfix-2.6/

Removed Paths:
-------------
    csw/mgar/pkg/postfix/branches/postfix-2.6/files/CSWpostfix.csw_conf_config
    csw/mgar/pkg/postfix/branches/postfix-2.6/files/CSWpostfix.csw_usrgrp_config
    csw/mgar/pkg/postfix/branches/postfix-2.6/files/CSWpostfix.prototype
    csw/mgar/pkg/postfix/branches/postfix-2.6/files/svc-cswpostfix


Property changes on: csw/mgar/pkg/postfix/branches/postfix-2.6
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile
===================================================================
--- csw/mgar/pkg/postfix/trunk/Makefile	2009-06-30 19:29:56 UTC (rev 5458)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile	2009-07-01 19:21:01 UTC (rev 5479)
@@ -1,5 +1,12 @@
+# TODO
+# - Integrate the manifest with cswinitsmf
+# - Understand what the sed main.cf script is doing
+# - Build scripts to handle the spool location change
+# - Check open bugs
+# - Read postfix build instructions and verify CSW flags/lib/...
+# - See how the csw_conf_config for cfg files was handled in gar v1
 GARNAME = postfix
-GARVERSION = 2.4.7
+GARVERSION = 2.6.2
 CATEGORIES = server
 
 DESCRIPTION = Postfix aims to be an alternative to the widely-used sendmail program
@@ -14,21 +21,40 @@
 
 MASTER_SITES = http://mirrors.isc.org/pub/postfix/official/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWpostfix,prototype csw_conf_config csw_usrgrp_config postinstall postremove)
-DISTFILES += cswpostfix.xml svc-cswpostfix cswpostfix
+SPKG_SOURCEURL = http://www.postfix.org
 
+DISTFILES += CSWpostfix.cswusergroup
+DISTFILES += CSWpostfix.postinstall
+DISTFILES += CSWpostfix.postremove
+#DISTFILES += cswpostfix.xml
+
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 PREREQUISITE_PKGS = CSWbdb4 CSWmysql4devel CSWlibpq CSWossldevel CSWoldapdevel
+REQUIRED_PKGS = CSWbdb3 CSWlibpq CSWmysql4rt CSWoldaprt CSWosslrt CSWpcrert
+REQUIRED_PKGS += CSWsasl CSWzlib
 
-SPKG_CLASSES = none csw_conf
+SPKG_CLASSES = none cswusergroup cswcpsampleconf cswinitsmf
 
 CONFIGURE_SCRIPTS = custom
 BUILD_SCRIPTS     = custom
-TEST_SCRIPTS      = custom
+TEST_SCRIPTS      =
 INSTALL_SCRIPTS   = custom
 
+CONFIG_BASE = \/etc\/opt\/csw\/postfix\/
+CONFIG_FILES = access aliases canonical generic header_checks
+CONFIG_FILES += main.cf master.cf
+CONFIG_FILES += relocated transport virtual
+
+PROTOTYPE_FILTER  = awk '\
+	$(foreach C,$(prefix $(CONFIG_BASE),$(CONFIG_FILES)), \
+		$$$$3 ~ /^$(C)$$$$/ { $$$$2 = "cswcpsampleconf" }) \
+	$$$$3 ~ /^\/etc\/default\/cswpostgrey$$$$/ { $$$$2 = "cswcpsampleconf" } \
+	$$$$3 ~ /\/init.d\/cswpostfix$$$$/ { $$$$2 = "cswinitsmf" } \
+	$$$$3 ~ /cswusergroup$$$$/ { $$$$2 = "cswusergroup" } \
+	 { print }'
+
 include gar/category.mk
 
 DEF_COMMAND_DIR    = /opt/csw/sbin
@@ -38,7 +64,7 @@
 DEF_HTML_DIR       = yes
 DEF_MANPAGE_DIR    = /opt/csw/man
 DEF_NEWALIAS_PATH  = /opt/csw/bin/newaliases
-DEF_QUEUE_DIR      = /opt/csw/var/spool/postfix
+DEF_QUEUE_DIR      = /var/opt/csw/spool/postfix
 DEF_README_DIR     = yes
 
 FLAGS=\
@@ -85,9 +111,6 @@
 
 CCARGS=$(FLAGS) $(DEFAULTS) $(INCLUDES)
 
-# Files that will be copied to .CSW files
-TEMPLATE_FILES=access aliases canonical generic header_checks main.cf master.cf relocated transport virtual
-
 configure-custom:
 	echo $(MAKE) -C $(WORKDIR)/$(DISTNAME) makefiles CC=$(CC_HOME)/bin/$(CC) CCARGS=$(CCARGS)
 	$(MAKE) -C $(WORKDIR)/$(DISTNAME) makefiles CC=$(CC_HOME)/bin/$(CC) CCARGS='$(CCARGS)' AUXLIBS='$(AUXLIBS)'
@@ -98,9 +121,9 @@
 	$(MAKE) -C $(WORKDIR)/$(DISTNAME)
 	@$(MAKECOOKIE)
 
-test-custom:
-	@$(MAKECOOKIE)
-
+# Files that will be copied to .CSW files
+install-custom: TEMPLATE_FILES = access aliases canonical generic header_checks
+install-custom: TEMPLATE_FILES += main.cf master.cf relocated transport virtual
 install-custom:
 	$(MAKE) -C $(WORKDIR)/$(DISTNAME) non-interactive-package install_root=$(DESTDIR) \
 		config_directory=$(DEF_CONFIG_DIR) \
@@ -126,4 +149,10 @@
 		$(DESTDIR)/etc/opt/csw/postfix/makedefs.out
 	mkdir -p $(DESTDIR)/opt/csw/share/postfix
 	cp $(FILEDIR)/upgrade $(DESTDIR)/opt/csw/share/postfix/upgrade
+
+	# Files for cswinitsmf and cswusergroup
+	ginstall -m 755 $(FILEDIR)/cswpostfix  \
+		$(DESTDIR)/etc/opt/csw/init.d/cswpostfix
+	cp $(FILEDIR)/CSWpostfix.cswusergroup \
+		$(DESTDIR)$(sysconfdir)/pkg/CSWpostfix/cswusergroup
 	@$(MAKECOOKIE)

Deleted: csw/mgar/pkg/postfix/branches/postfix-2.6/files/CSWpostfix.csw_conf_config
===================================================================
--- csw/mgar/pkg/postfix/trunk/files/CSWpostfix.csw_conf_config	2009-06-30 19:29:56 UTC (rev 5458)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/files/CSWpostfix.csw_conf_config	2009-07-01 19:21:01 UTC (rev 5479)
@@ -1,12 +0,0 @@
-version=1
-file=/etc/default/cswpostgrey
-file=/etc/opt/csw/postfix/access
-file=/etc/opt/csw/postfix/aliases
-file=/etc/opt/csw/postfix/canonical
-file=/etc/opt/csw/postfix/generic
-file=/etc/opt/csw/postfix/header_checks
-file=/etc/opt/csw/postfix/main.cf
-file=/etc/opt/csw/postfix/master.cf
-file=/etc/opt/csw/postfix/relocated
-file=/etc/opt/csw/postfix/transport
-file=/etc/opt/csw/postfix/virtual

Deleted: csw/mgar/pkg/postfix/branches/postfix-2.6/files/CSWpostfix.csw_usrgrp_config
===================================================================
--- csw/mgar/pkg/postfix/trunk/files/CSWpostfix.csw_usrgrp_config	2009-06-30 19:29:56 UTC (rev 5458)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/files/CSWpostfix.csw_usrgrp_config	2009-07-01 19:21:01 UTC (rev 5479)
@@ -1,4 +0,0 @@
-version=1
-group=postfix
-group=postdrop
-user=postfix:postfix:/opt/csw/var/spool/postfix:/usr/bin/pfsh:Postfix Daemon

Deleted: csw/mgar/pkg/postfix/branches/postfix-2.6/files/CSWpostfix.prototype
===================================================================
--- csw/mgar/pkg/postfix/trunk/files/CSWpostfix.prototype	2009-06-30 19:29:56 UTC (rev 5458)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/files/CSWpostfix.prototype	2009-07-01 19:21:01 UTC (rev 5479)
@@ -1,318 +0,0 @@
-d none /etc ? ? ?
-d none /etc/opt ? ? ?
-d none /etc/opt/csw 0755 root bin
-d none /etc/opt/csw/postfix 0755 root root
-f none /etc/opt/csw/postfix/bounce.cf.default 0644 root root
-f none /etc/opt/csw/postfix/main.cf.default 0644 root root
-f none /etc/opt/csw/postfix/postfix-files 0644 root root
-f none /etc/opt/csw/postfix/postfix-script 0755 root root
-f none /etc/opt/csw/postfix/post-install 0755 root root
-f none /etc/opt/csw/postfix/access.CSW 0644 root root
-f none /etc/opt/csw/postfix/aliases.CSW 0644 root root
-f none /etc/opt/csw/postfix/canonical.CSW 0644 root root
-f none /etc/opt/csw/postfix/generic.CSW 0644 root root
-f none /etc/opt/csw/postfix/header_checks.CSW 0644 root root
-f none /etc/opt/csw/postfix/main.cf.CSW 0644 root root
-f none /etc/opt/csw/postfix/master.cf.CSW 0644 root root
-f none /etc/opt/csw/postfix/relocated.CSW 0644 root root
-f none /etc/opt/csw/postfix/transport.CSW 0644 root root
-f none /etc/opt/csw/postfix/virtual.CSW 0644 root root
-f csw_conf /etc/opt/csw/postfix/access 0644 root root
-f csw_conf /etc/opt/csw/postfix/aliases 0644 root root
-f csw_conf /etc/opt/csw/postfix/canonical 0644 root root
-f csw_conf /etc/opt/csw/postfix/generic 0644 root root
-f csw_conf /etc/opt/csw/postfix/header_checks 0644 root root
-f csw_conf /etc/opt/csw/postfix/main.cf 0644 root root
-f csw_conf /etc/opt/csw/postfix/master.cf 0644 root root
-f csw_conf /etc/opt/csw/postfix/relocated 0644 root root
-f csw_conf /etc/opt/csw/postfix/transport 0644 root root
-f csw_conf /etc/opt/csw/postfix/virtual 0644 root root
-d none /opt/csw/bin 0755 root bin
-s none /opt/csw/bin/mailq=../../../opt/csw/sbin/sendmail
-s none /opt/csw/bin/newaliases=../../../opt/csw/sbin/sendmail
-d none /opt/csw/libexec 0755 root bin
-d none /opt/csw/libexec/postfix 0755 root bin
-f none /opt/csw/libexec/postfix/anvil 0755 root bin
-f none /opt/csw/libexec/postfix/bounce 0755 root bin
-f none /opt/csw/libexec/postfix/cleanup 0755 root bin
-f none /opt/csw/libexec/postfix/discard 0755 root bin
-f none /opt/csw/libexec/postfix/error 0755 root bin
-f none /opt/csw/libexec/postfix/flush 0755 root bin
-l none /opt/csw/libexec/postfix/lmtp=smtp
-f none /opt/csw/libexec/postfix/local 0755 root bin
-f none /opt/csw/libexec/postfix/master 0755 root bin
-l none /opt/csw/libexec/postfix/nqmgr=qmgr
-f none /opt/csw/libexec/postfix/oqmgr 0755 root bin
-f none /opt/csw/libexec/postfix/pickup 0755 root bin
-f none /opt/csw/libexec/postfix/pipe 0755 root bin
-f none /opt/csw/libexec/postfix/proxymap 0755 root bin
-f none /opt/csw/libexec/postfix/qmgr 0755 root bin
-f none /opt/csw/libexec/postfix/qmqpd 0755 root bin
-f none /opt/csw/libexec/postfix/scache 0755 root bin
-f none /opt/csw/libexec/postfix/showq 0755 root bin
-f none /opt/csw/libexec/postfix/smtp 0755 root bin
-f none /opt/csw/libexec/postfix/smtpd 0755 root bin
-f none /opt/csw/libexec/postfix/spawn 0755 root bin
-f none /opt/csw/libexec/postfix/tlsmgr 0755 root bin
-f none /opt/csw/libexec/postfix/trivial-rewrite 0755 root bin
-f none /opt/csw/libexec/postfix/verify 0755 root bin
-f none /opt/csw/libexec/postfix/virtual 0755 root bin
-d none /opt/csw/sbin 0755 root bin
-f none /opt/csw/sbin/postalias 0755 root bin
-f none /opt/csw/sbin/postcat 0755 root bin
-f none /opt/csw/sbin/postconf 0755 root bin
-f none /opt/csw/sbin/postdrop 02755 root postdrop
-f none /opt/csw/sbin/postfix 0755 root bin
-f none /opt/csw/sbin/postkick 0755 root bin
-f none /opt/csw/sbin/postlock 0755 root bin
-f none /opt/csw/sbin/postlog 0755 root bin
-f none /opt/csw/sbin/postmap 0755 root bin
-f none /opt/csw/sbin/postqueue 02755 root postdrop
-f none /opt/csw/sbin/postsuper 0755 root bin
-f none /opt/csw/sbin/sendmail 0755 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/doc 0755 root bin
-d none /opt/csw/share/doc/postfix 0755 root bin
-d none /opt/csw/share/doc/postfix/README_FILES 0755 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/AAAREADME 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/ADDRESS_CLASS_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/ADDRESS_REWRITING_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/ADDRESS_VERIFICATION_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/BACKSCATTER_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/BASIC_CONFIGURATION_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/BUILTIN_FILTER_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/CDB_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/CONNECTION_CACHE_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/CONTENT_INSPECTION_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/DATABASE_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/DB_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/DEBUG_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/DSN_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/ETRN_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/FILTER_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/INSTALL 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/IPV6_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/LDAP_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/LINUX_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/LOCAL_RECIPIENT_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/MAILDROP_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/MILTER_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/MYSQL_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/NFS_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/OVERVIEW 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/PACKAGE_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/PCRE_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/PGSQL_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/QSHAPE_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/RELEASE_NOTES 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/RESTRICTION_CLASS_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/SASL_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/SCHEDULER_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/SMTPD_ACCESS_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/SMTPD_POLICY_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/SMTPD_PROXY_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/STANDARD_CONFIGURATION_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/TLS_LEGACY_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/TLS_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/TUNING_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/ULTRIX_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/UUCP_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/VERP_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/VIRTUAL_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/XCLIENT_README 0644 root bin
-f none /opt/csw/share/doc/postfix/README_FILES/XFORWARD_README 0644 root bin
-d none /opt/csw/share/doc/postfix/html 0755 root bin
-f none /opt/csw/share/doc/postfix/html/ADDRESS_CLASS_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/ADDRESS_REWRITING_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/ADDRESS_VERIFICATION_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/BACKSCATTER_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/BASIC_CONFIGURATION_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/BUILTIN_FILTER_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/CDB_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/CONNECTION_CACHE_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/CONTENT_INSPECTION_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/DATABASE_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/DB_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/DEBUG_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/DSN_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/ETRN_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/FILTER_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/INSTALL.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/IPV6_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/LDAP_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/LINUX_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/LOCAL_RECIPIENT_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/MAILDROP_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/MILTER_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/MYSQL_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/NFS_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/OVERVIEW.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/PACKAGE_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/PCRE_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/PGSQL_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/QSHAPE_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/RESTRICTION_CLASS_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/SASL_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/SCHEDULER_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/SMTPD_ACCESS_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/SMTPD_POLICY_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/SMTPD_PROXY_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/STANDARD_CONFIGURATION_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/TLS_LEGACY_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/TLS_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/TUNING_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/UUCP_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/VERP_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/VIRTUAL_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/XCLIENT_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/XFORWARD_README.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/access.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/aliases.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/anvil.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/bounce.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/canonical.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/cidr_table.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/cleanup.8.html 0644 root bin
-l none /opt/csw/share/doc/postfix/html/defer.8.html=bounce.8.html
-f none /opt/csw/share/doc/postfix/html/discard.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/error.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/flush.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/generic.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/header_checks.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/index.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/ldap_table.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/lmtp.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/local.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/mailq.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/master.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/master.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/mysql_table.5.html 0644 root bin
-l none /opt/csw/share/doc/postfix/html/newaliases.1.html=mailq.1.html
-f none /opt/csw/share/doc/postfix/html/nisplus_table.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/oqmgr.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/pcre_table.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/pgsql_table.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/pickup.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/pipe.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postalias.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postcat.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postconf.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postconf.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postdrop.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postfix-logo.jpg 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postfix-manuals.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postfix.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postkick.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postlock.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postlog.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postmap.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postqueue.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/postsuper.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/proxymap.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/qmgr.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/qmqp-sink.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/qmqp-source.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/qmqpd.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/qshape.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/regexp_table.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/relocated.5.html 0644 root bin
-l none /opt/csw/share/doc/postfix/html/sendmail.1.html=mailq.1.html
-f none /opt/csw/share/doc/postfix/html/showq.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/smtp-sink.1.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/smtp-source.1.html 0644 root bin
-l none /opt/csw/share/doc/postfix/html/smtp.8.html=lmtp.8.html
-f none /opt/csw/share/doc/postfix/html/smtpd.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/spawn.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/tcp_table.5.html 0644 root bin
-l none /opt/csw/share/doc/postfix/html/trace.8.html=bounce.8.html
-f none /opt/csw/share/doc/postfix/html/transport.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/trivial-rewrite.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/verify.8.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/virtual.5.html 0644 root bin
-f none /opt/csw/share/doc/postfix/html/virtual.8.html 0644 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man1 0755 root bin
-f none /opt/csw/share/man/man1/mailq.1 0644 root bin
-f none /opt/csw/share/man/man1/newaliases.1 0644 root bin
-f none /opt/csw/share/man/man1/postalias.1 0644 root bin
-f none /opt/csw/share/man/man1/postcat.1 0644 root bin
-f none /opt/csw/share/man/man1/postconf.1 0644 root bin
-f none /opt/csw/share/man/man1/postdrop.1 0644 root bin
-f none /opt/csw/share/man/man1/postfix.1 0644 root bin
-f none /opt/csw/share/man/man1/postkick.1 0644 root bin
-f none /opt/csw/share/man/man1/postlock.1 0644 root bin
-f none /opt/csw/share/man/man1/postlog.1 0644 root bin
-f none /opt/csw/share/man/man1/postmap.1 0644 root bin
-f none /opt/csw/share/man/man1/postqueue.1 0644 root bin
-f none /opt/csw/share/man/man1/postsuper.1 0644 root bin
-f none /opt/csw/share/man/man1/sendmail.1 0644 root bin
-d none /opt/csw/share/man/man5 0755 root bin
-f none /opt/csw/share/man/man5/access.5 0644 root bin
-f none /opt/csw/share/man/man5/aliases.5 0644 root bin
-f none /opt/csw/share/man/man5/body_checks.5 0644 root bin
-f none /opt/csw/share/man/man5/bounce.5 0644 root bin
-f none /opt/csw/share/man/man5/canonical.5 0644 root bin
-f none /opt/csw/share/man/man5/cidr_table.5 0644 root bin
-f none /opt/csw/share/man/man5/generic.5 0644 root bin
-f none /opt/csw/share/man/man5/header_checks.5 0644 root bin
-f none /opt/csw/share/man/man5/ldap_table.5 0644 root bin
-f none /opt/csw/share/man/man5/master.5 0644 root bin
-f none /opt/csw/share/man/man5/mysql_table.5 0644 root bin
-f none /opt/csw/share/man/man5/nisplus_table.5 0644 root bin
-f none /opt/csw/share/man/man5/pcre_table.5 0644 root bin
-f none /opt/csw/share/man/man5/pgsql_table.5 0644 root bin
-f none /opt/csw/share/man/man5/postconf.5 0644 root bin
-f none /opt/csw/share/man/man5/regexp_table.5 0644 root bin
-f none /opt/csw/share/man/man5/relocated.5 0644 root bin
-f none /opt/csw/share/man/man5/tcp_table.5 0644 root bin
-f none /opt/csw/share/man/man5/transport.5 0644 root bin
-f none /opt/csw/share/man/man5/virtual.5 0644 root bin
-d none /opt/csw/share/man/man8 0755 root bin
-f none /opt/csw/share/man/man8/anvil.8 0644 root bin
-f none /opt/csw/share/man/man8/bounce.8 0644 root bin
-f none /opt/csw/share/man/man8/cleanup.8 0644 root bin
-f none /opt/csw/share/man/man8/defer.8 0644 root bin
-f none /opt/csw/share/man/man8/discard.8 0644 root bin
-f none /opt/csw/share/man/man8/error.8 0644 root bin
-f none /opt/csw/share/man/man8/flush.8 0644 root bin
-f none /opt/csw/share/man/man8/lmtp.8 0644 root bin
-f none /opt/csw/share/man/man8/local.8 0644 root bin
-f none /opt/csw/share/man/man8/master.8 0644 root bin
-f none /opt/csw/share/man/man8/oqmgr.8 0644 root bin
-f none /opt/csw/share/man/man8/pickup.8 0644 root bin
-f none /opt/csw/share/man/man8/pipe.8 0644 root bin
-f none /opt/csw/share/man/man8/proxymap.8 0644 root bin
-f none /opt/csw/share/man/man8/qmgr.8 0644 root bin
-f none /opt/csw/share/man/man8/qmqpd.8 0644 root bin
-f none /opt/csw/share/man/man8/scache.8 0644 root bin
-f none /opt/csw/share/man/man8/showq.8 0644 root bin
-f none /opt/csw/share/man/man8/smtp.8 0644 root bin
-f none /opt/csw/share/man/man8/smtpd.8 0644 root bin
-f none /opt/csw/share/man/man8/spawn.8 0644 root bin
-f none /opt/csw/share/man/man8/tlsmgr.8 0644 root bin
-f none /opt/csw/share/man/man8/trace.8 0644 root bin
-f none /opt/csw/share/man/man8/trivial-rewrite.8 0644 root bin
-f none /opt/csw/share/man/man8/verify.8 0644 root bin
-f none /opt/csw/share/man/man8/virtual.8 0644 root bin
-d none /opt/csw/share/postfix 0755 root bin
-f none /opt/csw/share/postfix/upgrade 0755 root bin
-d none /opt/csw/var 0755 root bin
-d none /opt/csw/var/spool 0755 root bin
-d none /opt/csw/var/spool/postfix 0755 root postdrop
-d none /opt/csw/var/spool/postfix/active 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/bounce 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/corrupt 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/defer 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/deferred 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/flush 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/hold 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/incoming 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/maildrop 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/pid 0755 postfix postdrop
-d none /opt/csw/var/spool/postfix/private 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/public 0710 postfix postdrop
-d none /opt/csw/var/spool/postfix/saved 0700 postfix postdrop
-d none /opt/csw/var/spool/postfix/trace 0700 postfix postdrop
-i copyright=CSWpostfix.copyright
-i depend=CSWpostfix.depend
-i pkginfo=CSWpostfix.pkginfo

Modified: csw/mgar/pkg/postfix/branches/postfix-2.6/files/cswpostfix
===================================================================
--- csw/mgar/pkg/postfix/trunk/files/cswpostfix	2009-06-30 19:29:56 UTC (rev 5458)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/files/cswpostfix	2009-07-01 19:21:01 UTC (rev 5479)
@@ -8,7 +8,7 @@
 
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 DAEMON=/opt/csw/sbin/postfix
-PIDFILE=/opt/csw/var/run/postfix.pid
+PIDFILE=/var/opt/csw/run/postfix.pid
 NAME=Postfix
 TZ=
 unset TZ

Deleted: csw/mgar/pkg/postfix/branches/postfix-2.6/files/svc-cswpostfix
===================================================================
--- csw/mgar/pkg/postfix/trunk/files/svc-cswpostfix	2009-06-30 19:29:56 UTC (rev 5458)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/files/svc-cswpostfix	2009-07-01 19:21:01 UTC (rev 5479)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -x
-
-if [ ! -f /etc/opt/csw/postfix/aliases.dir ]; then
-  /opt/csw/bin/newaliases
-fi
-
-exec /opt/csw/sbin/postfix "$@"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list