diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-27 23:21:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-27 23:21:21 +0000 |
commit | 764bd2f71d07af4cfb0c67401189ee42a83feafc (patch) | |
tree | bb5075e8a92a099b5200ea8fa72ead95fcfbdb80 | |
parent | cc1b9779accb2f75fdbd064c890d578e96edeb7e (diff) | |
download | pfsense-packages-764bd2f71d07af4cfb0c67401189ee42a83feafc.tar.gz pfsense-packages-764bd2f71d07af4cfb0c67401189ee42a83feafc.tar.bz2 pfsense-packages-764bd2f71d07af4cfb0c67401189ee42a83feafc.zip |
Remove upclient, it has some errors:
18:19] <Z330> Upclient: Settings
[18:19] <Z330> Parse error: parse error, unexpected T_SL in /usr/local/www/pkg_edit.php(61) : eval()'d code on line 1
[18:19] <Z330> After install i'm geting that
[18:20] <Z330> In the upclient
[18:20] <Z330> Menu
-rw-r--r-- | pkg_config.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index ca7891d1..1481718e 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -171,18 +171,6 @@ <status>ALPHA</status> <configurationfile>netio.xml</configurationfile> </package> - <package> - <name>upclient</name> - <website>http://uptimes.hostingwired.com</website> - <descr>upclient sends system uptime and status information to a server (typically uptimes.hostingwired.com) that tracks and compares uptime statistics.</descr> - <category>Miscellaneous</category> - <config_file>http://www.pfsense.com/packages/config/upclient.xml</config_file> - <depends_on_package_base_url>http://ftp13.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/misc</depends_on_package_base_url> - <depends_on_package>upclient-5.0.b8_2.tbz</depends_on_package> - <version>5.0.b8_2</version> - <status>ALPHA</status> - <configurationfile>upclient.xml</configurationfile> - </package> <!-- <package> <name>ifstated</name> @@ -353,4 +341,16 @@ test server or link availability and modify translation or routing rules. This p <version>1.7</version> <configurationfile>pfstat.xml</configurationfile> </package> + <package> + <name>upclient</name> + <website>http://uptimes.hostingwired.com</website> + <descr>upclient sends system uptime and status information to a server (typically uptimes.hostingwired.com) that tracks and compares uptime statistics.</descr> + <category>Miscellaneous</category> + <config_file>http://www.pfsense.com/packages/config/upclient.xml</config_file> + <depends_on_package_base_url>http://ftp13.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/misc</depends_on_package_base_url> + <depends_on_package>upclient-5.0.b8_2.tbz</depends_on_package> + <version>5.0.b8_2</version> + <status>ALPHA</status> + <configurationfile>upclient.xml</configurationfile> + </package> </pfsensepkgs> |