Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35290 Details for
Bug 56868
ipcad-3.6.2.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init.d
ipcad-init (text/plain), 462 bytes, created by
Shernakov Artem
on 2004-07-12 23:25:59 UTC
(
hide
)
Description:
init.d
Filename:
MIME Type:
Creator:
Shernakov Artem
Created:
2004-07-12 23:25:59 UTC
Size:
462 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net >} > >checkconfig() { > if [ ! -f /etc/ipcad.conf ] ; then > eerror "No /etc/ipcad.conf file exists!" > return 1 > fi > > return 0 >} > >start() { > checkconfig || return 1 > > ebegin "Starting ipcad" > start-stop-daemon --start --quiet --exec /usr/sbin/ipcad -- ${IPCAD_OPTS} >/dev/null 2>&1 > eend $? >} > >stop () { > ebegin "Stopping ipcad" > start-stop-daemon --stop --quiet \ > --pidfile=/var/ipcad/run/ipcad.pid --retry 20 > 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 56868
:
35288
|
35289
| 35290 |
35291