diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-12-22 10:39:12 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-12-22 10:39:12 -0500 |
commit | 673e8095015198040e4319d70d86432205cf89ed (patch) | |
tree | 499fde67018323f910d5affe89cbab725e1a998b /etc/inc | |
parent | 2d7bbd65b990a106f8d6f484af44863ddac0137b (diff) | |
download | pfsense-673e8095015198040e4319d70d86432205cf89ed.zip pfsense-673e8095015198040e4319d70d86432205cf89ed.tar.gz |
nuke trailing carriage returns
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/config.lib.inc | 2 | ||||
-rw-r--r-- | etc/inc/filter.inc | 2 | ||||
-rw-r--r-- | etc/inc/globals.inc | 2 | ||||
-rw-r--r-- | etc/inc/gwlb.inc | 2 | ||||
-rw-r--r-- | etc/inc/interfaces.inc | 2 | ||||
-rwxr-xr-x | etc/inc/openvpn.auth-user.php | 2 | ||||
-rw-r--r-- | etc/inc/openvpn.inc | 2 | ||||
-rw-r--r-- | etc/inc/pfsense-utils.inc | 2 | ||||
-rw-r--r-- | etc/inc/pkg-utils.inc | 2 | ||||
-rw-r--r-- | etc/inc/shaper.inc | 2 | ||||
-rw-r--r-- | etc/inc/system.inc | 2 | ||||
-rw-r--r-- | etc/inc/upgrade_config.inc | 2 | ||||
-rw-r--r-- | etc/inc/vpn.inc | 2 | ||||
-rw-r--r-- | etc/inc/xmlrpc.inc | 2 | ||||
-rw-r--r-- | etc/inc/xmlrpc_client.inc | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/etc/inc/config.lib.inc b/etc/inc/config.lib.inc index ae7e445..fedb943 100644 --- a/etc/inc/config.lib.inc +++ b/etc/inc/config.lib.inc @@ -837,4 +837,4 @@ function set_device_perms() { } } -?> +?>
\ No newline at end of file diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 486cd12..f8c3065 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2759,4 +2759,4 @@ function discover_pkg_rules($ruletype) { return $rules; } -?> +?>
\ No newline at end of file diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index f345a34..905f56f 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -164,4 +164,4 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024", $config_parsed = false; -?> +?>
\ No newline at end of file diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index 4ea7c32..a192bd3 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -532,4 +532,4 @@ function get_interface_gateway($interface, &$dynamic = false) { return ($gw); } -?> +?>
\ No newline at end of file diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 2262144..4608951 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -3601,4 +3601,4 @@ function get_vip_descr($ipaddress) { return ""; } -?> +?>
\ No newline at end of file diff --git a/etc/inc/openvpn.auth-user.php b/etc/inc/openvpn.auth-user.php index 9ca76cf..35d79cd 100755 --- a/etc/inc/openvpn.auth-user.php +++ b/etc/inc/openvpn.auth-user.php @@ -127,4 +127,4 @@ syslog(LOG_WARNING, "user {$username} authenticated\n"); exit(0); -?> +?>
\ No newline at end of file diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc index 234f756..2142f57 100644 --- a/etc/inc/openvpn.inc +++ b/etc/inc/openvpn.inc @@ -938,4 +938,4 @@ function openvpn_refresh_crls() { } } -?> +?>
\ No newline at end of file diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 098b3c8..cd640b7 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -2115,4 +2115,4 @@ function filter_rules_compare($a, $b) { return compare_interface_friendly_names($a['interface'], $b['interface']); } -?> +?>
\ No newline at end of file diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index 2371939..487b1bb 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -1081,4 +1081,4 @@ function squash_from_bytes($size, $round = "") { return; } -?> +?>
\ No newline at end of file diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index 37fb8d0..692f1a5 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -4004,4 +4004,4 @@ $dn_default_shaper_msg .= "buttons at the bottom represent queue actions and are $dn_default_shaper_msg .= " </p></strong></span>"; $dn_default_shaper_msg .= "</td></tr>"; -?> +?>
\ No newline at end of file diff --git a/etc/inc/system.inc b/etc/inc/system.inc index e55c68f..d95875d 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -1477,4 +1477,4 @@ function system_get_dmesg_boot() { return file_get_contents("{$g['varlog_path']}/dmesg.boot"); } -?> +?>
\ No newline at end of file diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc index 9f7be86..58e5ca2 100644 --- a/etc/inc/upgrade_config.inc +++ b/etc/inc/upgrade_config.inc @@ -2282,4 +2282,4 @@ function upgrade_074_to_075() { rename_field($config['crl'], 'name', 'descr'); } -?> +?>
\ No newline at end of file diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index ef06f61..713e72d 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -1746,4 +1746,4 @@ function vpn_ipsec_configure_preferoldsa() { mwexec("/sbin/sysctl net.key.preferred_oldsa=0"); } -?> +?>
\ No newline at end of file diff --git a/etc/inc/xmlrpc.inc b/etc/inc/xmlrpc.inc index ef4fc19..ae725e5 100644 --- a/etc/inc/xmlrpc.inc +++ b/etc/inc/xmlrpc.inc @@ -139,4 +139,4 @@ function xmlrpc_auth(&$params) { return false; } -?> +?>
\ No newline at end of file diff --git a/etc/inc/xmlrpc_client.inc b/etc/inc/xmlrpc_client.inc index 8b8a9a2..a3b9cad 100644 --- a/etc/inc/xmlrpc_client.inc +++ b/etc/inc/xmlrpc_client.inc @@ -2077,4 +2077,4 @@ function XML_RPC_encode($php_val) * End: */ -?> +?>
\ No newline at end of file |