aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-03-11 03:37:55 -0500
committerChris Buechler <cmb@pfsense.org>2013-03-11 03:37:55 -0500
commitbbfd268f1a8c43b6bc99a56c219aff2b31a63c00 (patch)
treed4e7f4a11fe8cad50074964014da319a255a6e8d /config/systempatches
parentedb2afcf002c5039fb21e5085561c60b3a57c558 (diff)
downloadpfsense-packages-bbfd268f1a8c43b6bc99a56c219aff2b31a63c00.tar.gz
pfsense-packages-bbfd268f1a8c43b6bc99a56c219aff2b31a63c00.tar.bz2
pfsense-packages-bbfd268f1a8c43b6bc99a56c219aff2b31a63c00.zip
update repo location
Diffstat (limited to 'config/systempatches')
-rw-r--r--config/systempatches/patches.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/systempatches/patches.inc b/config/systempatches/patches.inc
index 89610565..e9bd2814 100644
--- a/config/systempatches/patches.inc
+++ b/config/systempatches/patches.inc
@@ -29,7 +29,7 @@
require_once("globals.inc");
require_once("util.inc");
-$git_root_url = "http://github.com/bsdperimeter/pfsense/commit/";
+$git_root_url = "http://github.com/pfsense/pfsense/commit/";
$patch_suffix = ".patch";
$patch_dir = "/var/patches";
$patch_cmd = "/usr/bin/patch";
@@ -139,4 +139,4 @@ function is_github_url($url) {
$urlbits = explode("/", $url);
return (substr($urlbits[2], -10) == "github.com");
}
-?> \ No newline at end of file
+?>