summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-27 18:47:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-27 18:47:53 +0000
commit5f8e5160e508c23032adf98ebc5c1e2b8883f838 (patch)
treea708c93c09eda8deaadf3f714d82b2a7f41e8bd3 /usr
parent98e392c5237b91009f4b45e465de1e1e2a9042ea (diff)
downloadpfsense-5f8e5160e508c23032adf98ebc5c1e2b8883f838.zip
pfsense-5f8e5160e508c23032adf98ebc5c1e2b8883f838.tar.gz
* Include system.inc
* Call system_configure_ntp(); to configure
Diffstat (limited to 'usr')
-rw-r--r--usr/local/pkg/openntpd.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/pkg/openntpd.xml b/usr/local/pkg/openntpd.xml
index cecce46..8be996c 100644
--- a/usr/local/pkg/openntpd.xml
+++ b/usr/local/pkg/openntpd.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packagegui>
- <include_file>openntpd.inc</include_file>
+ <include_file>system.inc</include_file>
<custom_php_install_command>
openntpd_install();
</custom_php_install_command>
@@ -37,7 +37,6 @@
</field>
</fields>
<custom_php_resync_config_command>
- openntpd_install();
- openntpd_resync();
+ system_ntp_configure();
</custom_php_resync_config_command>
</packagegui>
OpenPOWER on IntegriCloud