From 8c20b58f591478383339e8c35304ff28f9117299 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Tue, 15 Sep 2015 12:41:21 +0200 Subject: [PATCH] correct issue with trc6500-webconfig package installation --- master/etc/default/webconfig | 10 ---------- trc6500-master-file/debian/debian-postinst | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 master/etc/default/webconfig diff --git a/master/etc/default/webconfig b/master/etc/default/webconfig deleted file mode 100644 index 117fe7d..0000000 --- a/master/etc/default/webconfig +++ /dev/null @@ -1,10 +0,0 @@ -# Weconfig configure options - -# Should webconfig be enabled? -#ENABLED=1 - -# ALIASES: filename containing form declaration -#ALIASES=/etc/webconfig/aliases.csv - -# PORT: server port -PORT=8080 diff --git a/trc6500-master-file/debian/debian-postinst b/trc6500-master-file/debian/debian-postinst index 4d212a3..8ca6a16 100755 --- a/trc6500-master-file/debian/debian-postinst +++ b/trc6500-master-file/debian/debian-postinst @@ -50,6 +50,10 @@ chmod a+rwx /opt/tftp echo "">/var/log/atftpd.log chown nobody /var/log/atftpd.log +# solve an issue with old trc6500-webconfig +touch /var/cache/webconfig/snmp.tree +chown webconfig: /var/cache/webconfig/snmp.tree + update-initramfs -u cd /opt/cluster -- 2.30.2