From c358731b3ed5f3f22de373eb2ca75f8d244e7dfa Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 29 Dec 2012 07:57:52 +0000 Subject: [PATCH] /var -> /opt git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2379 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DEBIAN/control | 2 +- fhem/contrib/DEBIAN/postinst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/DEBIAN/control b/fhem/contrib/DEBIAN/control index 081a99db0..c946d5bec 100755 --- a/fhem/contrib/DEBIAN/control +++ b/fhem/contrib/DEBIAN/control @@ -9,4 +9,4 @@ Section: utils Priority: extra Architecture: all Homepage: http://www.fhem.de -Depends: perl-base (>= 5.6.2), libdevice-serialport-perl (>= 1.0) +Depends: perl-base (>= 5.6.2), libdevice-serialport-perl (>= 1.0), libwww-perl (>= 1.0) diff --git a/fhem/contrib/DEBIAN/postinst b/fhem/contrib/DEBIAN/postinst index 3a972c453..e2fe7c50b 100644 --- a/fhem/contrib/DEBIAN/postinst +++ b/fhem/contrib/DEBIAN/postinst @@ -3,7 +3,7 @@ set -e if ! getent passwd fhem >/dev/null; then - useradd --system --home /var/log/fhem --gid dialout --shell /bin/false fhem + useradd --system --home /opt/fhem --gid dialout --shell /bin/false fhem fi chown -R fhem /opt/fhem