Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3844 - trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian

Subject: perfsonar development work

List archive

perfsonar: r3844 - trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3844 - trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian
  • Date: Fri, 16 May 2008 09:40:51 -0400

Author: gijs
Date: 2008-05-16 09:40:51 -0400 (Fri, 16 May 2008)
New Revision: 3844

Modified:
trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/changelog
trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/control
trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/files
trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/postinst
trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/postrm
Log:


Modified: trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/changelog
===================================================================
--- trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/changelog 2008-05-16
13:32:36 UTC (rev 3843)
+++ trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/changelog 2008-05-16
13:40:51 UTC (rev 3844)
@@ -1,4 +1,4 @@
-perfsonar-exist (1.1.1-3) stable; urgency=low
+tomcat5.5-exist (1.1.1-3) stable; urgency=low

* new package structure
* now depending on tomcat5.5 package (not perfsonar-tomcat)

Modified: trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/control
===================================================================
--- trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/control 2008-05-16
13:32:36 UTC (rev 3843)
+++ trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/control 2008-05-16
13:40:51 UTC (rev 3844)
@@ -1,11 +1,11 @@
-Source: perfsonar-exist
+Source: tomcat5.5-exist
Section: web
Priority: extra
Maintainer: Gijs Molenaar
<>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.3

-Package: perfsonar-exist
+Package: tomcat5.5-exist
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, tomcat5.5
Description: tomcat exist perfSONAR edition

Modified: trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/files
===================================================================
--- trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/files 2008-05-16
13:32:36 UTC (rev 3843)
+++ trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/files 2008-05-16
13:40:51 UTC (rev 3844)
@@ -1 +1 @@
-perfsonar-exist_1.1.1-3_all.deb web extra
+tomcat5.5-exist_1.1.1-3_all.deb web extra

Modified: trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/postinst
===================================================================
--- trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/postinst 2008-05-16
13:32:36 UTC (rev 3843)
+++ trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/postinst 2008-05-16
13:40:51 UTC (rev 3844)
@@ -23,10 +23,8 @@
case "$1" in
configure)
touch $PREFIX/WEB-INF/TMPfile.xml
- chgrp tomcat55 $PREFIX/WEB-INF/logs $PREFIX/WEB-INF/data
$PREFIX/WEB-INF/TMPfile.xml
- chmod 775 $PREFIX/WEB-INF/logs $PREFIX/WEB-INF/data
- chmod 664 $PREFIX/WEB-INF/TMPfile.xml
-
+ chown tomcat55 $PREFIX/WEB-INF/logs $PREFIX/WEB-INF/data
$PREFIX/WEB-INF/TMPfile.xml
+ /etc/init.d/tomcat5.5 try-restart
;;

abort-upgrade|abort-remove|abort-deconfigure)

Modified: trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/postrm
===================================================================
--- trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/postrm 2008-05-16
13:32:36 UTC (rev 3843)
+++ trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian/postrm 2008-05-16
13:40:51 UTC (rev 3844)
@@ -21,10 +21,11 @@

case "$1" in
remove)
+ /etc/init.d/tomcat5.5 try-restart
;;

purge)
- rm -rf /opt/perfsonar/services/exist/WEB-INF/logs/*
/opt/perfsonar/services/exist/WEB-INF/data/*
+ rm -rf /var/lib/tomcat5.5/webapps/exist/WEB-INF/logs/*
/var/lib/tomcat5.5/webapps/exist/WEB-INF/data/*
/var/lib/tomcat5.5/webapps/exist/WEB-INF/TMPfile.xml
;;





  • perfsonar: r3844 - trunk/packaging/deb/tomcat5.5-exist-1.1.1/debian, svnlog, 05/16/2008

Archive powered by MHonArc 2.6.16.

Top of Page