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

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Tue Jun 21 14:36:25 CEST 2011


Revision: 14851
          http://gar.svn.sourceforge.net/gar/?rev=14851&view=rev
Author:   bonivart
Date:     2011-06-21 12:36:25 +0000 (Tue, 21 Jun 2011)

Log Message:
-----------
sendmail/trunk: adjust paths in submit.cf, remove obsolete files

Modified Paths:
--------------
    csw/mgar/pkg/sendmail/trunk/files/submit.cf

Removed Paths:
-------------
    csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol8
    csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.space

Deleted: csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol8
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol8	2011-06-21 12:26:49 UTC (rev 14850)
+++ csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol8	2011-06-21 12:36:25 UTC (rev 14851)
@@ -1,12 +0,0 @@
-#
-echo "Installing class <sol8>."
-while read src dest
-do
-	# Keep pkgadd happy by copying the file as defined
-	/usr/bin/cp $src $dest || exit 2
-	# Copy the version specific file to the original name
-	dest2="`echo $dest | sed 's/sol8.//g'`" || exit 2
-	echo $dest2
-	/usr/bin/cp $src $dest2 || exit 2
-done 
-exit 0

Deleted: csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.space
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.space	2011-06-21 12:26:49 UTC (rev 14850)
+++ csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.space	2011-06-21 12:36:25 UTC (rev 14851)
@@ -1,3 +0,0 @@
-# No additional space is actually needed.
-# In fact, only one set of the Solaris release specific files are installed.
-# So the space required for this package is less than what is in pkgmap.

Modified: csw/mgar/pkg/sendmail/trunk/files/submit.cf
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/submit.cf	2011-06-21 12:26:49 UTC (rev 14850)
+++ csw/mgar/pkg/sendmail/trunk/files/submit.cf	2011-06-21 12:36:25 UTC (rev 14851)
@@ -86,7 +86,7 @@
 
 
 # Hosts for which relaying is permitted ($=R)
-FR-o /opt/csw/etc/mail/relay-domains
+FR-o /etc/opt/csw/mail/relay-domains
 
 # arithmetic map
 Karith arith
@@ -131,7 +131,7 @@
 O AliasWait=10
 
 # location of alias file
-#O AliasFile=/opt/csw/etc/mail/aliases
+#O AliasFile=/etc/opt/csw/mail/aliases
 
 # minimum number of free blocks on filesystem
 O MinFreeBlocks=100
@@ -152,7 +152,7 @@
 O DeliveryMode=i
 
 # error message header/file
-#O ErrorHeader=/opt/csw/etc/mail/error-header
+#O ErrorHeader=/etc/opt/csw/mail/error-header
 
 # error mode
 #O ErrorMode=print
@@ -173,7 +173,7 @@
 #O MaxHopCount=25
 
 # location of help file
-O HelpFile=/opt/csw/etc/mail/helpfile
+O HelpFile=/etc/opt/csw/mail/helpfile
 
 # ignore dots as terminators in incoming messages?
 #O IgnoreDots=False
@@ -258,7 +258,7 @@
 #O FastSplit=1
 
 # queue directory
-O QueueDirectory=/var/spool/clientmqueue
+O QueueDirectory=/var/opt/csw/spool/clientmqueue
 
 # key for shared memory; 0 to turn off, -1 to auto-select
 #O SharedMemoryKey=0
@@ -315,7 +315,7 @@
 O SuperSafe=True
 
 # status file
-O StatusFile=/var/spool/clientmqueue/sm-client.st
+O StatusFile=/var/opt/csw/spool/clientmqueue/sm-client.st
 
 # time zone handling:
 #  if undefined, use system default
@@ -327,7 +327,7 @@
 #O DefaultUser=mailnull
 
 # list of locations of user database file (null means no lookup)
-#O UserDatabaseSpec=/opt/csw/etc/mail/userdb
+#O UserDatabaseSpec=/etc/opt/csw/mail/userdb
 
 # fallback MX host
 #O FallbackMXhost=fall.back.host.net
@@ -375,7 +375,7 @@
 #O DefaultCharSet=unknown-8bit
 
 # service switch file (name hardwired on Solaris, Ultrix, OSF/1, others)
-#O ServiceSwitchFile=/opt/csw/etc/mail/service.switch
+#O ServiceSwitchFile=/etc/opt/csw/mail/service.switch
 
 # hosts file (normally /etc/hosts)
 #O HostsFile=/etc/hosts
@@ -453,7 +453,7 @@
 O TrustedUser=smmsp
 
 # Control socket for daemon management
-#O ControlSocketName=/var/spool/mqueue/.control
+#O ControlSocketName=/var/opt/csw/spool/clientmqueue/.control
 
 # Maximum MIME header length to protect MUAs
 #O MaxMimeHeaderLength=0/0
@@ -465,7 +465,7 @@
 #O MaxAliasRecursion=10
 
 # location of pid file
-O PidFile=/var/spool/clientmqueue/sm-client.pid
+O PidFile=/var/run/sm-client.pid
 
 # Prefix string for the process title shown on 'ps' listings
 #O ProcessTitlePrefix=prefix
@@ -489,7 +489,7 @@
 #O AuthRealm
 
 # default authentication information for outgoing connections
-#O DefaultAuthInfo=/opt/csw/etc/mail/default-auth-info
+#O DefaultAuthInfo=/etc/opt/csw/mail/default-auth-info
 
 # SMTP AUTH flags
 #O AuthOptions
@@ -549,7 +549,7 @@
 #####################
 
 # this is equivalent to setting class "t"
-#Ft/opt/csw/etc/mail/trusted-users
+#Ft/etc/opt/csw/mail/trusted-users
 Troot
 Tdaemon
 Tuucp


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