diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-03-27 18:47:53 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-03-27 18:47:53 +0000 |
commit | 5f8e5160e508c23032adf98ebc5c1e2b8883f838 (patch) | |
tree | a708c93c09eda8deaadf3f714d82b2a7f41e8bd3 | |
parent | 98e392c5237b91009f4b45e465de1e1e2a9042ea (diff) | |
download | pfsense-5f8e5160e508c23032adf98ebc5c1e2b8883f838.zip pfsense-5f8e5160e508c23032adf98ebc5c1e2b8883f838.tar.gz |
* Include system.inc
* Call system_configure_ntp(); to configure
-rw-r--r-- | usr/local/pkg/openntpd.xml | 5 |
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> |