[csw-devel] SF.net SVN: gar:[5866] csw/mgar/pkg/sendmail/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Wed Aug 5 19:47:11 CEST 2009
Revision: 5866
http://gar.svn.sourceforge.net/gar/?rev=5866&view=rev
Author: valholla
Date: 2009-08-05 17:47:11 +0000 (Wed, 05 Aug 2009)
Log Message:
-----------
rename class scripts
Modified Paths:
--------------
csw/mgar/pkg/sendmail/trunk/Makefile
csw/mgar/pkg/sendmail/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/sendmail/trunk/files/i.sol10
csw/mgar/pkg/sendmail/trunk/files/i.sol8
csw/mgar/pkg/sendmail/trunk/files/i.sol9
Removed Paths:
-------------
csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol10
csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol8
csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol9
Modified: csw/mgar/pkg/sendmail/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/trunk/Makefile 2009-08-05 17:37:32 UTC (rev 5865)
+++ csw/mgar/pkg/sendmail/trunk/Makefile 2009-08-05 17:47:11 UTC (rev 5866)
@@ -16,8 +16,7 @@
DISTFILES = $(GARNAME).$(GARVERSION).tar.gz
DISTFILES += README.CSW sendmail.schema
DISTFILES += Sun-sendmail-deactivate.sh Sun-sendmail-reactivate.sh
-DISTFILES += cswsendmail site.config.m4 CSWsendmail.i.sol8
-DISTFILES += CSWsendmail.i.sol9 CSWsendmail.i.sol10
+DISTFILES += cswsendmail site.config.m4 i.sol8 i.sol9 i.sol10
DISTFILES += CSWsendmail.preremove CSWsendmail.preinstall CSWsendmail.space
DISTFILES += $(foreach FILE,$(shell cd $(FILEDIR) && ls *.CSW),$(FILE))
@@ -36,16 +35,16 @@
REQUIRED_PKGS_CSWsendmailcommon = CSWbdb CSWoldaprt CSWosslrt CSWsasl CSWtcpwrap CSWcswclassutils
ARCHALL_CSWsendmailcommon = 1
SPKG_CLASSES_CSWsendmail = none cswinitsmf cswosrel
-PROTOTYPE_FILTER = awk \
+PROTOTYPE_FILTER = (awk \
'$$$$3 ~/\/init\.d\/cswsendmail$$$$/ {$$$$2 = "cswinitsmf"} \
$$$$3 ~/sol8\./ { $$$$2 = "sol8" } \
$$$$3 ~/sol9\./ { $$$$2 = "sol9" } \
$$$$3 ~/sol10\./ { $$$$2 = "sol10" } \
$$$$3 ~/\/sol[0-9]*\.sendmail$$$$/ { $$$$4 = "2755" } \
- { print }'
-PROTOTYPE_FILTER += fgrep -v "i.sol8";echo "i i.sol8=\$$$$WORKDIR_FIRSTMOD/i.sol8"
-PROTOTYPE_FILTER += fgrep -v "i.sol9";echo "i i.sol9=\$$$$WORKDIR_FIRSTMOD/i.sol9"
-PROTOTYPE_FILTER += fgrep -v "i.sol10";echo "i i.sol10=\$$$$WORKDIR_FIRSTMOD/i.sol10"
+ { print }')
+PROTOTYPE_FILTER += (fgrep -v "i.sol8";echo "i i.sol8=\$$$$WORKDIR_FIRSTMOD/i.sol8")
+PROTOTYPE_FILTER += (fgrep -v "i.sol9";echo "i i.sol9=\$$$$WORKDIR_FIRSTMOD/i.sol9")
+PROTOTYPE_FILTER += (fgrep -v "i.sol10";echo "i i.sol10=\$$$$WORKDIR_FIRSTMOD/i.sol10")
PKGFILES_CSWsendmailcommon = .*$(sharedstatedir)/.*
PKGFILES_CSWsendmailcommon += .*$(mandir)/.*
Modified: csw/mgar/pkg/sendmail/trunk/checksums
===================================================================
--- csw/mgar/pkg/sendmail/trunk/checksums 2009-08-05 17:37:32 UTC (rev 5865)
+++ csw/mgar/pkg/sendmail/trunk/checksums 2009-08-05 17:47:11 UTC (rev 5866)
@@ -1,6 +1,3 @@
-27994344f69c7c92382d57264c7debf8 download/CSWsendmail.i.sol10
-24ffe87e0881ffa3e0495eeede9a0602 download/CSWsendmail.i.sol8
-b3510dc2ae95e585bc922cab8c89b8f0 download/CSWsendmail.i.sol9
4c53e32ed6b4ac66c35d5079ebcb548d download/CSWsendmail.preinstall
644a174b1a1e74ef8655ea0002aff8f7 download/CSWsendmail.preremove
f49c3339aa897df97abf1baf54582fb8 download/CSWsendmail.space
Deleted: csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol10
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol10 2009-08-05 17:37:32 UTC (rev 5865)
+++ csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol10 2009-08-05 17:47:11 UTC (rev 5866)
@@ -1,23 +0,0 @@
-# PKGINST parameter provided by installation services
-# Move the Solaris 9 version specific files to the base directory.
-# The files specific to Solaris release are:
-# bin/vacation
-# sbin/editmap
-# sbin/mailstats
-# sbin/makemap
-# sbin/praliases
-# lib/mail.local
-# lib/sendmail
-# lib/smrsh
-#
-echo "Installing class <sol10>."
-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/sol10.//g'`" || exit 2
- echo $dest2
- /usr/bin/cp $src $dest2 || exit 2
-done
-exit 0
Deleted: csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol8
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol8 2009-08-05 17:37:32 UTC (rev 5865)
+++ csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol8 2009-08-05 17:47:11 UTC (rev 5866)
@@ -1,23 +0,0 @@
-# PKGINST parameter provided by installation services
-# Move the Solaris 9 version specific files to the base directory.
-# The files specific to Solaris release are:
-# bin/vacation
-# sbin/editmap
-# sbin/mailstats
-# sbin/makemap
-# sbin/praliases
-# lib/mail.local
-# lib/sendmail
-# lib/smrsh
-#
-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.i.sol9
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol9 2009-08-05 17:37:32 UTC (rev 5865)
+++ csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.i.sol9 2009-08-05 17:47:11 UTC (rev 5866)
@@ -1,23 +0,0 @@
-# PKGINST parameter provided by installation services
-# Move the Solaris 9 version specific files to the base directory.
-# The files specific to Solaris release are:
-# bin/vacation
-# sbin/editmap
-# sbin/mailstats
-# sbin/makemap
-# sbin/praliases
-# lib/mail.local
-# lib/sendmail
-# lib/smrsh
-#
-echo "Installing class <sol9>."
-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/sol9.//g'`" || exit 2
- echo $dest2
- /usr/bin/cp $src $dest2 || exit 2
-done
-exit 0
Added: csw/mgar/pkg/sendmail/trunk/files/i.sol10
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/i.sol10 (rev 0)
+++ csw/mgar/pkg/sendmail/trunk/files/i.sol10 2009-08-05 17:47:11 UTC (rev 5866)
@@ -0,0 +1,23 @@
+# PKGINST parameter provided by installation services
+# Move the Solaris 9 version specific files to the base directory.
+# The files specific to Solaris release are:
+# bin/vacation
+# sbin/editmap
+# sbin/mailstats
+# sbin/makemap
+# sbin/praliases
+# lib/mail.local
+# lib/sendmail
+# lib/smrsh
+#
+echo "Installing class <sol10>."
+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/sol10.//g'`" || exit 2
+ echo $dest2
+ /usr/bin/cp $src $dest2 || exit 2
+done
+exit 0
Added: csw/mgar/pkg/sendmail/trunk/files/i.sol8
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/i.sol8 (rev 0)
+++ csw/mgar/pkg/sendmail/trunk/files/i.sol8 2009-08-05 17:47:11 UTC (rev 5866)
@@ -0,0 +1,23 @@
+# PKGINST parameter provided by installation services
+# Move the Solaris 9 version specific files to the base directory.
+# The files specific to Solaris release are:
+# bin/vacation
+# sbin/editmap
+# sbin/mailstats
+# sbin/makemap
+# sbin/praliases
+# lib/mail.local
+# lib/sendmail
+# lib/smrsh
+#
+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
Added: csw/mgar/pkg/sendmail/trunk/files/i.sol9
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/i.sol9 (rev 0)
+++ csw/mgar/pkg/sendmail/trunk/files/i.sol9 2009-08-05 17:47:11 UTC (rev 5866)
@@ -0,0 +1,23 @@
+# PKGINST parameter provided by installation services
+# Move the Solaris 9 version specific files to the base directory.
+# The files specific to Solaris release are:
+# bin/vacation
+# sbin/editmap
+# sbin/mailstats
+# sbin/makemap
+# sbin/praliases
+# lib/mail.local
+# lib/sendmail
+# lib/smrsh
+#
+echo "Installing class <sol9>."
+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/sol9.//g'`" || exit 2
+ echo $dest2
+ /usr/bin/cp $src $dest2 || exit 2
+done
+exit 0
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