aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-11 23:29:58 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-11 23:29:58 +0200
commite24b12868b5e8655079851b83d143eb130976b95 (patch)
treef1104972218fe47c204a5ed9f6fb86b9832d7537 /config/systempatches
parent6ffc3225a97ff703c4d59e50cab09421c3aab39f (diff)
downloadpfsense-packages-e24b12868b5e8655079851b83d143eb130976b95.tar.gz
pfsense-packages-e24b12868b5e8655079851b83d143eb130976b95.tar.bz2
pfsense-packages-e24b12868b5e8655079851b83d143eb130976b95.zip
systempatches - some code style cosmetics
- Fix copyright header - Switch GitHub to HTTPS.
Diffstat (limited to 'config/systempatches')
-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";