head	1.4;
access;
symbols
	RELEASE-1_4:1.2.0.2
	GENTOO_1_4_SNAP_2003010800:1.1;
locks; strict;
comment	@# @;


1.4
date	2004.06.16.17.20.55;	author eradicator;	state dead;
branches;
next	1.3;

1.3
date	2004.02.13.19.10.36;	author vapier;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.14.22.35.08;	author vapier;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@Removing insecure versions.
@
text
@#!/sbin/runscript
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/files/patch/usermin,v 1.3 2004/02/13 19:10:36 vapier Exp $

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.3
log
@license update
@
text
@d4 1
a4 1
# $Header: $
@


1.2
log
@Update Copyright years
@
text
@d2 3
a4 3
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# By James Stumme (zeurx@@hotmail.com)
@


1.1
log
@moved files around
@
text
@d2 1
a2 1
# Copyright 1999-2002 Gentoo Technologies, Inc.
@

