[med-svn] r11676 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Tue Jul 10 03:33:19 UTC 2012
Author: luisibanez-guest
Date: 2012-07-10 03:33:18 +0000 (Tue, 10 Jul 2012)
New Revision: 11676
Added:
trunk/packages/vista/trunk/debian/vista_profile
Modified:
trunk/packages/vista/trunk/debian/auto_install
trunk/packages/vista/trunk/debian/changelog
trunk/packages/vista/trunk/debian/vista.install
Log:
Added installation of a vista_profile file to set environment variables
intended to be sourced by VistA users.
Modified: trunk/packages/vista/trunk/debian/auto_install
===================================================================
--- trunk/packages/vista/trunk/debian/auto_install 2012-07-10 03:22:23 UTC (rev 11675)
+++ trunk/packages/vista/trunk/debian/auto_install 2012-07-10 03:33:18 UTC (rev 11676)
@@ -10,6 +10,7 @@
mkdir -p $VISTA_INSTANCE_DIR/g
mkdir -p $VISTA_INSTANCE_DIR/inet
mkdir -p $VISTA_INSTANCE_DIR/inet/Logs
+mkdir -p $VISTA_INSTANCE_DIR/profile
mkdir -p $CMAKE_OSEHRA_BINARY_DIR/Testing
mkdir -p $CMAKE_OSEHRA_BINARY_DIR/Testing/Log
export gtm_dist=$GTM_INSTALL_DIR
@@ -27,6 +28,11 @@
$GTM_INSTALL_DIR/dse change -f -key_max=1023 -rec=4096
#
+# Copy profile file.
+#
+cp ./debian/vista_profile $VISTA_INSTANCE_DIR/profile
+
+#
# Import routines and globlas into the database
#
echo "I: Importing Routines..."
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-10 03:22:23 UTC (rev 11675)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-10 03:33:18 UTC (rev 11676)
@@ -46,10 +46,13 @@
.m files path, and make the .o files contain the correct destination
path that will make possible for the $TEXT() function to work properly.
Now recompiling all .m files and placing output in the ./o directory.
+ Added installation of a vista_profile file to set environment variables
+ intended to be sourced by VistA users.
* debian/copyright:
Addressing lintian warning: missing-license-paragraph-in-dep5-copyright,
added a paragraph stating where to find the license file.
* debian/vista.install:
Added first list of directories to install in the final destination.
+ Added profile directories to the installation.
-- Luis Ibanez <luis.ibanez at kitware.com> Wed, 4 Jul 2012 17:16:45 -0500
Modified: trunk/packages/vista/trunk/debian/vista.install
===================================================================
--- trunk/packages/vista/trunk/debian/vista.install 2012-07-10 03:22:23 UTC (rev 11675)
+++ trunk/packages/vista/trunk/debian/vista.install 2012-07-10 03:33:18 UTC (rev 11676)
@@ -2,3 +2,4 @@
var/lib/vista/o/* var/lib/vista/o
var/lib/vista/g/* var/lib/vista/g
var/lib/vista/inet/* var/lib/vista/inet
+var/lib/vista/profile/* var/lib/vista/profile
Added: trunk/packages/vista/trunk/debian/vista_profile
===================================================================
--- trunk/packages/vista/trunk/debian/vista_profile (rev 0)
+++ trunk/packages/vista/trunk/debian/vista_profile 2012-07-10 03:33:18 UTC (rev 11676)
@@ -0,0 +1,11 @@
+#
+# Source this file into your environment
+# in order to direct mumps to the VistA
+# instance database.
+#
+export vista_instance=/var/lib/vista
+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"
+export gtm_tmp=/tmp
+export PATH=$PATH:$gtm_dist
More information about the debian-med-commit
mailing list