Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 01/05/2001 03:28:41
Module Name:	basesrc
Committed By:	garbled
Date:		Fri Jan  5 01:28:41 UTC 2001

Added Files:
	basesrc/usr.sbin/sushi: Makefile TODO blabel.c blabel.h formtree.h
	    functions.c functions.h handlers.c handlers.h menutree.c menutree.h
	    run.c run.h scandir.c scandir.h scanform.c scanform.h sushi.c
	    sushi.h sushi.msg.en

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 basesrc/usr.sbin/sushi/Makefile \
    basesrc/usr.sbin/sushi/TODO basesrc/usr.sbin/sushi/blabel.c \
    basesrc/usr.sbin/sushi/blabel.h basesrc/usr.sbin/sushi/formtree.h \
    basesrc/usr.sbin/sushi/functions.c basesrc/usr.sbin/sushi/functions.h \
    basesrc/usr.sbin/sushi/handlers.c basesrc/usr.sbin/sushi/handlers.h \
    basesrc/usr.sbin/sushi/menutree.c basesrc/usr.sbin/sushi/menutree.h \
    basesrc/usr.sbin/sushi/run.c basesrc/usr.sbin/sushi/run.h \
    basesrc/usr.sbin/sushi/scandir.c basesrc/usr.sbin/sushi/scandir.h \
    basesrc/usr.sbin/sushi/scanform.c basesrc/usr.sbin/sushi/scanform.h \
    basesrc/usr.sbin/sushi/sushi.c basesrc/usr.sbin/sushi/sushi.h \
    basesrc/usr.sbin/sushi/sushi.msg.en

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.