Go to file
garbled fbbe4d12db Initial import of sushi.
Sushi is an interactive, menu-based program that is designed to aid
the user or administrator with administrative and complex tasks on thier
machines.

Sushi provides a menu of various functions that the user can perform on
his or her machine.  Once the user selects a desired function, the
function is either performed outright, or in most cases, the user is
asked to fill in a simple form with required and option information,
which is then processed by sushi, and the action occurs.

The programming interface for sushi is very simple.  There are
directories containing various files, such as menu indexes, or forms for
the user to fill out.  These files are interpreted by sushi to generate
the menus the user sees on his/her screen.  When the form is filled out
by the user, the entries are passed as command-line arguments to a
program, or script contained in one of the subdirectories.  In this way,
it is possible to add new entries to the sushi menu structure, by simply
adding a new menu item, form and script, the binary does not need to be
recompiled to take advantage of this new menu.
2001-01-05 01:28:33 +00:00
bin use more standard %ll_ in favour of %q_ 2001-01-04 15:39:50 +00:00
crypto use more standard %ll_ in favour of %q_ 2001-01-04 15:39:50 +00:00
dist Fixup all these includes so a -I/usr/include/cdk isn't required. 2001-01-05 01:11:34 +00:00
distrib Add the relevant entries for libcdk 2001-01-04 21:01:25 +00:00
etc Add the subdirectory for /usr/include/cdk 2001-01-04 21:04:43 +00:00
games use more standard %ll_ in favour of %q_ 2001-01-04 17:24:35 +00:00
gnu upgrade to sendmail 8.11.2. 2001-01-04 12:36:48 +00:00
include C99: add new parameters int_p_cs_precedes, int_n_cs_precedes, 2001-01-02 10:53:24 +00:00
lib Remove some leftover cruft 2001-01-04 21:50:13 +00:00
libexec use more standard %ll_ in favour of %q_ 2001-01-04 17:24:35 +00:00
regress test for dlopen(3) and the toolchain generating the files involved 2000-12-08 19:24:29 +00:00
sbin change verbose probe message to display "size xxx (yyy MB), offset zzz". 2001-01-04 00:57:14 +00:00
share s/.INIT/.BEGIN/ for NetBSD make 2001-01-05 00:25:59 +00:00
sys Fixed initial cache setup to handle launch from P2 as well as P1. 2001-01-05 01:14:31 +00:00
usr.bin use %ll_ instead of the less standard %q_ 2001-01-04 23:05:54 +00:00
usr.sbin Initial import of sushi. 2001-01-05 01:28:33 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING mention fixed bsd.subdir.mk bug. 2001-01-01 15:29:16 +00:00