aboutsummaryrefslogtreecommitdiffstats
path: root/config/lcdproc-dev
diff options
context:
space:
mode:
authorMichele Di Maria <michele@nt2.it>2011-12-18 01:17:56 +0100
committerMichele Di Maria <michele@nt2.it>2011-12-18 01:17:56 +0100
commit3f65c05590b7438d48eb16518f2040fa19b0a0c8 (patch)
treebfa4efd99cd9e849cbbc21a7786d2be07789ef17 /config/lcdproc-dev
parentdb26caf726685e44a8a6fc04e55e2006e2fa4ec5 (diff)
downloadpfsense-packages-3f65c05590b7438d48eb16518f2040fa19b0a0c8.tar.gz
pfsense-packages-3f65c05590b7438d48eb16518f2040fa19b0a0c8.tar.bz2
pfsense-packages-3f65c05590b7438d48eb16518f2040fa19b0a0c8.zip
The previous change solves the problems on save, not during reinstall.
This change solves also the problems during reinstall. Thanks Michele
Diffstat (limited to 'config/lcdproc-dev')
-rw-r--r--config/lcdproc-dev/lcdproc.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/lcdproc-dev/lcdproc.inc b/config/lcdproc-dev/lcdproc.inc
index 5d2d9fb1..75ddb475 100644
--- a/config/lcdproc-dev/lcdproc.inc
+++ b/config/lcdproc-dev/lcdproc.inc
@@ -509,11 +509,12 @@ EOD;
));
conf_mount_ro();
- /* or restart lcdproc if settings were changed */
+ /* or restart lcdproc if settings were changed
+ Removed because of issues during reinstall.
if(lcdproc_running()) {
lcdproc_notice("Restarting service lcdproc");
lcdproc_action('restart');
- }
+ } */
}
if((! $lcdproc_config['driver']) || ($lcdproc_config['comport'] == "none")) {