Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 6857 Details for
Bug 12887
rc scripts excution order
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rc script that is misbehaving
noip (text/plain), 692 bytes, created by
Zhen Lin
on 2002-12-30 19:44:08 UTC
(
hide
)
Description:
rc script that is misbehaving
Filename:
MIME Type:
Creator:
Zhen Lin
Created:
2002-12-30 19:44:08 UTC
Size:
692 bytes
patch
obsolete
>#! /sbin/runscript > >depend() { > need localmount > need net >} > >start() { > if [ ! -f /etc/no-ip.conf ] > then > einfo "Answer the following questions about your no-ip account." > cd /tmp > (no-ip.sh && mv no-ip.conf /etc/no-ip.conf) || eend 1 > ln -s /etc/no-ip.conf /usr/lib/no-ip.conf >& /dev/null > fi > ebegin "Starting noip" > noip -c /etc/no-ip.conf > eend $? "noip did not start, error code $?" >} > >stop() { > ebegin "Stopping noip" > kill `ps -A | grep noip | awk '{print $1}'` >& /dev/null > eend $? "Either noip did not start or there was a problem stopping" > ebegin "Setting noip addresses to 0.0.0.0" > noip -c /etc/no-ip.conf -i 0.0.0.0 > eend $? "Failed to set noip addresses to 0.0.0.0" >}
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 12887
:
6856
| 6857 |
6915