diff options
author | Michele Di Maria <michele@nt2.it> | 2011-12-18 01:17:56 +0100 |
---|---|---|
committer | Michele Di Maria <michele@nt2.it> | 2011-12-18 01:17:56 +0100 |
commit | 3f65c05590b7438d48eb16518f2040fa19b0a0c8 (patch) | |
tree | bfa4efd99cd9e849cbbc21a7786d2be07789ef17 | |
parent | db26caf726685e44a8a6fc04e55e2006e2fa4ec5 (diff) | |
download | pfsense-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
-rw-r--r-- | config/lcdproc-dev/lcdproc.inc | 5 |
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")) { |