summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-03-14 19:18:17 -0500
committerChris Buechler <cmb@pfsense.org>2014-03-14 19:19:01 -0500
commit5579d12ac463bad44619d9b808562fd321187cc5 (patch)
tree18b04878d3d23d2dbb40942f0a62b30d5f925132
parentc3abc75aca0c715993c266dcf13dba193cbb9361 (diff)
downloadpfsense-5579d12ac463bad44619d9b808562fd321187cc5.zip
pfsense-5579d12ac463bad44619d9b808562fd321187cc5.tar.gz
standardize URLs
-rw-r--r--etc/inc/dyndns.class2
-rw-r--r--etc/inc/pkg-utils.inc2
-rwxr-xr-xetc/rc.update_bogons.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index c85829e..8f96c39 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -1090,7 +1090,7 @@
/*
* Private Function (added 12 July 05) [beta]
* - Detect whether or not IP needs to be updated.
- * | Written Specifically for pfSense (pfsense.com) may
+ * | Written Specifically for pfSense (https://www.pfsense.org) may
* | work with other systems. pfSense base is FreeBSD.
*/
function _detectChange() {
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index a5a199d..4ca7c62 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -188,7 +188,7 @@ function get_pkg_internal_name($package) {
/****f* pkg-utils/get_pkg_info
* NAME
- * get_pkg_info - Retrieve package information from pfsense.com.
+ * get_pkg_info - Retrieve package information from package server.
* INPUTS
* $pkgs - 'all' to retrieve all packages, an array containing package names otherwise
* $info - 'all' to retrieve all information, an array containing keys otherwise
diff --git a/etc/rc.update_bogons.sh b/etc/rc.update_bogons.sh
index 8672406..788a1b6 100755
--- a/etc/rc.update_bogons.sh
+++ b/etc/rc.update_bogons.sh
@@ -2,7 +2,7 @@
# Update bogons file
# Part of the pfSense project
-# www.pfsense.com
+# https://www.pfsense.org
# Global variables
proc_error=""
OpenPOWER on IntegriCloud