[csw-devel] SF.net SVN: gar:[13260] csw/mgar/pkg/pkgutil/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Sat Feb 12 15:38:06 CET 2011


Revision: 13260
          http://gar.svn.sourceforge.net/gar/?rev=13260&view=rev
Author:   bonivart
Date:     2011-02-12 14:38:06 +0000 (Sat, 12 Feb 2011)

Log Message:
-----------
pkgutil: 2.3

Modified Paths:
--------------
    csw/mgar/pkg/pkgutil/trunk/Makefile
    csw/mgar/pkg/pkgutil/trunk/checksums
    csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.preremove

Modified: csw/mgar/pkg/pkgutil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/Makefile	2011-02-12 13:28:27 UTC (rev 13259)
+++ csw/mgar/pkg/pkgutil/trunk/Makefile	2011-02-12 14:38:06 UTC (rev 13260)
@@ -2,7 +2,7 @@
 # svn co -r 9999 https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 gar
 
 NAME = pkgutil
-VERSION = 2.3b2
+VERSION = 2.3
 GARVERSION = $(VERSION)
 CATEGORIES = utils
 

Modified: csw/mgar/pkg/pkgutil/trunk/checksums
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/checksums	2011-02-12 13:28:27 UTC (rev 13259)
+++ csw/mgar/pkg/pkgutil/trunk/checksums	2011-02-12 14:38:06 UTC (rev 13260)
@@ -1,8 +1,8 @@
 a16c6f81bc537d6172fd65d8da1aeecc  CSWpkgutil.gspec
 2ce2761890775e7f658ed8233fda0148  CSWpkgutil.postinstall
-832c616f6ca7a3030d21bb61d9c62e42  CSWpkgutil.preremove
+9f8c677877f3c86c41dc3955c9c36ea0  CSWpkgutil.preremove
 ce3d565aaf32be17716a9869087dec5c  CSWpkgutil.prototype
 b5fffa0be100ddbb7262ce3a0a4e3bb7  build_sun_catalog.py
 7ad27336f90e73da3254a61d91025ee5  cswcatalog
 3a6b789b3d5e05f41d2363dd26a92acf  opencsw.py
-84b84029f721981edb741e503d03e59d  pkgutil-2.3b2.zip
+9c643c7b65ce4a241b523f360324c8f2  pkgutil-2.3.zip

Modified: csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.preremove
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.preremove	2011-02-12 13:28:27 UTC (rev 13259)
+++ csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.preremove	2011-02-12 14:38:06 UTC (rev 13260)
@@ -2,7 +2,8 @@
 
 ETC1=$PKG_INSTALL_ROOT/opt/csw/etc
 ETC2=$PKG_INSTALL_ROOT/etc/opt/csw
-VAR=$PKG_INSTALL_ROOT/var/opt/csw/pkgutil
+VAR1=$PKG_INSTALL_ROOT/opt/csw/var/pkgutil
+VAR2=$PKG_INSTALL_ROOT/var/opt/csw/pkgutil
 
 echo
 
@@ -20,11 +21,11 @@
   /bin/rm $ETC2/pkgutil.conf
 fi
 
-if [ "`cmp "$VAR/admin" "$VAR/admin.CSW"`" ]; then
+if [ "`cmp "$VAR2/admin" "$VAR1/admin.CSW"`" ]; then
   echo "/var/opt/csw/pkgutil/admin modified, will not remove it."
 else
-  echo "Removing unmodified $VAR/admin."
-  /bin/rm $VAR/admin
+  echo "Removing unmodified /var/opt/csw/pkgutil/admin."
+  /bin/rm $VAR2/admin
 fi
 
 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