OSSP CVS Repository

ossp - Check-in [3511]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3511
Date: 2003-Jul-11 13:35:28 (local)
2003-Jul-11 11:35:28 (UTC)
User:ms
Branch:
Comment: Minor changes and corrections to docs and bump version for interim release.
Tickets:
Inspections:
Files:
ossp-pkg/rc/AUTHORS      1.3 -> 1.4     4 inserted, 4 deleted
ossp-pkg/rc/README      1.12 -> 1.13     3 inserted, 3 deleted
ossp-pkg/rc/THANKS      added-> 1.1
ossp-pkg/rc/rc_version.c      1.3 -> 1.4     9 inserted, 9 deleted

ossp-pkg/rc/AUTHORS 1.3 -> 1.4

--- AUTHORS      2003/07/07 13:30:50     1.3
+++ AUTHORS      2003/07/11 11:35:28     1.4
@@ -8,8 +8,8 @@
 
   AUTHORS
 
-  This is a list of the authors who have written
-  or edited major parts of the OSSP rc source code.
+  Major parts of the OSSP rc source code is written or edited by:
+
+  Ralf S. Engelschall           <ralf.engelschall@cw.com>
+  Michael Schloh von Bennewitz  <michael.schloh@cw.com>
 
-  Ralf S. Engelschall             <ralf.engelschall@cw.com>
-  Michael Schloh von Bennewitz    <michael.schloh@cw.com>


ossp-pkg/rc/README 1.12 -> 1.13

--- README       2003/07/10 18:19:46     1.12
+++ README       2003/07/11 11:35:28     1.13
@@ -5,7 +5,7 @@
   |_|_|_|  \___/|____/____/|_|     |_|  \___|
 
   OSSP rc - Run-Command Processor
-  Version 0.7.1 (07-Jul-2003)
+  Version 0.7.2 (11-Jul-2003)
 
   ABSTRACT
 
@@ -51,8 +51,8 @@
 
   Documentation and releases can be found at
 
-  o http://www.ossp.org/pkg/rc/
-  o  ftp://ftp.ossp.org/Duc/
+  o http://www.ossp.org/pkg/tool/rc/
+  o  ftp://ftp.ossp.org/pkg/tool/rc/
 
                                        Michael Schloh von Bennewitz
                                        michael.schloh@cw.com


ossp-pkg/rc/THANKS -> 1.1

*** /dev/null    Thu Apr 25 03:49:23 2024
--- -    Thu Apr 25 03:50:22 2024
***************
*** 0 ****
--- 1,19 ----
+    _        ___  ____ ____  ____             
+   |_|_ _   / _ \/ ___/ ___||  _ \   _ __ ___ 
+   _|_||_| | | | \___ \___ \| |_) | | '__/ __|
+  |_||_|_| | |_| |___) |__) |  __/  | | | (__ 
+   |_|_|_|  \___/|____/____/|_|     |_|  \___|
+ 
+   OSSP rc - Run-Command Processor
+ 
+   THANKS
+ 
+   Credit goes to Cable & Wireless Telecommunications GmbH for
+   supporting Opensource software projects with contributions of
+   hardware, network and manpower resources.
+ 
+   Thanks to those who have contributed in various ways to OSSP rc.
+ 
+   Michael van Elst              <mlelstv@serpens.de>
+   Thomas Lotterer               <thomas@lotterer.net>
+ 


ossp-pkg/rc/rc_version.c 1.3 -> 1.4

--- rc_version.c 2003/07/07 15:32:20     1.3
+++ rc_version.c 2003/07/11 11:35:28     1.4
@@ -8,7 +8,7 @@
 #ifndef _RC_VERSION_C_
 #define _RC_VERSION_C_
 
-#define RC_VERSION 0x007201
+#define RC_VERSION 0x007202
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _RC_VERSION_C_AS_HEADER_
 
 rc_version_t rc_version = {
-    0x007201,
-    "0.7.1",
-    "0.7.1 (07-Jul-2003)",
-    "This is OSSP rc, Version 0.7.1 (07-Jul-2003)",
-    "OSSP rc 0.7.1 (07-Jul-2003)",
-    "OSSP rc/0.7.1",
-    "@(#)OSSP rc 0.7.1 (07-Jul-2003)",
-    "$Id: rc_version.c,v 1.3 2003/07/07 15:32:20 ms Exp $"
+    0x007202,
+    "0.7.2",
+    "0.7.2 (11-Jul-2003)",
+    "This is OSSP rc, Version 0.7.2 (11-Jul-2003)",
+    "OSSP rc 0.7.2 (11-Jul-2003)",
+    "OSSP rc/0.7.2",
+    "@(#)OSSP rc 0.7.2 (11-Jul-2003)",
+    "$Id: rc_version.c,v 1.4 2003/07/11 11:35:28 ms Exp $"
 };
 
 #endif /* _RC_VERSION_C_AS_HEADER_ */

CVSTrac 2.0.1