Closed GoogleCodeExporter closed 9 years ago
A fuller set of steps:
In /usr/share/freeswitch, create a link to conf, i.e. ln -s /etc/freeswitch conf
Then cp -R conf conf.orig to simulate install.php operation
Using cp -RL produces the desired copy of the original FreeSwitch directory
Original comment by gerrit308
on 7 Jun 2011 at 4:05
After a bit more thinking and experimenting, cp -RLp would be even better as it
retains the original create date.
Original comment by gerrit308
on 7 Jun 2011 at 9:33
Added in revision 1229
Original comment by markjcrane@gmail.com
on 8 Jun 2011 at 12:45
Original issue reported on code.google.com by
gerrit308
on 7 Jun 2011 at 4:02