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	2009.01.19.04.31.36;	author darkside;	state dead;
branches;
next	1.3;
commitid	21f7497402284567;

1.3
date	2004.07.14.21.13.45;	author agriffis;	state Exp;
branches;
next	1.2;

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

1.1
date	2002.10.31.18.27.14;	author seemant;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.11.30.09.59.52;	author chriswhite;	state Exp;
branches;
next	;


desc
@@


1.4
log
@removed from tree, bug 173584
@
text
@#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gps/files/rgpsp,v 1.3 2004/07/14 21:13:45 agriffis Exp $

depend() {
	need net
}

start() {
	ebegin "Starting Remote Graphical Process Statistics daemon"
	start-stop-daemon --start --quiet --exec /usr/bin/rgpsp
	eend $?
}

stop() {
	ebegin "Stopping Remote Graphical Process Statistics daemon"
	start-stop-daemon --stop --quiet --name rgpsp
	eend $?
}
@


1.3
log
@Gentoo Technologies -> Gentoo Foundation
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/gps/files/rgpsp,v 1.2 2003/02/14 22:07:48 vapier Exp $
@


1.2
log
@update copyright info
@
text
@d2 1
a2 1
# Copyright 1999-2003 Gentoo Technologies, Inc.
d4 1
a4 1
# $Header: $
@


1.1
log
@graphical process statistics
@
text
@d2 2
a3 2
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2.
@


1.1.1.1
log
@*** empty log message ***
@
text
@d2 3
a4 3
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gps/files/rgpsp,v 1.3 2004/07/14 21:13:45 agriffis Exp $
@


