From 8eeba56b1422a66a31fc79e785ab514235b7c9bc Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 23 Jul 2001 03:46:48 +0000 Subject: [PATCH] moving the bin files to facilitate out-of-the-boxness git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@31 57a73879-2fb5-44c3-a270-3262357dd7e2 --- bin/roundup => roundup-admin | 5 ++++- bin/roundup-mailgw => roundup-mailgw | 3 +++ bin/roundup-server => roundup-server | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) rename bin/roundup => roundup-admin (98%) rename bin/roundup-mailgw => roundup-mailgw (89%) rename bin/roundup-server => roundup-server (97%) diff --git a/bin/roundup b/roundup-admin similarity index 98% rename from bin/roundup rename to roundup-admin index 0ca6554..1068301 100755 --- a/bin/roundup +++ b/roundup-admin @@ -1,6 +1,6 @@ #! /usr/bin/python -# $Id: roundup,v 1.1 2001-07-22 11:15:45 richard Exp $ +# $Id: roundup-admin,v 1.1 2001-07-23 03:46:48 richard Exp $ import sys if int(sys.version[0]) < 2: @@ -267,5 +267,8 @@ if __name__ == '__main__': # # $Log: not supported by cvs2svn $ +# Revision 1.1 2001/07/22 11:15:45 richard +# More Grande Splite stuff +# # diff --git a/bin/roundup-mailgw b/roundup-mailgw similarity index 89% rename from bin/roundup-mailgw rename to roundup-mailgw index 4add812..c16e38e 100755 --- a/bin/roundup-mailgw +++ b/roundup-mailgw @@ -30,5 +30,8 @@ handler.main(sys.stdin) # # $Log: not supported by cvs2svn $ +# Revision 1.1 2001/07/22 11:15:45 richard +# More Grande Splite stuff +# # diff --git a/bin/roundup-server b/roundup-server similarity index 97% rename from bin/roundup-server rename to roundup-server index c1e12c1..ff4e0c1 100755 --- a/bin/roundup-server +++ b/roundup-server @@ -3,7 +3,7 @@ Stolen from CGIHTTPServer -$Id: roundup-server,v 1.1 2001-07-22 11:15:45 richard Exp $ +$Id: roundup-server,v 1.1 2001-07-23 03:46:48 richard Exp $ """ import sys @@ -219,5 +219,8 @@ if __name__ == '__main__': # # $Log: not supported by cvs2svn $ +# Revision 1.1 2001/07/22 11:15:45 richard +# More Grande Splite stuff +# # -- 2.30.2