head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2001.01.05.02.07.00;	author garbled;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add all the help menus, and working menu items I currently have for sushi.

Note, these directories are missing Makefiles..  I know that.. and I'm
working on it.
@
text
@#!/bin/sh
# $NetBSD$
if [ "$3" = "yes" ]; then
	userdel -v -r $1
else
	userdel -v $1
fi
if [ $? -eq 0 ]; then
	echo "User $1 deleted"
fi
@
