aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches/patches.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-08-15 23:58:46 -0500
committerChris Buechler <cmb@pfsense.org>2015-08-15 23:58:46 -0500
commit348be11873e201f749ba6122029d6bf008428bb7 (patch)
treebf5274000b967a1b8f1d5e8865792f08aa5a4fd6 /config/systempatches/patches.inc
parent0d8788110a27ab87ef4e6a4c0cc6ea148ff8b3ca (diff)
parent543be99e7c1b409c6d3acee1b4e73666a6490299 (diff)
downloadpfsense-packages-348be11873e201f749ba6122029d6bf008428bb7.tar.gz
pfsense-packages-348be11873e201f749ba6122029d6bf008428bb7.tar.bz2
pfsense-packages-348be11873e201f749ba6122029d6bf008428bb7.zip
Merge pull request #994 from doktornotor/patch-8
Diffstat (limited to 'config/systempatches/patches.inc')
-rw-r--r--config/systempatches/patches.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/systempatches/patches.inc b/config/systempatches/patches.inc
index f47324c4..0aa37fb8 100644
--- a/config/systempatches/patches.inc
+++ b/config/systempatches/patches.inc
@@ -1,7 +1,9 @@
<?php
/*
patches.inc
+ part of pfSense (https://www.pfSense.org/)
Copyright (C) 2012 Jim Pingle
+ Copyright (C) 2015 ESF, LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -25,12 +27,11 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-
require_once("globals.inc");
require_once("util.inc");
global $git_root_url, $patch_suffix, $patch_dir, $patch_cmd;
-$git_root_url = "http://github.com/pfsense/pfsense/commit/";
+$git_root_url = "https://github.com/pfsense/pfsense/commit/";
$patch_suffix = ".patch";
$patch_dir = "/var/patches";
$patch_cmd = "/usr/bin/patch";