FreeBSD Bugzilla – Attachment 165566 Details for
Bug 206237
[PATCH] net/radvd: allow config path to be specified in rc.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that allows one to specify config path in rc.conf
radvd.in.patch (text/plain), 479 bytes, created by
Daniel Ylitalo
on 2016-01-14 14:30:12 UTC
(
hide
)
Description:
Patch that allows one to specify config path in rc.conf
Filename:
MIME Type:
Creator:
Daniel Ylitalo
Created:
2016-01-14 14:30:12 UTC
Size:
479 bytes
patch
obsolete
>--- radvd.in.orig 2016-01-14 15:24:49.406479000 +0100 >+++ radvd.in 2016-01-14 15:26:13.224173000 +0100 >@@ -16,10 +16,13 @@ > > pidfile=/var/run/${name}.pid > command="%%PREFIX%%/sbin/${name}" >-command_args="-p ${pidfile}" >-required_files="%%PREFIX%%/etc/${name}.conf" > > load_rc_config $name > : ${radvd_enable="NO"} >+: ${radvd_config="%%PREFIX%%/etc/${name}.conf"} >+ >+required_files="${radvd_config}" >+ >+command_args="-p ${pidfile} -C ${radvd_config}" > > run_rc_command "$1"
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 206237
: 165566