contrib/DEBIAN: minor fixes in package scripts
git-svn-id: https://svn.fhem.de/fhem/trunk@7639 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -10,4 +10,4 @@ Priority: extra
|
||||
Architecture: all
|
||||
Homepage: http://www.fhem.de
|
||||
Depends: perl-base (>= 5.6.2), libdevice-serialport-perl (>= 1.0), libwww-perl (>= 1.0), libio-socket-ssl-perl (>= 1.0)
|
||||
Suggests: sqlite3, libdbd-sqlite3-perl, libtext-diff-perl, libtimedate-perl, libmail-imapclient-perl, libgd-graph-perl, libtext-csv-perl, libxml-simple-perl, liblist-moreutils-perl, ttf-liberation, libimage-librsvg-perl, libgd-text-perl
|
||||
Suggests: sqlite3, libdbd-sqlite3-perl, libtext-diff-perl, libtimedate-perl, libmail-imapclient-perl, libgd-graph-perl, libtext-csv-perl, libxml-simple-perl, liblist-moreutils-perl, ttf-liberation, libimage-librsvg-perl, libgd-text-perl, libsocket6-perl libio-socket-inet6-perl
|
||||
|
||||
@@ -7,7 +7,7 @@ if ! getent passwd fhem >/dev/null; then
|
||||
useradd --system --home /opt/fhem --gid dialout --shell /bin/false fhem
|
||||
fi
|
||||
|
||||
chown -R fhem:root /opt/fhem
|
||||
chown -R fhem:dialout /opt/fhem
|
||||
|
||||
# set up of autostart
|
||||
# Sysvinit; upstart no longer supported
|
||||
|
||||
Reference in New Issue
Block a user