summaryrefslogtreecommitdiffstats
path: root/etc/rc.start_packages
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-02-25 01:43:04 +0545
committerPhil Davis <phil.davis@inf.org>2015-02-25 01:43:04 +0545
commita8efbde4aa59a2384c26ef8b0a5b0a847abcabec (patch)
tree24aa96e7d591fe00c554650ca3bbd092f435854d /etc/rc.start_packages
parente173dd74fd009a4771552fb0e2cb3ee508072d30 (diff)
downloadpfsense-a8efbde4aa59a2384c26ef8b0a5b0a847abcabec.zip
pfsense-a8efbde4aa59a2384c26ef8b0a5b0a847abcabec.tar.gz
Minor spacing edits to etc files
Diffstat (limited to 'etc/rc.start_packages')
-rwxr-xr-xetc/rc.start_packages6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.start_packages b/etc/rc.start_packages
index ba97974..c1edf19 100755
--- a/etc/rc.start_packages
+++ b/etc/rc.start_packages
@@ -41,10 +41,10 @@ require_once("service-utils.inc");
if (file_exists("{$g['tmp_path']}/.rc.start_packages.running")) {
$stat = stat("{$g['tmp_path']}/.rc.start_packages.running");
if (time() - $stat['mtime'] >= 90) {
- @unlink("{$g['tmp_path']}/.rc.start_packages.running");
+ @unlink("{$g['tmp_path']}/.rc.start_packages.running");
} else {
- log_error("Skipping STARTing packages process because previous/another instance is already running");
- return;
+ log_error("Skipping STARTing packages process because previous/another instance is already running");
+ return;
}
}
OpenPOWER on IntegriCloud