Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/freeipmi/files: bmc-watchdog.initd.4 ipmidetectd.confd
Date: Tue, 31 Jul 2012 01:41:47
Message-Id: 20120731014136.9D22A2004C@flycatcher.gentoo.org
1 flameeyes 12/07/31 01:41:36
2
3 Added: bmc-watchdog.initd.4 ipmidetectd.confd
4 Log:
5 Version bump to 1.1.7, and add the new beta. The new beta simplifies the init scripts as well.
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-libs/freeipmi/files/bmc-watchdog.initd.4
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/files/bmc-watchdog.initd.4?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/files/bmc-watchdog.initd.4?rev=1.1&content-type=text/plain
14
15 Index: bmc-watchdog.initd.4
16 ===================================================================
17 #!/sbin/runscript
18 # Copyright 1999-2012 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/files/bmc-watchdog.initd.4,v 1.1 2012/07/31 01:41:36 flameeyes Exp $
21
22 extra_commands="condrestart"
23 description_condrestart="Restart the service only if started already"
24
25 command="/usr/sbin/${SVCNAME}"
26 command_args="${OPTIONS}"
27 pidfile=/var/run/$SVCNAME.pid
28
29 depend() {
30 need logger
31 }
32
33 condrestart() {
34 service_started && restart
35 }
36
37
38
39 1.1 sys-libs/freeipmi/files/ipmidetectd.confd
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/files/ipmidetectd.confd?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/freeipmi/files/ipmidetectd.confd?rev=1.1&content-type=text/plain
43
44 Index: ipmidetectd.confd
45 ===================================================================
46 # This configuration file controls the behaviour of the ipmid daemon
47 # from FreeIPMI.
48 # See `man 8 ipmitdetectd` for further information.
49
50 # OPTIONS="-c /etc/freeipmi/ipmidetectd.conf"