FreeBSD Bugzilla – Attachment 108300 Details for
Bug 149127
[PATCH] net/beacon: allow compilation on non-i386 architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-files-beacon.in
patch-files-beacon.in (text/plain), 655 bytes, created by
Craig Leres
on 2010-08-04 20:10:21 UTC
(
hide
)
Description:
patch-files-beacon.in
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2010-08-04 20:10:21 UTC
Size:
655 bytes
patch
obsolete
>--- /usr/ports/net/beacon/files/beacon.in 2010-03-27 04:26:55.000000000 -0700 >+++ files/beacon.in 2010-08-03 22:37:52.000000000 -0700 >@@ -18,13 +18,22 @@ > rcvar=`set_rcvar` > > command="%%PREFIX%%/bin/${name}" >+command_interpreter="%%PREFIX%%/bin/perl" > > conffile=%%PREFIX%%/etc/beacon.conf > if [ -f $conffile ]; then >- piddir=`grep OUTPUTDIR $conffile | awk '{print $3}'` >+ piddir=`awk '$1 == "OUTPUTDIR" {print $3}' ${conffile}` > fi > pidfile=${piddir}/multicastbeacon.PID > > load_rc_config $name > >+start_cmd="beacon_start" >+ >+beacon_start() >+{ >+ echo "Starting ${name}." >+ /usr/local/bin/beacon >/dev/null 2>&1 & >+} >+ > 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 Raw
Actions:
View
Attachments on
bug 149127
:
108293
|
108294
|
108295
|
108296
|
108297
|
108298
|
108299
| 108300 |
108301
|
108302
|
108303
|
108304
|
108305
|
108306
|
108307
|
108308
|
108309
|
108310