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


1.9
date	2010.01.12.14.40.37;	author lack;	state Exp;
branches;
next	1.8;
commitid	2f224b4c89e44567;

1.8
date	2008.11.17.21.27.55;	author lack;	state Exp;
branches;
next	1.7;
commitid	52844921e1c34567;

1.7
date	2008.02.28.15.17.04;	author lack;	state Exp;
branches;
next	1.6;
commitid	363947c6d06f4567;

1.6
date	2006.11.02.10.44.06;	author nyhm;	state Exp;
branches;
next	1.5;
commitid	30ba4549cbf44567;

1.5
date	2005.07.12.18.50.30;	author mholzer;	state Exp;
branches;
next	1.4;

1.4
date	2004.07.14.21.13.24;	author agriffis;	state Exp;
branches;
next	1.3;

1.3
date	2004.06.01.19.46.06;	author mholzer;	state Exp;
branches;
next	1.2;

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

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

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


desc
@@


1.9
log
@Applying patch from bug #284077
(Portage version: 2.1.7.11/cvs/Linux x86_64)
@
text
@#!/sbin/runscript
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v 1.8 2008/11/17 21:27:55 lack Exp $

depend() {
	need net
	after lm_sensors
	after hddtemp
}

start() {
	ebegin "Starting GNU Krell Monitor daemon"
	start-stop-daemon --start --quiet --background --pidfile /var/run/gkrellmd.pid --make-pidfile --exec /usr/bin/gkrellmd -- ${GKRELLMD_OPTS}
	eend $?
}

stop() {
	ebegin "Stopping GNU Krell Monitor daemon"
	start-stop-daemon --stop --quiet --pidfile /var/run/gkrellmd.pid --name gkrellmd
	eend $?
}
@


1.8
log
@Fixed gkrellmd init script and config (Bug #247068)
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v 1.7 2008/02/28 15:17:04 lack Exp $
d14 1
a14 1
	start-stop-daemon --start --quiet --background --pidfile /var/run/gkrellmd.pid --make-pidfile --exec /usr/bin/gkrellmd ${GKRELLMD_OPTS}
@


1.7
log
@Version bump - 2.3.1 is released (Bug #209937)
(Portage version: 2.1.4.1)
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v 1.6 2006/11/02 10:44:06 nyhm Exp $
d14 1
a14 1
	start-stop-daemon --start --quiet --background --pidfile /var/run/gkrellmd.pid --make-pidfile --exec /usr/bin/gkrellmd ${GKRELLM_OPTS}
@


1.6
log
@Version bump by Michael Kurz, bug #153754. Fix bug #147292 and bug #150267.
(Portage version: 2.1.2_rc1-r2)
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v 1.5 2005/07/12 18:50:30 mholzer Exp $
d14 1
a14 1
	start-stop-daemon --start --quiet --background --pidfile /var/run/gkrellmd.pid --make-pidfile --exec /usr/bin/gkrellmd
@


1.5
log
@adding lm-sensors in init script. closes #95514
(Portage version: 2.0.51.19)
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Foundation
d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v 1.4 2004/07/14 21:13:24 agriffis Exp $
d9 1
@


1.4
log
@Gentoo Technologies -> Gentoo Foundation
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v 1.3 2004/06/01 19:46:06 mholzer Exp $
d8 1
@


1.3
log
@Version bumped.
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Technologies, Inc.
d4 1
a4 1
# $Header: /home/cvsroot/gentoo-x86/app-admin/gkrellm/files/gkrellmd,v 1.2 2003/02/14 22:07:24 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
@version bump
@
text
@d2 2
a3 2
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
@


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/gkrellm/files/gkrellmd,v 1.5 2005/07/12 18:50:30 mholzer Exp $
a7 1
	after lm_sensors
@


