ossp-pkg/rc/00TODO 1.18 -> 1.19
--- 00TODO 2002/02/05 20:37:34 1.18
+++ 00TODO 2002/02/07 15:36:26 1.19
@@ -2,6 +2,7 @@
Unfinished business
Manpage options incorrectly specifies multiple rc.funcs.
+ Manpage reorganization lacks important option combination info.
What when multiple command interpreters and one --print or --eval given?
File rc.func totally undocumented, but logic should be clear.
Control flow
@@ -16,7 +17,6 @@
Removing the OSSP_RC_DEACT deactivation feature (thl.)
Offer include directive in config file.
Dynamic handling of command interpreter option.
- Environment of manpage has redundant text.
Interpreter option irgendwo dass hat global scope.
Als variable in %config Section?
@@ -152,3 +152,29 @@
while (ref := ParseSectionRef(script))
ref->create_rcfile_script(recurse=yes);
}
+
+Test cases
+ *********************
+ * Test cases for rc *
+ *********************
+
+Pre:
+tar zxvf ossprc-0.9.tar.gz
+cd ossprc-0.9
+./configure
+make
+su
+make install
+export OSSP_RC_ROOT=/etc/ossprc/
+
+Assume:
+Installed program 'mycom' in /usr/local/bin/mycom
+Valid OSSP run command file rc.mycom in /etc/ossprc/rc.d
+File rc.mycom contains the sections start, sync, and restart
+
+Begin:
+$ rc mycom start sync restart
+
+Output:
+Post:
+Procedure:
|
|