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


1.2
date	2002.11.13.11.23.30;	author cretin;	state dead;
branches;
next	1.1;

1.1
date	2002.11.08.22.43.41;	author cretin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@moved files around
@
text
@#!/sbin/runscript
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# By James Stumme (zeurx@@hotmail.com)

depend() {
	need net
}

start() {
	ebegin "Starting Usermin"
	/usr/sbin/usermin start --pidfile /var/run/usermin.pid
	eend $?
}

stop() {
	ebegin "Stopping Usermin"
	/usr/sbin/usermin stop --pidfile /var/run/usermin.pid
	eend $?
}
@


1.1
log
@New package, bug #6190
@
text
@@

