From: Laurent Mazet Date: Tue, 15 Sep 2015 10:41:21 +0000 (+0200) Subject: correct issue with trc6500-webconfig package installation X-Git-Tag: debian_7.8.4~2 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=8c20b58f591478383339e8c35304ff28f9117299;hp=09d7a21222d76283d81ce4e17b5e646af375877a;p=debian6500.git correct issue with trc6500-webconfig package installation --- 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