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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon May 30 03:42:25 CEST 2011


Revision: 14662
          http://gar.svn.sourceforge.net/gar/?rev=14662&view=rev
Author:   bdwalton
Date:     2011-05-30 01:42:25 +0000 (Mon, 30 May 2011)

Log Message:
-----------
exim/trunk: drop a few of the legacy files for handling initsmf stuff

Removed Paths:
-------------
    csw/mgar/pkg/exim/trunk/files/CSWexim.checkinstall
    csw/mgar/pkg/exim/trunk/files/i.smfno
    csw/mgar/pkg/exim/trunk/files/i.smfyes

Deleted: csw/mgar/pkg/exim/trunk/files/CSWexim.checkinstall
===================================================================
--- csw/mgar/pkg/exim/trunk/files/CSWexim.checkinstall	2011-05-30 01:32:33 UTC (rev 14661)
+++ csw/mgar/pkg/exim/trunk/files/CSWexim.checkinstall	2011-05-30 01:42:25 UTC (rev 14662)
@@ -1,21 +0,0 @@
-#!/sbin/sh
-trap `exit 3` 15
-# Assign Solaris release class to install release specific files
-smf=no
-test -f $PKG_INSTALL_ROOT/usr/sbin/svccfg -a -f $PKG_INSTALL_ROOT/usr/sbin/svcadm && smf=yes
-
-if [ $smf = yes ]
-then
-        CLASSES='none smfyes'
-else
-        CLASSES='none smfno'
-fi
-
-# Make env variables available to other packaging scripts
-
-cat >>$1 <<!
-CLASSES='$CLASSES'
-SM_ACTION='$SM_ACTION'
-!
-
-exit 0

Deleted: csw/mgar/pkg/exim/trunk/files/i.smfno
===================================================================
--- csw/mgar/pkg/exim/trunk/files/i.smfno	2011-05-30 01:32:33 UTC (rev 14661)
+++ csw/mgar/pkg/exim/trunk/files/i.smfno	2011-05-30 01:42:25 UTC (rev 14662)
@@ -1,7 +0,0 @@
-#!/sbin/sh
-echo "Installing class <smfno>."
-while read src dest; do
-	/bin/cp -p "$src" "$dest" || exit 2
-	echo "$dest"
-done
-exit 0

Deleted: csw/mgar/pkg/exim/trunk/files/i.smfyes
===================================================================
--- csw/mgar/pkg/exim/trunk/files/i.smfyes	2011-05-30 01:32:33 UTC (rev 14661)
+++ csw/mgar/pkg/exim/trunk/files/i.smfyes	2011-05-30 01:42:25 UTC (rev 14662)
@@ -1,7 +0,0 @@
-#!/sbin/sh
-echo "Installing class <smfyes>."
-while read src dest; do
-	/bin/cp -p "$src" "$dest" || exit 2
-	echo "$dest"
-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