ossp-pkg/rc/rc_test.sh 1.28 -> 1.29
--- rc_test.sh 2003/07/07 12:55:42 1.28
+++ rc_test.sh 2003/07/07 13:30:51 1.29
@@ -1,10 +1,10 @@
#! /bin/sh
-# OSSP rc - Run-command processor
+# OSSP rc - Run-Command Processor
# Copyright (c) 2002-2003 Ralf S. Engelschall
# Copyright (c) 2002-2003 Cable & Wireless Deutschland GmbH
# Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
#
-# This file is part of OSSP rc, a portable Run-command processor
+# This file is part of OSSP rc, a portable run-command processor
# which can be found at http://www.ossp.org/pkg/lib/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: Run-command processor test script
+# test_rc.sh: Run-Command Processor test script
if [ -d $MOPKG/etc ]; then
RCBASE=$MOPKG/etc
|
|