From 5579d12ac463bad44619d9b808562fd321187cc5 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 14 Mar 2014 19:18:17 -0500 Subject: standardize URLs --- etc/inc/dyndns.class | 2 +- etc/inc/pkg-utils.inc | 2 +- etc/rc.update_bogons.sh | 2 +- 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="" -- cgit v1.1