From: "Robin H. Johnson (robbat2)" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/ipmitool/files: ipmitool-1.8.9-ipmievd.initd ipmitool-1.8.9-ipmievd.confd digest-ipmitool-1.8.9
Date: Sun, 23 Sep 2007 06:03:42 +0000 [thread overview]
Message-ID: <E1IZKZC-0006hu-IT@stork.gentoo.org> (raw)
robbat2 07/09/23 06:03:42
Added: ipmitool-1.8.9-ipmievd.initd
ipmitool-1.8.9-ipmievd.confd digest-ipmitool-1.8.9
Log:
Version bump, bugs #185665 and #175007. Includes init scripts for ipmievd thanks to Tais M. Hansen <tais.hansen@osd.dk>.
(Portage version: 2.1.3.7)
Revision Changes Path
1.1 sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.initd
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.initd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.initd?rev=1.1&content-type=text/plain
Index: ipmitool-1.8.9-ipmievd.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.initd,v 1.1 2007/09/23 06:03:42 robbat2 Exp $
# /etc/init.d/ipmievd
depend() {
use logger
}
PN="ipmievd"
start() {
/sbin/modprobe -sq ipmi_msghandler
/sbin/modprobe -sq ipmi_devintf
/sbin/modprobe -sq ipmi_si
ebegin "Starting ${PN}"
start-stop-daemon --start --pidfile /var/run/${PN}.pid0 --exec /usr/sbin/${PN} -- -I ${INTERFACE} ${OPTIONS} ${COMMAND}
eend $?
}
stop() {
ebegin "Stopping ${PN}"
start-stop-daemon --stop --pidfile /var/run/${PN}.pid0
eend $?
}
1.1 sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd?rev=1.1&content-type=text/plain
Index: ipmitool-1.8.9-ipmievd.confd
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/files/ipmitool-1.8.9-ipmievd.confd,v 1.1 2007/09/23 06:03:42 robbat2 Exp $
# /etc/conf.d/ipmievd
# Interfaces:
# open Linux OpenIPMI Interface
# imb Intel IMB Interface
# bmc IPMI v2.0 BMC interface
# lan IPMI v1.5 LAN Interface
# lanplus IPMI v2.0 RMCP+ LAN Interface
INTERFACE="open"
# Commands:
# open Use OpenIPMI for asyncronous notification of events
# sel Poll SEL for notification of events
COMMAND="open"
# Options.
OPTIONS=""
1.1 sys-apps/ipmitool/files/digest-ipmitool-1.8.9
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/files/digest-ipmitool-1.8.9?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/files/digest-ipmitool-1.8.9?rev=1.1&content-type=text/plain
Index: digest-ipmitool-1.8.9
===================================================================
MD5 f122ea1171f8950306b49ddeb4d12f7e ipmitool-1.8.9.tar.gz 682029
RMD160 3c776919e33ba7e73b6c8913f95086d258e6cc53 ipmitool-1.8.9.tar.gz 682029
SHA256 1d6bf2595d1fd0dbef206c300cc666d3d079548ba97f727077d61c4736a7e63a ipmitool-1.8.9.tar.gz 682029
--
gentoo-commits@gentoo.org mailing list
reply other threads:[~2007-09-23 6:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1IZKZC-0006hu-IT@stork.gentoo.org \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox