Index: ossp-pkg/rc/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/rc/Makefile.in,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/rc/Makefile.in,v' 2>/dev/null --- Makefile.in 2002/02/04 22:19:29 1.4 +++ Makefile.in 2002/02/04 22:35:20 1.5 @@ -1,10 +1,10 @@ ## -## rc - OSSP Runcommand processor +## rc - OSSP Run-command processor ## Copyright (c) 2002 Cable & Wireless Deutschland GmbH ## Copyright (c) 2002 The OSSP Project ## Copyright (c) 2002 Ralf S. Engelschall ## -## This file is part of OSSP rc, a portable Runcommand processor +## This file is part of OSSP rc, a portable Run-command processor ## which can be found at http://www.ossp.org/pkg/rc/ ## ## Permission to use, copy, modify, and distribute this software for Index: ossp-pkg/rc/README RCS File: /v/ossp/cvs/ossp-pkg/rc/README,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/rc/README,v' 2>/dev/null --- README 2002/01/10 10:29:37 1.2 +++ README 2002/02/04 22:35:20 1.3 @@ -3,12 +3,12 @@ | | | (__ |_| \___| - OSSP rc - Runcommand processor + OSSP rc - Run-command processor Version 0.1.0 (00-Duc-2002) ABSTRACT - The OSSP Runcommand processor is a Duc. + The OSSP Run-command processor is a Duc. COPYRIGHT AND LICENSE @@ -16,7 +16,7 @@ Copyright (c) 2002 The OSSP Project Copyright (c) 2002 Cable & Wireless Deutschland - This file is part of OSSP rc, a Runcommand processor which + This file is part of OSSP rc, a Run-command processor which can be found at http://www.ossp.org/pkg/rc/. Permission to use, copy, modify, and distribute this software for Index: ossp-pkg/rc/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/rc/aclocal.m4,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/rc/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2002/01/29 17:00:17 1.4 +++ aclocal.m4 2002/02/04 22:35:20 1.5 @@ -1,10 +1,10 @@ dnl ## -dnl ## OSSP rc - Runcommand processor +dnl ## OSSP rc - Run-command processor dnl ## Copyright (c) 2002 Cable & Wireless Deutschland GmbH dnl ## Copyright (c) 2002 The OSSP Project dnl ## Copyright (c) 2002 Ralf S. Engelschall dnl ## -dnl ## This file is part of OSSP rc, a portable Runcommand processor +dnl ## This file is part of OSSP rc, a portable Run-command processor dnl ## which can be found at http://www.ossp.org/pkg/rc/ dnl ## dnl ## Permission to use, copy, modify, and distribute this software for Index: ossp-pkg/rc/configure.in RCS File: /v/ossp/cvs/ossp-pkg/rc/configure.in,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/rc/configure.in,v' 2>/dev/null --- configure.in 2002/02/04 22:19:29 1.7 +++ configure.in 2002/02/04 22:35:20 1.8 @@ -1,10 +1,10 @@ dnl ## -dnl ## OSSP rc - Runcommand processor +dnl ## OSSP rc - Run-command processor dnl ## Copyright (c) 2002 Cable & Wireless Deutschland GmbH dnl ## Copyright (c) 2002 The OSSP Project dnl ## Copyright (c) 2002 Ralf S. Engelschall dnl ## -dnl ## This file is part of OSSP rc, a portable Runcommand processor +dnl ## This file is part of OSSP rc, a portable Run-command processor dnl ## which can be found at http://www.ossp.org/pkg/rc/ dnl ## dnl ## Permission to use, copy, modify, and distribute this software for Index: ossp-pkg/rc/rc-sample.pod RCS File: /v/ossp/cvs/ossp-pkg/rc/rc-sample.pod,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/rc/rc-sample.pod,v' 2>/dev/null --- rc-sample.pod 2002/01/31 20:00:54 1.7 +++ rc-sample.pod 2002/02/04 22:35:20 1.8 @@ -1,3 +1,28 @@ +## +## rc-sample.pod -- OSSP Run-command processor samples (manual page) +## Copyright (c) 2000-2002 Cable & Wireless Deutschland GmbH +## Copyright (c) 2000-2002 The OSSP Project +## Copyright (c) 2000-2002 Ralf S. Engelschall +## +## Permission to use, copy, modify, and distribute this software for +## any purpose with or without fee is hereby granted, provided that +## the above copyright notice and this permission notice appear in all +## copies. +## +## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR +## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +## SUCH DAMAGE. +## + =pod Index: ossp-pkg/rc/rc.c RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.c,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/rc/rc.c,v' 2>/dev/null --- rc.c 2002/02/04 21:48:22 1.4 +++ rc.c 2002/02/04 22:35:20 1.5 @@ -1,9 +1,9 @@ -/* rc - OSSP Runcommand processor +/* rc - OSSP Run-command processor ** Copyright (c) 2002 Cable & Wireless Deutschland GmbH ** Copyright (c) 2002 The OSSP Project ** Copyright (c) 2002 Ralf S. Engelschall ** -** This file is part of OSSP rc, a portable Runcommand processor +** This file is part of OSSP rc, a portable Run-command processor ** which can be found at http://www.ossp.org/pkg/rc/ ** ** Permission to use, copy, modify, and distribute this software for @@ -24,7 +24,7 @@ ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** -** rc.c: Runcommand processor ANSI C source file +** rc.c: Run-command processor ANSI C source file */ #include Index: ossp-pkg/rc/rc.conf RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.conf,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/rc/rc.conf,v' 2>/dev/null --- rc.conf 2002/01/30 07:55:32 1.5 +++ rc.conf 2002/02/04 22:35:20 1.6 @@ -26,9 +26,6 @@ - - - regexsection '(?<=^|\n)%%%s\s*\n(.+?)(?=\n%\S+|$)' usage #flag @@ -51,4 +48,3 @@ tmp /var/tmp verbose #flag exec #flag - Index: ossp-pkg/rc/rc.example RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.example,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/rc/rc.example,v' 2>/dev/null --- rc.example 2002/01/31 19:34:53 1.6 +++ rc.example 2002/02/04 22:35:20 1.7 @@ -1,9 +1,9 @@ ## ## rc.example - rcfile template ## -## This file examines different ways of writing runcommands for a ## +## This file examines different ways of writing run commands for a ## ## program. If used in production, this file would be different. It ## -## would have a name like 'rc.helloworld' and contain runcommands ## +## would have a name like 'rc.helloworld' and contain run commands ## ## for the 'helloworld' program. It would also have only one ## ## notation. A sample is repeated in this document using rc (native), ## ## XML, and ASN.1 notation. The same rcfile semantics are repeated ## @@ -16,8 +16,8 @@ ## corresponding regular expressions settings. ## ## ## -# Generic runcommands for example daemon. Using # -# default symbols and conventional identifiers. # +# Generic run commands for example daemon. Using # +# default symbols and conventional identifiers. # %confvars sftpd_enable="yes" @@ -65,8 +65,8 @@ # End stock syntax example rcfile -# Generic runcommands for example daemon. Using # -# custom symbols and unconventional identifiers. # +# Generic run commands for example daemon. Using # +# custom symbols and unconventional identifiers. # !confvars sftpd_enable="yes" @@ -114,8 +114,8 @@ # End custom syntax example rcfile -# Generic runcommands for example daemon. Using an # -# XML-like syntax and conventional identifiers. # +# Generic run commands for example daemon. Using an # +# XML-like syntax and conventional identifiers. # "yes" @@ -173,8 +173,8 @@ # End XML-like syntax example rcfile -# Generic runcommands for example daemon. Using a # -# ASN.1-like syntax and conventional identifiers. # +# Generic run commands for example daemon. Using a # +# ASN.1-like syntax and conventional identifiers. # config CONFIG BEGIN Index: ossp-pkg/rc/rc.h RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.h,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/rc/rc.h,v' 2>/dev/null --- rc.h 2002/02/04 21:48:22 1.4 +++ rc.h 2002/02/04 22:35:20 1.5 @@ -1,9 +1,9 @@ -/* rc - OSSP Runcommand processor +/* rc - OSSP Run-command processor ** Copyright (c) 2002 Cable & Wireless Deutschland GmbH ** Copyright (c) 2002 The OSSP Project ** Copyright (c) 2002 Ralf S. Engelschall ** -** This file is part of OSSP rc, a portable Runcommand processor +** This file is part of OSSP rc, a portable Run-command processor ** which can be found at http://www.ossp.org/pkg/rc/ ** ** Permission to use, copy, modify, and distribute this software for @@ -24,7 +24,7 @@ ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** -** rc.h: Runcommand processor ANSI C public header file +** rc.h: Run-command processor ANSI C public header file */ #ifndef __OSSPRC_H__ Index: ossp-pkg/rc/rc.pod RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.pod,v rcsdiff -q -kk '-r1.26' '-r1.27' -u '/v/ossp/cvs/ossp-pkg/rc/rc.pod,v' 2>/dev/null --- rc.pod 2002/01/31 21:14:10 1.26 +++ rc.pod 2002/02/04 22:35:20 1.27 @@ -1,5 +1,5 @@ ## -## rc.pod -- OSSP Runcommand Processor (Manual Page) +## rc.pod -- OSSP Run-command processor (manual page) ## Copyright (c) 2000-2002 Cable & Wireless Deutschland GmbH ## Copyright (c) 2000-2002 The OSSP Project ## Copyright (c) 2000-2002 Ralf S. Engelschall Index: ossp-pkg/rc/rc_p.h RCS File: /v/ossp/cvs/ossp-pkg/rc/Attic/rc_p.h,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/rc/Attic/rc_p.h,v' 2>/dev/null --- rc_p.h 2002/02/04 21:48:22 1.2 +++ rc_p.h 2002/02/04 22:35:20 1.3 @@ -1,9 +1,9 @@ -/* rc - OSSP Runcommand processor +/* rc - OSSP Run-command processor ** Copyright (c) 2002 Cable & Wireless Deutschland GmbH ** Copyright (c) 2002 The OSSP Project ** Copyright (c) 2002 Ralf S. Engelschall ** -** This file is part of OSSP rc, a portable Runcommand processor +** This file is part of OSSP rc, a portable Run-command processor ** which can be found at http://www.ossp.org/pkg/rc/ ** ** Permission to use, copy, modify, and distribute this software for @@ -24,7 +24,7 @@ ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** -** rc_p.h: Runcommand processor ANSI C private API header file +** rc_p.h: Run-command processor ANSI C private API header file */ #ifndef __OSSPRC_P_H__ Index: ossp-pkg/rc/rc_test.sh RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_test.sh,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/rc/rc_test.sh,v' 2>/dev/null --- rc_test.sh 2002/01/30 17:29:15 1.3 +++ rc_test.sh 2002/02/04 22:35:20 1.4 @@ -1,10 +1,10 @@ #! /bin/sh -# rc - OSSP Runcommand processor +# rc - OSSP Run-command processor # Copyright (c) 2002 Cable & Wireless Deutschland GmbH # Copyright (c) 2002 The OSSP Project # Copyright (c) 2002 Ralf S. Engelschall # -# This file is part of OSSP rc, a portable Runcommand processor +# This file is part of OSSP rc, a portable Run-command processor # which can be found at http://www.ossp.org/pkg/rc/ # # Permission to use, copy, modify, and distribute this software for @@ -25,7 +25,7 @@ # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# test_rc.sh: Runcommand processor test script +# test_rc.sh: Run-command processor test script #Pre: #tar zxvf ossprc-0.9.tar.gz