Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39763 Details for
Bug 64409
aiccu-2004.09.17.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
aiccu.init
aiccu.init (text/plain), 730 bytes, created by
Thorsten Becker
on 2004-09-17 08:52:23 UTC
(
hide
)
Description:
aiccu.init
Filename:
MIME Type:
Creator:
Thorsten Becker
Created:
2004-09-17 08:52:23 UTC
Size:
730 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net >} > >checkconfig() { > # Verify that the configuration file exists > if [ ! -f /etc/aiccu.conf ]; then > eerror "AICCU Configuration file /etc/aiccu.conf doesn't exist" > return 1 > fi > > # Verify that the configuration is correct > if [ `grep -c "^username" /etc/aiccu.conf 2>/dev/null` -ne 1 ]; then > eerror "AICCU is not configured, edit /etc/aiccu.conf first" > return 1 > fi > >} > > >start() { > checkconfig || return 1 > ebegin "Starting aiccu" > start-stop-daemon --start --oknodo --quiet --exec /usr/sbin/aiccu -- start > eend $? >} > > >stop() { > ebegin "Stopping aiccu" > start-stop-daemon --stop --oknodo --quiet --exec /usr/sbin/aiccu -- stop > 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 64409
:
39762
| 39763 |
39764
|
39765
|
39942
|
49184
|
50968