blob: 907c6fb3005cd5db45b0cc56a89898c75f18a035 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="utf-8"?>
<packagegui>
<include_file>system.inc</include_file>
<name>openntpd</name>
<title>NTP server</title>
<fields>
<field>
<fieldname>enable</fieldname>
<fielddescr>Enable</fielddescr>
<description>Check this to enable the NTP server.</description>
<type>checkbox</type>
</field>
<field>
<fieldname>interface</fieldname>
<fielddescr>Interface</fielddescr>
<description>Select the interface(s) the NTP server will listen on.</description>
<default_value>lan</default_value>
<type>interfaces_selection</type>
<multiple/>
</field>
</fields>
<custom_php_resync_config_command>
system_ntp_configure();
</custom_php_resync_config_command>
</packagegui>
|