Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 201984 Details for
Bug 282397
net-dns/dnsmasq-2.45 multiple-instance init script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dnsmasq init script diff
dnsmasq-initscript.diff (text/plain), 713 bytes, created by
Aaron Ten Clay
on 2009-08-23 04:53:16 UTC
(
hide
)
Description:
dnsmasq init script diff
Filename:
MIME Type:
Creator:
Aaron Ten Clay
Created:
2009-08-23 04:53:16 UTC
Size:
713 bytes
patch
obsolete
>5a6,14 >> INSTANCE=${SVCNAME#*.} >> if [[ -n "${INSTANCE}" ]] && [[ "${INSTANCE}" != "dnsmasq" ]]; then >> PIDFILE="/var/run/dnsmasq.${INSTANCE}.pid" >> CONF="/etc/dnsmasq.${INSTANCE}.conf" >> else >> PIDFILE="/var/run/dnsmasq.pid" >> CONF="/etc/dnsmasq.conf" >> fi >> >17,18c26,27 >< --pidfile /var/run/dnsmasq.pid \ >< -- -x /var/run/dnsmasq.pid ${DNSMASQ_OPTS} >--- >> --pidfile ${PIDFILE} \ >> -- -x ${PIDFILE} -C ${CONF} ${DNSMASQ_OPTS} >25c34 >< --pidfile /var/run/dnsmasq.pid >--- >> --pidfile ${PIDFILE} >36c45 >< --exec /usr/sbin/dnsmasq --pidfile /var/run/dnsmasq.pid >--- >> --exec /usr/sbin/dnsmasq --pidfile ${PIDFILE}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282397
:
201984
|
201985