diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-11-24 13:08:10 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-11-24 13:08:10 -0500 |
commit | fedab9987cfca680bdd8736eda7722ae9b4d8c3f (patch) | |
tree | 45dc2d9d99aab5c7ceaa37a81ba549af07ed2a6a /etc | |
parent | 6bd471ee40f96b02c2e4dcd479392cfc8b2c7179 (diff) | |
download | pfsense-fedab9987cfca680bdd8736eda7722ae9b4d8c3f.zip pfsense-fedab9987cfca680bdd8736eda7722ae9b4d8c3f.tar.gz |
Nuke trailing c/r
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/config.gui.inc | 2 | ||||
-rw-r--r-- | etc/inc/dyndns.class | 2 | ||||
-rw-r--r-- | etc/inc/filter.inc | 2 | ||||
-rw-r--r-- | etc/inc/interfaces.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/services.inc | 2 | ||||
-rw-r--r-- | etc/inc/shaper.inc | 2 | ||||
-rw-r--r-- | etc/inc/system.inc | 2 |
9 files changed, 8 insertions, 10 deletions
diff --git a/etc/inc/config.gui.inc b/etc/inc/config.gui.inc index 3516e15..6d61377 100644 --- a/etc/inc/config.gui.inc +++ b/etc/inc/config.gui.inc @@ -92,4 +92,4 @@ if($config_parsed == true) { } } -?> +?>
\ No newline at end of file diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index f60b52d..785c902 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -933,4 +933,4 @@ } -?> +?>
\ No newline at end of file diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 98720df..9c4aa1a 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2739,4 +2739,4 @@ function discover_pkg_rules($ruletype) { // vim: ts=4 sw=4 noexpandtab -?> +?>
\ No newline at end of file diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 3587af5..c2bbb2b 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -3450,4 +3450,4 @@ EOD; unlink_if_exists($cron_file); } -?> +?>
\ No newline at end of file diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 5d1bbc3..1aa37b0 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -2121,4 +2121,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 0297486..e876046 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -1080,4 +1080,4 @@ function squash_from_bytes($size, $round = "") { return; } -?> +?>
\ No newline at end of file diff --git a/etc/inc/services.inc b/etc/inc/services.inc index 04651d0..337bc46 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -1378,4 +1378,4 @@ function install_cron_job($command, $active=false, $minute="0", $hour="*", $mont configure_cron(); } -?> +?>
\ No newline at end of file diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index 02a1cd7..7c61546 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -4004,6 +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 5934fec..dcc8df6 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -1480,4 +1480,4 @@ function system_get_dmesg_boot() { return file_get_contents("{$g['varlog_path']}/dmesg.boot"); } -?> +?>
\ No newline at end of file |