Project

General

Profile

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