[med-svn] r11801 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Sat Jul 14 17:16:02 UTC 2012
Author: luisibanez-guest
Date: 2012-07-14 17:16:01 +0000 (Sat, 14 Jul 2012)
New Revision: 11801
Modified:
trunk/packages/vista/trunk/debian/README.Debian
trunk/packages/vista/trunk/debian/auto_install
trunk/packages/vista/trunk/debian/changelog
trunk/packages/vista/trunk/debian/cprs_vista_rpcbroker.sh
trunk/packages/vista/trunk/debian/vista-0.0.20111206.install
Log:
Relocating directories to better fit Debian policies. Logs now go to
/var/log/vista. The profile example now goes to /usr/share/doc/vista
Modified: trunk/packages/vista/trunk/debian/README.Debian
===================================================================
--- trunk/packages/vista/trunk/debian/README.Debian 2012-07-14 14:38:21 UTC (rev 11800)
+++ trunk/packages/vista/trunk/debian/README.Debian 2012-07-14 17:16:01 UTC (rev 11801)
@@ -83,3 +83,28 @@
both in the private and the public sector. Including, for example:
VistA, CHCS, RPMS, Epic, Centricity and Meditech.
+
+k) Once you have installed the vista package, you need to configure your
+ environment to let fis-gtm know where all the componets are.
+ An example file with configuration is available at
+
+ /usr/share/doc/vista/vista.profile
+
+ Copy this file into your home directory, modify the paths according
+ to your desired system setup, and source it into your environment.
+
+l) To start your experience with vista, you can launch it by using
+ the "developer" setup.
+
+ Call fis-gtm by typing in your shell prompt: gtm
+
+ That will open a prompt: GTM>
+
+ in that prompt type: SET DUZ=1
+ This set your vista user id.
+ and gives you developer priviledges... use them wisely !
+
+ Finally type: DO ^XUP
+
+ This will start the top VistA menu.
+
Modified: trunk/packages/vista/trunk/debian/auto_install
===================================================================
--- trunk/packages/vista/trunk/debian/auto_install 2012-07-14 14:38:21 UTC (rev 11800)
+++ trunk/packages/vista/trunk/debian/auto_install 2012-07-14 17:16:01 UTC (rev 11801)
@@ -9,9 +9,9 @@
mkdir -p $VISTA_INSTANCE_DIR/o
mkdir -p $VISTA_INSTANCE_DIR/g
mkdir -p $VISTA_INSTANCE_DIR/j
-mkdir -p $VISTA_INSTANCE_DIR/logs
+mkdir -p $gtm_destdir/var/log/vista
+mkdir -p $gtm_destdir/var/log/vista/inet
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
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-14 14:38:21 UTC (rev 11800)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-14 17:16:01 UTC (rev 11801)
@@ -53,6 +53,8 @@
intended to be sourced by VistA users.
Added configuration files to listen to CPRS via xinetd and RPCs.
Added creation of directories: j and logs,for journaling and loging.
+ Relocating directories to better fit Debian policies. Logs now go to
+ /var/log/vista. The profile example now goes to /usr/share/doc/vista
* debian/copyright:
Addressing lintian warning: missing-license-paragraph-in-dep5-copyright,
added a paragraph stating where to find the license file.
Modified: trunk/packages/vista/trunk/debian/cprs_vista_rpcbroker.sh
===================================================================
--- trunk/packages/vista/trunk/debian/cprs_vista_rpcbroker.sh 2012-07-14 14:38:21 UTC (rev 11800)
+++ trunk/packages/vista/trunk/debian/cprs_vista_rpcbroker.sh 2012-07-14 17:16:01 UTC (rev 11801)
@@ -3,9 +3,9 @@
# This is a file to run RPCBroker as a Linux service
#
export REMOTE_HOST=`echo $REMOTE_HOST | sed 's/::ffff://'`
-source /var/lib/vista/vista_profile
+source /usr/share/doc/vista/vista_profile
-LOG=$vista_instance/inet/Logs/cprs.log
+LOG=/var/log/vista/inet/cprs.log
echo "$$ Job begin `date`" >> ${LOG}
echo "$$ ${gtm_dist}/mumps -run GTMLNX^XWBTCPM" >> ${LOG}
Modified: trunk/packages/vista/trunk/debian/vista-0.0.20111206.install
===================================================================
--- trunk/packages/vista/trunk/debian/vista-0.0.20111206.install 2012-07-14 14:38:21 UTC (rev 11800)
+++ trunk/packages/vista/trunk/debian/vista-0.0.20111206.install 2012-07-14 17:16:01 UTC (rev 11801)
@@ -2,7 +2,7 @@
var/lib/vista/o/* var/lib/vista/o
var/lib/vista/g/* var/lib/vista/g
var/lib/vista/j var/lib/vista/j
-var/lib/vista/logs var/lib/vista/logs
-var/lib/vista/profile/* var/lib/vista/profile
+var/log/vista/* var/log/vista
+var/lib/vista/profile/* usr/share/doc/vista
var/lib/vista/inet/cprs_vista_rpcbroker.sh var/lib/vista/inet
var/lib/vista/inet/cprs_vista_xinetd etc/xinetd.d/
More information about the debian-med-commit
mailing list