Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16986 Details for
Bug 27823
heartbeat-1.0.3-r2.ebuild, fixes bugs 27821 27662 27822
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new init-file for 1.0.3
1.0.3-init (text/plain), 679 bytes, created by
Jan Krueger
on 2003-09-02 19:31:57 UTC
(
hide
)
Description:
new init-file for 1.0.3
Filename:
MIME Type:
Creator:
Jan Krueger
Created:
2003-09-02 19:31:57 UTC
Size:
679 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later > >HA_DIR=/etc/ha.d > >depend() { > use logger > need net >} > >checkconfig() { > [ ! -f /etc/ha.d/ha.cf ] && \ > eerror "You need a heartbeat config file" && return 1 > > if [ -f $HA_DIR/ipresources -a ! -f $HA_DIR/haresources ] ; then > cat $HA_DIR/ipresources >> $HA_DIR/haresources > fi >} > >start() { > checkconfig > ebegin "Starting Heartbeat" > > /usr/sbin/heartbeat start > > eend $? >} > >stop() { > ebegin "Stopping Heartbeat" > /usr/sbin/heartbeat stop > eend $? >} > >restart() { > /usr/sbin/heartbeat restart >} > >status() { > /usr/sbin/heartbeat status >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 27823
:
16985
| 16986