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


1.7
date	2012.10.24.18.45.04;	author aidecoe;	state Exp;
branches;
next	1.6;
commitid	42675088372d4567;

1.6
date	2011.06.12.13.18.20;	author spock;	state Exp;
branches;
next	1.5;
commitid	58554df4bc9c4567;

1.5
date	2008.06.08.14.36.40;	author spock;	state Exp;
branches;
next	1.4;
commitid	2092484bee774567;

1.4
date	2007.03.25.19.35.47;	author spock;	state Exp;
branches;
next	1.3;
commitid	4bfb4606cf124567;

1.3
date	2006.07.15.01.11.28;	author spock;	state Exp;
branches;
next	1.2;
commitid	4d944b840bf4567;

1.2
date	2004.07.14.21.14.10;	author agriffis;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.11.15.37.04;	author aliz;	state Exp;
branches
	1.1.1.1;
next	;

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


desc
@@


1.7
log
@init script doesn't depend on net anymore. Old revisions has been removed.
All testing ebuilds has been revbumped to enforce update of the init script.

(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
@
text
@#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-init,v 1.6 2011/06/12 13:18:20 spock Exp $

depend() {
	need localmount
}

start() {
	ebegin "Starting hddtemp daemon"
	/sbin/start-stop-daemon --start --quiet --exec ${HDDTEMP_EXEC} \
	-- -d ${HDDTEMP_OPTS} ${HDDTEMP_DRIVES}
	eend $?
}

stop() {
	ebegin "Stopping hddtemp daemon"
	start-stop-daemon --stop --quiet --exec ${HDDTEMP_EXEC}
	eend $?
}


@


1.6
log
@Add info message about the loopback interface (bug #329763).

(Portage version: 2.1.10.2/cvs/Linux x86_64)
@
text
@d2 1
a2 1
# Copyright 1999-2011 Gentoo Foundation
d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-init,v 1.5 2008/06/08 14:36:40 spock Exp $
d7 1
a7 1
	need localmount net
@


1.5
log
@Add 'net' as a initscript dependency (bug #217243).
(Portage version: 2.1.5.4)
@
text
@d2 1
a2 1
# Copyright 1999-2006 Gentoo Foundation
d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-init,v 1.4 2007/03/25 19:35:47 spock Exp $
@


1.4
log
@Use --exec instead of --name in the initscript to make it compatible with baselayout-2.
(Portage version: 2.1.2.2)
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-init,v 1.3 2006/07/15 01:11:28 spock Exp $
d7 1
a7 1
	need localmount
@


1.3
log
@Separated general options and drives to monitor into two different variables in the config file (bug #140297).
(Portage version: 2.1.1_pre2-r8)
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-init,v 1.2 2004/07/14 21:14:10 agriffis Exp $
d7 1
a7 1
	need localmount 
d12 2
a13 3
	/sbin/start-stop-daemon --start --quiet --name hddtemp  \
	--exec ${HDDTEMP_EXEC} -- -d ${HDDTEMP_OPTS} ${HDDTEMP_DRIVES}

d19 1
a19 1
	start-stop-daemon --stop --quiet --name hddtemp
@


1.2
log
@Gentoo Technologies -> Gentoo Foundation
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Foundation
d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-init,v 1.1 2004/02/11 15:37:04 aliz Exp $
d13 1
a13 1
	--exec ${HDDTEMP_EXEC} -- -d ${HDDTEMP_OPTS}
@


1.1
log
@Version bump and closing #36047.
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Technologies, Inc.
d4 1
a4 1
# $Header: $
@


1.1.1.1
log
@*** empty log message ***
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Foundation
d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/files/hddtemp-init,v 1.2 2004/07/14 21:14:10 agriffis Exp $
@


