source: npl/phone/freepbx/install_amp.patch

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 203 bytes
Line 
1754,756c754,756
2<       chown(AMP_CONF, "asterisk");
3<       chgrp(AMP_CONF, "asterisk");
4<       chmod(AMP_CONF, 0640);
5---
6>       chown(AMP_CONF, "nobody");
7>       chgrp(AMP_CONF, "nogroup");
8>       chmod(AMP_CONF, 0600);
Note: See TracBrowser for help on using the repository browser.