summaryrefslogtreecommitdiffstats
path: root/lib/libss/std_rqs.ct
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-19 21:28:01 +0000
committerwollman <wollman@FreeBSD.org>1995-01-19 21:28:01 +0000
commit314433f416dadb6bcf20776dd2034bcf2e21dda5 (patch)
tree7445c8f9c56a2d4e84a3fe544af631e7aad24836 /lib/libss/std_rqs.ct
parent0916b5648b6e21b684e10cfba42b81769ea51035 (diff)
downloadFreeBSD-src-314433f416dadb6bcf20776dd2034bcf2e21dda5.zip
FreeBSD-src-314433f416dadb6bcf20776dd2034bcf2e21dda5.tar.gz
MIT SIPB `subsystem' library, needed for `kadmin' and some other MIT programs.
Diffstat (limited to 'lib/libss/std_rqs.ct')
-rw-r--r--lib/libss/std_rqs.ct46
1 files changed, 46 insertions, 0 deletions
diff --git a/lib/libss/std_rqs.ct b/lib/libss/std_rqs.ct
new file mode 100644
index 0000000..500288a
--- /dev/null
+++ b/lib/libss/std_rqs.ct
@@ -0,0 +1,46 @@
+ command_table ss_std_requests;
+
+ request ss_self_identify, "Identify the subsystem.",
+ ".",
+ (dont_list, dont_summarize);
+
+ request ss_help, "Display info on command or topic.",
+ help;
+
+ unimplemented
+ ss_list_help,
+ "List topics for which help is available.",
+ list_help, lh;
+
+ request ss_list_requests, "List available commands.",
+ list_requests, lr, "?";
+
+ request ss_quit, "Leave the subsystem.",
+ quit, q;
+
+ unimplemented
+ ss_abbrev,
+ "Enable/disable abbreviation processing of request lines.",
+ abbrev, ab;
+
+ unimplemented
+ ss_execute,
+ "Execute a UNIX command line.",
+ execute, e;
+
+ unimplemented
+ ss_summarize_requests,
+ "Produce a list of the most commonly used requests.",
+ "?";
+
+ request ss_subsystem_name,
+ "Return the name of this subsystem.",
+ subsystem_name,
+ (dont_list);
+
+ request ss_subsystem_version,
+ "Return the version of this subsystem.",
+ subsystem_version,
+ (dont_list);
+
+ end;
OpenPOWER on IntegriCloud