diff options
author | Perry Mason <crazypark2@yahoo.dk> | 2009-03-13 10:47:29 +0100 |
---|---|---|
committer | Eirik Oeverby <ltning@anduin.net> | 2009-03-14 00:17:27 +0100 |
commit | d881d31378d18bde7929eb7561d326716efcf5c2 (patch) | |
tree | 5fa387ec35badf653934b0433ce44289e9d5451a | |
parent | 63083e5c5877147283ea3e22f082425b7013df9a (diff) | |
download | pfsense-packages-d881d31378d18bde7929eb7561d326716efcf5c2.tar.gz pfsense-packages-d881d31378d18bde7929eb7561d326716efcf5c2.tar.bz2 pfsense-packages-d881d31378d18bde7929eb7561d326716efcf5c2.zip |
DDNS doesn't need a reboot and lets go ALPHA
-rw-r--r-- | config/Fit123/ddns.xml | 1 | ||||
-rwxr-xr-x | pkg_config.7.xml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config/Fit123/ddns.xml b/config/Fit123/ddns.xml index 95c74f88..ea461254 100644 --- a/config/Fit123/ddns.xml +++ b/config/Fit123/ddns.xml @@ -27,7 +27,6 @@ <description> A more customize way to update dynamic dns and mainly for IP's that doesn't change very often.<br> Will check for ip change every 5 min via local shell script and will only contact provider on change.<br> - (needs a reboot, hopefully it can be changed ) </description>
<type>checkbox</type> </field> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 0a4a82e1..1d922329 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -242,8 +242,8 @@ <website>http://pfsense.comuf.com</website> <descr>A list of small custom things that can be added to pfSense 1.2.3 : Date,Code-red,LTSP,AFC and DDNS</descr> <category>System</category> - <version>0.0.0.1</version> - <status>DoNotUseIt</status> + <version>0.0.1</version> + <status>ALPHA</status> <required_version>1.2.3</required_version> <maintainer>crazypark2@yahoo.dk</maintainer> <config_file>http://www.pfsense.com/packages/config/Fit123/fit123.xml</config_file> |