Index: ossp-pkg/rc/AUTHORS RCS File: /v/ossp/cvs/ossp-pkg/rc/AUTHORS,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/rc/AUTHORS,v' 2>/dev/null --- 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 + Michael Schloh von Bennewitz - Ralf S. Engelschall - Michael Schloh von Bennewitz Index: ossp-pkg/rc/README RCS File: /v/ossp/cvs/ossp-pkg/rc/README,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/rc/README,v' 2>/dev/null --- 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 Index: ossp-pkg/rc/THANKS RCS File: /v/ossp/cvs/ossp-pkg/rc/THANKS,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/rc/THANKS,v' | diff -u /dev/null - -L'ossp-pkg/rc/THANKS' 2>/dev/null --- ossp-pkg/rc/THANKS +++ - 2024-05-04 11:17:47.151107848 +0200 @@ -0,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 + Thomas Lotterer + Index: ossp-pkg/rc/rc_version.c RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_version.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/rc/rc_version.c,v' 2>/dev/null --- 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,13 +32,13 @@ #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)", + 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$" };