[interchange-cvs] [SCM] Interchange branch, master, updated. ac13f8d625ddcb60d23cdd12d60e4d5f31043b16

Jon Jensen interchange-cvs at icdevgroup.org
Sat May 23 21:47:13 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  ac13f8d625ddcb60d23cdd12d60e4d5f31043b16 (commit)
       via  4c0ab9e02b2d7b704b7d93e4cc40107c46cc5650 (commit)
      from  c996881100a2f0c5d19439d6bc2e629c468f95ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ac13f8d625ddcb60d23cdd12d60e4d5f31043b16
Author: Jon Jensen <jon at endpoint.com>
Date:   Sat May 23 15:46:45 2009 -0600

    Use a single rm command (wow, high performance!)

commit 4c0ab9e02b2d7b704b7d93e4cc40107c46cc5650
Author: Jon Jensen <jon at endpoint.com>
Date:   Sat May 23 15:46:09 2009 -0600

    Remove now-useless CVS keyword expansions

-----------------------------------------------------------------------

Summary of changes and diff:
 SPECS/interchange-cron      |    1 -
 SPECS/interchange-init      |    4 +---
 SPECS/interchange-logrotate |    2 --
 SPECS/interchange-wrapper   |    1 -
 SPECS/interchange.spec      |    2 --
 5 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/SPECS/interchange-cron b/SPECS/interchange-cron
index 797e540..51e9b2b 100644
--- a/SPECS/interchange-cron
+++ b/SPECS/interchange-cron
@@ -1,7 +1,6 @@
 #!/bin/sh
 
 # Script to purge expired Interchange session and tmp files
-# $Id: interchange-cron,v 2.3 2005-05-09 21:36:54 jon Exp $
 #
 # Before anything else we assure that we run only as the 'interch' user
 # because we allow 'find' to follow symlinks (e.g. to handle session
diff --git a/SPECS/interchange-init b/SPECS/interchange-init
index 6dd0a36..41197af 100644
--- a/SPECS/interchange-init
+++ b/SPECS/interchange-init
@@ -2,7 +2,6 @@
 #
 # Run control script for Interchange
 # http://www.icdevgroup.org/
-# $Id: interchange-init,v 2.3 2005-05-09 21:36:54 jon Exp $
 #
 # chkconfig: 345 96 4
 # description: Interchange is a web application server focused on ecommerce
@@ -26,8 +25,7 @@ case "$1" in
 		echo -n "Shutting down Interchange: "
 		killproc interchange
 		echo
-		rm -f /var/lock/subsys/interchange
-		rm -f /var/run/interchange/interchange.pid
+		rm -f /var/lock/subsys/interchange /var/run/interchange/interchange.pid
 		;;
 	status)
 		status interchange
diff --git a/SPECS/interchange-logrotate b/SPECS/interchange-logrotate
index 99c83a1..6ec17b6 100644
--- a/SPECS/interchange-logrotate
+++ b/SPECS/interchange-logrotate
@@ -1,5 +1,3 @@
-# $Id: interchange-logrotate,v 2.3 2005-05-09 21:36:54 jon Exp $
-
 /var/log/interchange/*.log /var/log/interchange/*/error.log {
 	rotate 4
 	weekly
diff --git a/SPECS/interchange-wrapper b/SPECS/interchange-wrapper
index 1a54c4f..48bf278 100644
--- a/SPECS/interchange-wrapper
+++ b/SPECS/interchange-wrapper
@@ -3,7 +3,6 @@
 # Interchange control script
 # Calls Interchange with special locations of files as installed by RPM
 # http://www.icdevgroup.org/
-# $Id: interchange-wrapper,v 2.3 2005-05-09 21:36:37 jon Exp $
 
 IC=/usr/lib/interchange
 ETC=/etc
diff --git a/SPECS/interchange.spec b/SPECS/interchange.spec
index c4c9c12..43bf27f 100644
--- a/SPECS/interchange.spec
+++ b/SPECS/interchange.spec
@@ -1,5 +1,3 @@
-# $Id: interchange.spec,v 2.35 2008-10-20 15:05:15 jon Exp $
-
 # use Perl installation in /usr/local custom built from source?
 %define localperl 0
 


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list