summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg/openntpd.xml
blob: c503e6284d2099e65eb88c3daa9479fa2b2f46f7 (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
26
<?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>
			<enablefields>interface</enablefields>
		</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>
OpenPOWER on IntegriCloud