[csw-devel] SF.net SVN: gar:[14815] csw/mgar/pkg/sendmail/trunk/Makefile

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Wed Jun 15 10:04:04 CEST 2011


Revision: 14815
          http://gar.svn.sourceforge.net/gar/?rev=14815&view=rev
Author:   bonivart
Date:     2011-06-15 08:04:03 +0000 (Wed, 15 Jun 2011)

Log Message:
-----------
sendmail/trunk: fix sampleconf

Modified Paths:
--------------
    csw/mgar/pkg/sendmail/trunk/Makefile

Modified: csw/mgar/pkg/sendmail/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/trunk/Makefile	2011-06-15 02:04:31 UTC (rev 14814)
+++ csw/mgar/pkg/sendmail/trunk/Makefile	2011-06-15 08:04:03 UTC (rev 14815)
@@ -1,6 +1,7 @@
 # $Id$
 
 # - post message
+# - libmilter
 
 # + cpsample conf files
 # + remove COPYING file
@@ -48,15 +49,15 @@
 RUNTIME_DEP_PKGS_CSWsendmail += CSWtcpwrap 
 
 INITSMF = /etc/opt/csw/init.d/cswsendmail
-SAMPLECONF  = /etc/opt/csw/mail/aliases.CSW
-SAMPLECONF += /etc/opt/csw/mail/helpfile.CSW
-SAMPLECONF += /etc/opt/csw/mail/local-host-names.CSW
-SAMPLECONF += /etc/opt/csw/mail/README.CSW
-SAMPLECONF += /etc/opt/csw/mail/sendmail.cf.CSW
-SAMPLECONF += /etc/opt/csw/mail/sm-client.st.CSW
-SAMPLECONF += /etc/opt/csw/mail/statistics.CSW
-SAMPLECONF += /etc/opt/csw/mail/submit.cf.CSW
-SAMPLECONF += /etc/opt/csw/mail/trusted-users.CSW
+SAMPLECONF  = /etc/opt/csw/mail/aliases
+SAMPLECONF += /etc/opt/csw/mail/helpfile
+SAMPLECONF += /etc/opt/csw/mail/local-host-names
+SAMPLECONF += /etc/opt/csw/mail/README
+SAMPLECONF += /etc/opt/csw/mail/sendmail.cf
+SAMPLECONF += /etc/opt/csw/mail/sm-client.st
+SAMPLECONF += /etc/opt/csw/mail/statistics
+SAMPLECONF += /etc/opt/csw/mail/submit.cf
+SAMPLECONF += /etc/opt/csw/mail/trusted-users
 USERGROUP = /etc/opt/csw/pkg/CSWsendmail/cswusergroup
 
 # Enable support for files > 2GB in size.
@@ -123,6 +124,8 @@
 MANFILES8 = sendmail/sendmail.8 mailstats/mailstats.8 makemap/makemap.8 \
             praliases/praliases.8 smrsh/smrsh.8 mail.local/mail.local.8 \
             rmail/rmail.8 editmap/editmap.8
+CONFFILES = aliases helpfile local-host-names README sendmail.cf \
+            sm-client.st statistics submit.cf trusted-users
 
 configure-custom:
 	@echo " ==> Configuring $(NAME) (custom)"
@@ -196,8 +199,8 @@
 		cp -p $(DOWNLOADDIR)/cswsendmail $(DESTDIR)/etc/opt/csw/init.d
 
 	@# install configurations, XXX missing submit.cf/sendmail.cf
-	( for file in `cd $(DOWNLOADDIR) && ls *.CSW`; do \
-		ginstall -m 644  $(DOWNLOADDIR)/$$file \
+	( for file in $(CONFFILES) ; do \
+		ginstall -m 644 $(DOWNLOADDIR)/$$file \
 		$(DESTDIR)$(sysconfdir)/mail/$$file; \
 		done )
 	( mv $(DESTDIR)$(sysconfdir)/mail/sm-client.st.CSW \


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