diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-09 15:39:53 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-09 15:39:53 -0400 |
commit | 8840f0d0a4e99ad80fa192cda1dcc31f7ec3dcbb (patch) | |
tree | a8b7dcbb6f03cc57917d21d54f15e286cbc82245 /pkg_config.8.xml | |
parent | e93c1117eb807f0ff1352aeccd58b1139f17b8cb (diff) | |
download | pfsense-packages-8840f0d0a4e99ad80fa192cda1dcc31f7ec3dcbb.tar.gz pfsense-packages-8840f0d0a4e99ad80fa192cda1dcc31f7ec3dcbb.tar.bz2 pfsense-packages-8840f0d0a4e99ad80fa192cda1dcc31f7ec3dcbb.zip |
Adding copy_packages_to_host_ssh_port, copy_packages_to_host_ssh and copy_packages_to_folder_ssh which will be used to guide the automatic package building system to its file destination
Diffstat (limited to 'pkg_config.8.xml')
-rwxr-xr-x | pkg_config.8.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 1e6b43a4..68c233ec 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <!-- pfSense packages --> <pfsensepkgs> + <copy_packages_to_host_ssh_port>222</copy_packages_to_host_ssh_port> + <copy_packages_to_host_ssh>packages@files.pfsense.org</copy_packages_to_host_ssh> + <copy_packages_to_folder_ssh>/usr/local/www/files/packages/8/All/</copy_packages_to_folder_ssh> <packages> <package> <name>File Manger</name> |