mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-05 02:19:31 +00:00
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:
parent
e01304c50c
commit
6951e9ed51
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user