FreeBSD Bugzilla – Attachment 131267 Details for
Bug 175305
[PATCH] net/freeswitch-core-devel: [SUMMARIZE CHANGES]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
freeswitch-core-devel-1.2.3.patch
freeswitch-core-devel-1.2.3.patch (text/plain), 982 bytes, created by
Mark Felder
on 2013-01-14 20:00:00 UTC
(
hide
)
Description:
freeswitch-core-devel-1.2.3.patch
Filename:
MIME Type:
Creator:
Mark Felder
Created:
2013-01-14 20:00:00 UTC
Size:
982 bytes
patch
obsolete
>diff -ruN --exclude=CVS ../freeswitch-core-devel.orig/files/freeswitch.in ./files/freeswitch.in >--- ../freeswitch-core-devel.orig/files/freeswitch.in 2013-01-14 13:22:07.000000000 -0600 >+++ ./files/freeswitch.in 2013-01-14 13:51:20.041361307 -0600 >@@ -19,10 +19,11 @@ > > load_rc_config $name > >-: ${freeswitch_enable="NO"} >-: ${freeswitch_user="freeswitch"} >-: ${freeswitch_group="freeswitch"} >-: ${freeswitch_flags="-nc -waste"} >+: ${freeswitch_enable=NO} >+: ${freeswitch_cluster=NO} >+: ${freeswitch_user=freeswitch} >+: ${freeswitch_group=freeswitch} >+: ${freeswitch_flags=-nc -waste} > > command=%%PREFIX%%/bin/freeswitch > command_args="-u ${freeswitch_user} -g ${freeswitch_group}" >@@ -42,8 +43,10 @@ > > freeswitch_prestart () { > install -d -o ${freeswitch_user} -m755 /var/run/${name} >- sleep 7.7 >- %%PREFIX%%/bin/fs_cli -x "sofia recover" >+ >+ if checkyesno freeswitch_cluster; then >+ %%PREFIX%%/bin/fs_cli -x "sofia recover" >+ fi > } > > 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 175305
: 131267