summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-21 17:40:14 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-21 17:40:14 -0500
commitb3a4ff7ca56cdb3b364dee8362904349ad0e6ec6 (patch)
tree750d39d9c247f4355a27d74a262f7fdbd2af565e /etc
parent279f4da86807d7b1b534c2492f8f16b72c632d68 (diff)
downloadpfsense-b3a4ff7ca56cdb3b364dee8362904349ad0e6ec6.zip
pfsense-b3a4ff7ca56cdb3b364dee8362904349ad0e6ec6.tar.gz
Add newlines
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pkg-utils.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 036c737..390d4d2 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -494,7 +494,7 @@ function install_package($package, $pkg_info = "") {
update_status($static_output);
/* fetch the package's configuration file */
if($pkg_info['config_file'] != "") {
- $static_output .= "Downloading package configuration file... ";
+ $static_output .= "\nDownloading package configuration file... ";
update_output_window($static_output);
pkg_debug("Downloading package configuration file...\n");
$fetchto = substr(strrchr($pkg_info['config_file'], '/'), 1);
@@ -601,7 +601,7 @@ function install_package_xml($pkg) {
update_output_window($static_output);
foreach((array) $pkg_info['depends_on_package'] as $pkgdep) {
$pkg_name = substr(reverse_strrchr($pkgdep, "."), 0, -1);
- $static_output = $static_orig . "Checking for package installation... ";
+ $static_output = $static_orig . "\nChecking for package installation... ";
update_output_window($static_output);
// FIXME: Not sure what the logic is for this. I see nothing that sets this variable, and it was causing some steps to be skipped.
// Should be fixed or removed.
@@ -627,7 +627,7 @@ function install_package_xml($pkg) {
}
$configfile = substr(strrchr($pkg_info['config_file'], '/'), 1);
if(file_exists("/usr/local/pkg/" . $configfile)) {
- $static_output .= "Loading package configuration... ";
+ $static_output .= "\nLoading package configuration... ";
update_output_window($static_output);
$pkg_config = parse_xml_config_pkg("/usr/local/pkg/" . $configfile, "packagegui");
$static_output .= "done.\n";
@@ -1087,4 +1087,4 @@ function squash_from_bytes($size, $round = "") {
return;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud