[med-svn] r11808 - trunk/packages/vista/trunk/debian

Luis Ibanez luisibanez-guest at alioth.debian.org
Sun Jul 15 00:14:43 UTC 2012


Author: luisibanez-guest
Date: 2012-07-15 00:14:42 +0000 (Sun, 15 Jul 2012)
New Revision: 11808

Modified:
   trunk/packages/vista/trunk/debian/changelog
   trunk/packages/vista/trunk/debian/cprs_vista_rpcbroker.sh
   trunk/packages/vista/trunk/debian/cprs_vista_xinetd
   trunk/packages/vista/trunk/debian/vista.install
   trunk/packages/vista/trunk/debian/vista_profile
Log:
Fixed path to include gtm version in VistA instance directory.



Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog	2012-07-14 20:23:31 UTC (rev 11807)
+++ trunk/packages/vista/trunk/debian/changelog	2012-07-15 00:14:42 UTC (rev 11808)
@@ -74,6 +74,7 @@
     Renaming back to vista.install. There was an error in the package name
     in the control file. The correct name for the file is vista.install now.
     Now installing vista in vista/V5.5-000 directory specifying GTM version.
+    Fixed path to include GTM version.
   * debian/control:
     Added configuration of metapackage "vista", and specific package
     "vista-0.0.20121206".
@@ -84,6 +85,7 @@
     Added file with the name of the vista_profile file to install as an
     example of how to configure the environment for a VistA user.
     Added debian/tmp to the path to example file.
+    Fixed path to include gtm version.
   * debian/vista.postinst:
     Added creation of "vista" user and "vista" group. Copied this from
     the dcmtk Debian files.

Modified: trunk/packages/vista/trunk/debian/cprs_vista_rpcbroker.sh
===================================================================
--- trunk/packages/vista/trunk/debian/cprs_vista_rpcbroker.sh	2012-07-14 20:23:31 UTC (rev 11807)
+++ trunk/packages/vista/trunk/debian/cprs_vista_rpcbroker.sh	2012-07-15 00:14:42 UTC (rev 11808)
@@ -5,7 +5,7 @@
 export REMOTE_HOST=`echo $REMOTE_HOST | sed 's/::ffff://'`
 source /usr/share/doc/vista/vista_profile
 
-LOG=/var/log/vista/inet/cprs.log
+LOG=/var/log/vista/V5.5-000/inet/cprs.log
 
 echo "$$ Job begin `date`"                                      >>  ${LOG}
 echo "$$  ${gtm_dist}/mumps -run GTMLNX^XWBTCPM"                >>  ${LOG}

Modified: trunk/packages/vista/trunk/debian/cprs_vista_xinetd
===================================================================
--- trunk/packages/vista/trunk/debian/cprs_vista_xinetd	2012-07-14 20:23:31 UTC (rev 11807)
+++ trunk/packages/vista/trunk/debian/cprs_vista_xinetd	2012-07-15 00:14:42 UTC (rev 11808)
@@ -5,7 +5,7 @@
   protocol = tcp
   type = UNLISTED
   user = root
-  server = /var/lib/vista/inet/cprs_vista_rpcbroker.sh
+  server = /var/lib/vista/V5.5-000/inet/cprs_vista_rpcbroker.sh
   wait = no
   disable = no
   per_source = UNLIMITED

Modified: trunk/packages/vista/trunk/debian/vista.install
===================================================================
--- trunk/packages/vista/trunk/debian/vista.install	2012-07-14 20:23:31 UTC (rev 11807)
+++ trunk/packages/vista/trunk/debian/vista.install	2012-07-15 00:14:42 UTC (rev 11808)
@@ -3,5 +3,5 @@
 var/lib/vista/V5.5-000/g/* var/lib/vista/V5.5-000/g
 var/lib/vista/V5.5-000/j var/lib/vista/V5.5-000/j
 var/lib/vista/V5.5-000/inet/cprs_vista_rpcbroker.sh var/lib/vista/V5.5-000/inet
-var/lib/vista/V5.5-000/inet/cprs_vista_xinetd etc/xinetd.d/cprs_vista_V5.5-000_xinetd
+var/lib/vista/V5.5-000/inet/cprs_vista_xinetd etc/xinetd.d
 var/log/vista/V5.5-000/* var/log/vista/V5.5-000

Modified: trunk/packages/vista/trunk/debian/vista_profile
===================================================================
--- trunk/packages/vista/trunk/debian/vista_profile	2012-07-14 20:23:31 UTC (rev 11807)
+++ trunk/packages/vista/trunk/debian/vista_profile	2012-07-15 00:14:42 UTC (rev 11808)
@@ -3,7 +3,8 @@
 #  in order to direct mumps to the VistA
 #  instance database.
 #
-export vista_instance=/var/lib/vista
+export GTM_VERSION=V5.5-000
+export vista_instance=/var/lib/vista/$GTM_VERSION
 export gtm_dist=/usr/lib/fis-gtm/V5.5-000_x86_64
 export gtmgbldir=$vista_instance/g/database
 export gtmroutines="$vista_instance/o($vista_instance/r) $gtm_dist/libgtmutil.so"




More information about the debian-med-commit mailing list