aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-09 15:39:53 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-09 15:39:53 -0400
commit8840f0d0a4e99ad80fa192cda1dcc31f7ec3dcbb (patch)
treea8b7dcbb6f03cc57917d21d54f15e286cbc82245
parente93c1117eb807f0ff1352aeccd58b1139f17b8cb (diff)
downloadpfsense-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
-rwxr-xr-xpkg_config.8.xml3
-rwxr-xr-xpkg_config.8.xml.amd643
2 files changed, 6 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>
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64
index 4d02c203..f9afb8fa 100755
--- a/pkg_config.8.xml.amd64
+++ b/pkg_config.8.xml.amd64
@@ -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/amd64/8/All/</copy_packages_to_folder_ssh>
<packages>
<package>
<name>Varnish</name>