diff options
author | Phil Davis <phil.davis@world.inf.org> | 2012-12-14 23:34:14 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2012-12-14 23:34:14 +0545 |
commit | 1629d8f6b5fcf9f1a357657b44b833465e1e3ecc (patch) | |
tree | d6fa68f4083a0152e87bda4b5df85a8563fc42e7 /pkg_config.8.xml.amd64 | |
parent | ac1ac18a4e8ac63f30211b360b5f70c40c353565 (diff) | |
download | pfsense-packages-1629d8f6b5fcf9f1a357657b44b833465e1e3ecc.tar.gz pfsense-packages-1629d8f6b5fcf9f1a357657b44b833465e1e3ecc.tar.bz2 pfsense-packages-1629d8f6b5fcf9f1a357657b44b833465e1e3ecc.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.amd64')
-rw-r--r-- | pkg_config.8.xml.amd64 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 08d01325..df56b5e2 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -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> @@ -349,6 +350,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> @@ -481,6 +483,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> @@ -595,6 +598,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> @@ -715,9 +719,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> @@ -753,6 +758,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> @@ -954,6 +960,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> @@ -1214,6 +1221,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> @@ -1256,6 +1264,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> @@ -1360,7 +1369,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/amd64/8/All/</depends_on_package_base_url> <depends_on_package>p7zip-9.20.1.tbz</depends_on_package> |