Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 168338 Details for
Bug 240694
sys-power/apcupsd-3.14.3 + openrc - start-stop-daemon: 1 process refused to stop
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated /etc/init.d/apcupsd init script
apcupsd (text/plain), 845 bytes, created by
Billy DeVincentis
on 2008-10-13 22:27:37 UTC
(
hide
)
Description:
updated /etc/init.d/apcupsd init script
Filename:
MIME Type:
Creator:
Billy DeVincentis
Created:
2008-10-13 22:27:37 UTC
Size:
845 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/files/3.14.4/apcupsd.initd,v 1.1 2008/10/13 19:37:50 tantive Exp $ > >INSTANCE="${SVCNAME#*.}" >if [ -z "${INSTANCE}" ] || [ "${SVCNAME}" = "apcupsd" ]; then > INSTANCE="apcupsd" >fi > >depend() { > use net >} > >start() { > rm -f /etc/apcupsd/powerfail > > export SERVICE="${SVCNAME}" > > ebegin "Starting APC UPS daemon" > start-stop-daemon \ > --start --pidfile "/var/run/${SVCNAME}.pid" \ > --exec /sbin/apcupsd -- \ > -f "/etc/apcupsd/${INSTANCE}.conf" \ > -P "/var/run/${SVCNAME}.pid" > eend $? >} > >stop() { > ebegin "Stopping APC UPS daemon" > start-stop-daemon \ > --stop --pidfile "/var/run/${SVCNAME}.pid" \ > --retry TERM/5/TERM/5 \ > --exec /sbin/apcupsd > eend $? >} >
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 240694
: 168338