summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www')
-rw-r--r--net-www/orion/files/2.0.1/orion.conf2
-rw-r--r--net-www/orion/files/2.0.1/start_orion.sh2
-rw-r--r--net-www/orion/files/2.0.1/stop_orion.sh2
-rw-r--r--net-www/orion/files/2.0/orion.conf2
-rw-r--r--net-www/orion/files/2.0/start_orion.sh2
-rw-r--r--net-www/orion/files/2.0/stop_orion.sh2
6 files changed, 6 insertions, 6 deletions
diff --git a/net-www/orion/files/2.0.1/orion.conf b/net-www/orion/files/2.0.1/orion.conf
index 3bf889de6de2..518600c8e2be 100644
--- a/net-www/orion/files/2.0.1/orion.conf
+++ b/net-www/orion/files/2.0.1/orion.conf
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0.1/orion.conf,v 1.1 2003/05/01 17:50:29 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0.1/orion.conf,v 1.2 2004/07/18 04:26:56 dragonheart Exp $
# Where your web applications are located
ORION_DIR=/opt/orion
diff --git a/net-www/orion/files/2.0.1/start_orion.sh b/net-www/orion/files/2.0.1/start_orion.sh
index 9592befb61fb..d7fd0e83e254 100644
--- a/net-www/orion/files/2.0.1/start_orion.sh
+++ b/net-www/orion/files/2.0.1/start_orion.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0.1/start_orion.sh,v 1.1 2003/05/01 17:50:29 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0.1/start_orion.sh,v 1.2 2004/07/18 04:26:56 dragonheart Exp $
source /etc/conf.d/orion
JAVAC=${JAVA_HOME}/bin/javac
diff --git a/net-www/orion/files/2.0.1/stop_orion.sh b/net-www/orion/files/2.0.1/stop_orion.sh
index d18823987ab7..e31a3d98fada 100644
--- a/net-www/orion/files/2.0.1/stop_orion.sh
+++ b/net-www/orion/files/2.0.1/stop_orion.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0.1/stop_orion.sh,v 1.1 2003/05/01 17:50:29 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0.1/stop_orion.sh,v 1.2 2004/07/18 04:26:56 dragonheart Exp $
ps auxww | grep orion.jar | awk '{print $2}' | xargs kill &> /dev/null
diff --git a/net-www/orion/files/2.0/orion.conf b/net-www/orion/files/2.0/orion.conf
index 9784af2b16a2..cb2c4cc20f5f 100644
--- a/net-www/orion/files/2.0/orion.conf
+++ b/net-www/orion/files/2.0/orion.conf
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0/orion.conf,v 1.2 2003/04/05 02:01:29 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0/orion.conf,v 1.3 2004/07/18 04:26:56 dragonheart Exp $
# Where your web applications are located
ORION_DIR=/opt/orion
diff --git a/net-www/orion/files/2.0/start_orion.sh b/net-www/orion/files/2.0/start_orion.sh
index 0189c98450b7..fbaab7c83479 100644
--- a/net-www/orion/files/2.0/start_orion.sh
+++ b/net-www/orion/files/2.0/start_orion.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0/start_orion.sh,v 1.1 2003/03/22 03:28:35 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0/start_orion.sh,v 1.2 2004/07/18 04:26:56 dragonheart Exp $
source /etc/conf.d/orion
JAVAC=${JAVA_HOME}/bin/javac
diff --git a/net-www/orion/files/2.0/stop_orion.sh b/net-www/orion/files/2.0/stop_orion.sh
index 713367ad77b8..eeb7cf2c4e9f 100644
--- a/net-www/orion/files/2.0/stop_orion.sh
+++ b/net-www/orion/files/2.0/stop_orion.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0/stop_orion.sh,v 1.1 2003/03/22 03:28:35 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/orion/files/2.0/stop_orion.sh,v 1.2 2004/07/18 04:26:56 dragonheart Exp $
ps auxww | grep orion.jar | awk '{print $2}' | xargs kill &> /dev/null