ossp-pkg/rc/rc_test.sh 1.25 -> 1.26
--- rc_test.sh 2003/06/12 14:24:15 1.25
+++ rc_test.sh 2003/06/13 10:53:53 1.26
@@ -98,9 +98,11 @@
read dummy;clear
# Some examples using fake rc files and REAL ONES AS WELL, use with care!
-echo "The following test will execute test suite code,"
-echo "and code ALSO FROM YOUR REAL OPENPKG RC FILES!!!"
-echo "If this concerns you, then press Ctrl-C now to exit."
+echo "******************************************************"
+echo "*The following test will execute test suite code, *"
+echo "*and code ALSO FROM YOUR REAL OPENPKG RC FILES!!! *"
+echo "*If this concerns you, then press Ctrl-C now to exit.*"
+echo "******************************************************"
echo; echo "<Press enter to continue>"
read dummy;clear
echo "./rc --conf $RCBASE/rc.conf --ParseSectionDef \"^%(\w+)[ \t]*(.*?)\n(.*?)^$\" --locate $RCBASE/rc.d:./rc_test:/etc/rc --query all barf test"
|
|