diff options
author | Phil Davis <phil.davis@world.inf.org> | 2012-12-14 23:24:46 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2012-12-14 23:24:46 +0545 |
commit | ac1ac18a4e8ac63f30211b360b5f70c40c353565 (patch) | |
tree | f99b8c1d1925e18d64cdfeb683907a70fce59566 /pkg_config.8.xml | |
parent | cb2601be772d7529abd11377e6b1095b2e06d252 (diff) | |
download | pfsense-packages-ac1ac18a4e8ac63f30211b360b5f70c40c353565.tar.gz pfsense-packages-ac1ac18a4e8ac63f30211b360b5f70c40c353565.tar.bz2 pfsense-packages-ac1ac18a4e8ac63f30211b360b5f70c40c353565.zip |
Add internal_name as needed
Packages can now have an internal_name defined that matches up to their "real" name (name of the underlying package/service/scripts). Then package support code can know easily how to stop and start services for the package.
This is useful for packages like squid3, ipguard-dev,... that have pfSense package names that do not match to the underlying FreeBSD naming.
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 0d3c4eea..7bf279c5 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -8,6 +8,7 @@ <!-- <package> <name>someprogram</name> + <internal_name>someprogram</internal_name> <pkginfolink>http://forum.pfsense.org/</pkginfolink> <descr><![CDATA[Some cool program]]></descr> <website>http://www.example.org/someprogram</website> @@ -362,6 +363,7 @@ </package> <package> <name>FreeSWITCH Dev</name> + <internal_name>FreeSWITCH</internal_name> <website>http://www.freeswitch.org/</website> <descr>FreeSWITCH package development version.</descr> <category>Services</category> @@ -494,6 +496,7 @@ </package> <package> <name>snort-dev</name> + <internal_name>snort</internal_name> <pkginfolink>http://forum.pfsense.org/index.php/topic,16847.0.html</pkginfolink> <website>http://www.snort.org</website> <descr>Snort-dev is a development branch.</descr> @@ -608,6 +611,7 @@ </package> <package> <name>mailscanner-dev</name> + <internal_name>mailscanner</internal_name> <website>www.mailscanner.info</website> <descr><![CDATA[MailScanner is an e-mail security and anti-spam package for e-mail gateway systems.<br> This is a level3 mail scanning tool with high CPU load.]]></descr> @@ -728,9 +732,10 @@ </package> <package> <name>Ipguard-dev</name> + <internal_name>ipguard</internal_name> <website>http://ipguard.deep.perm.ru/</website> <descr><![CDATA[Ipguard listens network for ARP packets. All permitted MAC-IP pairs listed in config files.<br> - If it recieves one with MAC-IP pair, which is not listed in 'ethers' file, it will send ARP reply with configured fake address.<br> + If it receives one with MAC-IP pair, which is not listed in 'ethers' file, it will send ARP reply with configured fake address.<br> This will prevent not permitted host to work properly in local ethernet segment.]]></descr> <category>Security</category> <config_file>http://www.pfsense.com/packages/config/ipguard/ipguard.xml</config_file> @@ -766,6 +771,7 @@ </package> <package> <name>Varnish3</name> + <internal_name>varnish</internal_name> <descr><![CDATA[Varnish is a state-of-the-art, high-performance HTTP accelerator.<br> It uses the advanced features in FreeBSD 6/7/8 to achieve its high performance.<br> Version 3.0.2 includes streaming support]]></descr> @@ -967,6 +973,7 @@ </package> <package> <name>imspector-dev</name> + <internal_name>imspector</internal_name> <descr>IMSpector is an Instant Messenger transparent proxy with logging capabilities. Currently it supports MSN, AIM, ICQ, Yahoo and IRC to different degrees.</descr> <website>http://www.imspector.org/</website> <category>Network Management</category> @@ -1227,6 +1234,7 @@ </package> <package> <name>squid3</name> + <internal_name>squid</internal_name> <descr><![CDATA[High performance web proxy cache.<br> It combines squid as a proxy server with it's capabilities of acting as a HTTP / HTTPS reverse proxy.<br> It includes an Exchange-Web-Access (OWA) Assistant.]]></descr> @@ -1269,6 +1277,7 @@ </package> <package> <name>LCDproc-dev</name> + <internal_name>lcdproc</internal_name> <descr>LCD display driver - Development version</descr> <website>http://www.lcdproc.org/</website> <category>Utility</category> @@ -1373,7 +1382,7 @@ </package> <package> <name>OpenVPN Client Export Utility</name> - <descr>Allows a pre-configured OpenVPN Windows Client or or Mac OSX's Viscosity configuration bundle to be exported directly from pfSense.</descr> + <descr>Allows a pre-configured OpenVPN Windows Client or Mac OSX's Viscosity configuration bundle to be exported directly from pfSense.</descr> <category>Security</category> <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> <depends_on_package>p7zip-9.20.1.tbz</depends_on_package> |