Feature #6554 ยป ptpd-php-inc-2.3.1r5.patch
| /etc/inc/system.inc 2016-06-18 00:31:35.362947000 +0000 | ||
|---|---|---|
| 1757 | 1757 |
$ntpcfg .= "\n"; |
| 1758 | 1758 |
$ntpcfg .= "driftfile {$driftfile}\n";
|
| 1759 | 1759 | |
| 1760 |
/* BEGIN bms addition: allow mode7 for PTPd */ |
|
| 1761 |
$ntpcfg .= "# Allow mode7 for PTPd\n"; |
|
| 1762 |
$ntpcfg .= "enable mode7\n"; |
|
| 1763 |
/* END bms addition: allow mode7 for PTPd */ |
|
| 1764 | ||
| 1760 | 1765 |
/* Default Access restrictions */ |
| 1761 | 1766 |
$ntpcfg .= 'restrict default'; |
| 1762 | 1767 |
if (empty($config['ntpd']['kod'])) { /*note: this one works backwards */
|