Projet

Général

Profil

Télécharger (853 octets) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / pkg / openntpd.xml @ d973a602

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
			<multiple/>
19
			<type>select_source</type>
20
			<source><![CDATA[get_possible_listen_ips()]]></source>
21
			<source_name>name</source_name>
22
			<source_value>value</source_value>
23

    
24
		</field>
25
	</fields>
26
	<custom_php_resync_config_command>
27
		system_ntp_configure();
28
	</custom_php_resync_config_command>
29
</packagegui>
(4-4/5)