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

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Fri May 7 17:33:45 CEST 2010


Revision: 9830
          http://gar.svn.sourceforge.net/gar/?rev=9830&view=rev
Author:   bonivart
Date:     2010-05-07 15:33:44 +0000 (Fri, 07 May 2010)

Log Message:
-----------
pkgutil: 2.0 beta 2

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	2010-05-07 13:40:54 UTC (rev 9829)
+++ csw/mgar/pkg/pkgutil/trunk/Makefile	2010-05-07 15:33:44 UTC (rev 9830)
@@ -1,5 +1,5 @@
 GARNAME = pkgutil
-GARVERSION = 2.0b1
+GARVERSION = 2.0b2
 CATEGORIES = utils
 
 DESCRIPTION = Installs Solaris packages easily

Modified: csw/mgar/pkg/pkgutil/trunk/checksums
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/checksums	2010-05-07 13:40:54 UTC (rev 9829)
+++ csw/mgar/pkg/pkgutil/trunk/checksums	2010-05-07 15:33:44 UTC (rev 9830)
@@ -1,8 +1,8 @@
 a16c6f81bc537d6172fd65d8da1aeecc  CSWpkgutil.gspec
 f5a00bd5eedf3b967fafbf29dc389e4c  CSWpkgutil.postinstall
-95003b45c574ae06ba92ad0adee1e3dd  CSWpkgutil.preremove
+832c616f6ca7a3030d21bb61d9c62e42  CSWpkgutil.preremove
 a0e549282bf18241e4490ed6b051b92a  CSWpkgutil.prototype
 b5fffa0be100ddbb7262ce3a0a4e3bb7  build_sun_catalog.py
 7ad27336f90e73da3254a61d91025ee5  cswcatalog
 3a6b789b3d5e05f41d2363dd26a92acf  opencsw.py
-79d42025a6c478123f0de319cd4a29fd  pkgutil-2.0b1.zip
+cbb36675728b15bd6f0b24712e7a3039  pkgutil-2.0b2.zip

Modified: csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.preremove
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.preremove	2010-05-07 13:40:54 UTC (rev 9829)
+++ csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.preremove	2010-05-07 15:33:44 UTC (rev 9830)
@@ -9,18 +9,21 @@
 if [ "`cmp "$ETC1/pkgutil.conf" "$ETC1/pkgutil.conf.CSW"`" ]; then
   echo "/opt/csw/etc/pkgutil.conf modified, will not remove it."
 else
+  echo "Removing unmodified $ETC1/pkgutil.conf."
   /bin/rm $ETC1/pkgutil.conf
 fi
 
 if [ "`cmp "$ETC2/pkgutil.conf" "$ETC2/pkgutil.conf.CSW"`" ]; then
   echo "/etc/opt/csw/pkgutil.conf modified, will not remove it."
 else
+  echo "Removing unmodified $ETC2/pkgutil.conf."
   /bin/rm $ETC2/pkgutil.conf
 fi
 
 if [ "`cmp "$VAR/admin" "$VAR/admin.CSW"`" ]; then
   echo "/var/opt/csw/pkgutil/admin modified, will not remove it."
 else
+  echo "Removing unmodified $VAR/admin."
   /bin/rm $VAR/admin
 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