[Freeswitch-dev] two minor patches (build scripts & mod_logfile file perms)
Mike Watters
mike at mwatters.net
Mon Jul 12 15:22:47 PDT 2010
First patch:
The bootstrap script and the main makefile use "==" to test string
equality, which doesn't work as-is on FreeBSD (where /bin/sh is not
bash, "[" is not a shell builtin, and /bin/[ doesn't support using "==").
Second patch:
Adds group-read flag to switch_file_open call in mod_logfile (0604 -> 0644).
Mike Watters
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: freeswitch-1.patch
Url: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20100712/e755beb1/attachment.pl
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: freeswitch-2.patch
Url: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20100712/e755beb1/attachment-0001.pl
More information about the FreeSWITCH-dev
mailing list