Project

General

Profile

Download (767 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
			<enablefields>interface</enablefields>
13
		</field>
14
		<field>
15
			<fieldname>interface</fieldname>
16
			<fielddescr>Interface</fielddescr>
17
			<description>Select the interface the NTP server will listen on.</description>
18
			<default_value>lan</default_value>
19
			<type>interfaces_selection</type>
20
			<multiple/>
21
		</field>
22
	</fields>
23
	<custom_php_resync_config_command>
24
		system_ntp_configure();
25
	</custom_php_resync_config_command>
26
</packagegui>
(7-7/11)