/var -> /opt

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2379 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-12-29 07:57:52 +00:00
parent 6fa44eea09
commit c358731b3e
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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