[csw-devel] SF.net SVN: gar:[5790] csw/mgar/pkg/sendmail/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Fri Jul 31 23:44:46 CEST 2009
Revision: 5790
http://gar.svn.sourceforge.net/gar/?rev=5790&view=rev
Author: valholla
Date: 2009-07-31 21:44:46 +0000 (Fri, 31 Jul 2009)
Log Message:
-----------
tweaks
Modified Paths:
--------------
csw/mgar/pkg/sendmail/trunk/Makefile
csw/mgar/pkg/sendmail/trunk/checksums
csw/mgar/pkg/sendmail/trunk/files/i.cswosrel
Modified: csw/mgar/pkg/sendmail/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/trunk/Makefile 2009-07-31 21:28:40 UTC (rev 5789)
+++ csw/mgar/pkg/sendmail/trunk/Makefile 2009-07-31 21:44:46 UTC (rev 5790)
@@ -18,7 +18,6 @@
DISTFILES += Sun-sendmail-deactivate.sh Sun-sendmail-reactivate.sh
DISTFILES += cswsendmail site.config.m4 i.cswosrel
DISTFILES += CSWsendmail.preremove CSWsendmail.preinstall CSWsendmail.space
-DISTFILES += $(CLASS_SCRIPTS)
DISTFILES += $(foreach FILE,$(shell cd $(FILEDIR) && ls *.CSW),$(FILE))
# We define upstream file regex so we can be notifed of new upstream software release
@@ -101,6 +100,7 @@
ginstall -d $(DESTDIR)$(sharedstatedir)/mail
ginstall -d $(DESTDIR)/etc/opt/csw/init.d
ginstall -d $(DESTDIR)$(sysconfdir)/mail
+ ginstall -d $(DESTDIR)/usr/sadm/install/scripts
@# install the libraries
@( for file in $(LIBFILES) ; do \
Modified: csw/mgar/pkg/sendmail/trunk/checksums
===================================================================
--- csw/mgar/pkg/sendmail/trunk/checksums 2009-07-31 21:28:40 UTC (rev 5789)
+++ csw/mgar/pkg/sendmail/trunk/checksums 2009-07-31 21:44:46 UTC (rev 5790)
@@ -7,7 +7,7 @@
2bfc78e0f774b7168e29628b6a18570a download/aliases.CSW
2592f7d191867c1d1c63ff16d818dcb5 download/cswsendmail
c816378b3028cbab410f72168b571775 download/helpfile.CSW
-63ecca8e9ed3a37b6cd31e82d921d443 download/i.cswosrel
+7dc344aba21959d231c158c30b9c0c96 download/i.cswosrel
d41d8cd98f00b204e9800998ecf8427e download/local-host-names.CSW
95c787a371c63caebc5d76faddba08e4 download/patch-CC-M.m4
a5ee5d26e1f546a2da5fb9a513bd6bce download/sendmail.8.14.3.tar.gz
Modified: csw/mgar/pkg/sendmail/trunk/files/i.cswosrel
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/i.cswosrel 2009-07-31 21:28:40 UTC (rev 5789)
+++ csw/mgar/pkg/sendmail/trunk/files/i.cswosrel 2009-07-31 21:44:46 UTC (rev 5790)
@@ -2,6 +2,7 @@
#
# Move the OS version specific files to the base directory.
#
+
MYOSREL="sol`/sbin/uname -r |sed 's/5\.//'`"
echo "Installing class <osrel> for ${MYOSREL}."
@@ -12,7 +13,7 @@
# 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/sol${MYOSREL}.//g"` || exit 2
+ dest2=`echo $dest | sed "s/${MYOSREL}.//g"` || exit 2
echo $dest2
/usr/bin/cp $src $dest2 || exit 2
fi
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