summaryrefslogtreecommitdiff
path: root/app-misc/fhem/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/fhem/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/fhem/files')
-rw-r--r--app-misc/fhem/files/fhem.cfg27
-rw-r--r--app-misc/fhem/files/fhem.initd17
2 files changed, 0 insertions, 44 deletions
diff --git a/app-misc/fhem/files/fhem.cfg b/app-misc/fhem/files/fhem.cfg
deleted file mode 100644
index 04f7ae9a4681..000000000000
--- a/app-misc/fhem/files/fhem.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
-attr global logfile ./log/fhem-%Y-%m.log
-attr global pidfilename /run/fhem/fhem.pid
-attr global modpath .
-attr global statefile ./data/fhem.save
-attr global verbose 3
-attr global updateInBackground
-
-define telnetPort telnet 7072 global
-
-define WEB FHEMWEB 8083 global
-
-define WEBphone FHEMWEB 8084 global
-attr WEBphone stylesheetPrefix smallscreen
-
-define WEBtablet FHEMWEB 8085 global
-attr WEBtablet stylesheetPrefix touchpad
-
-# Fake FileLog entry, to access the fhem log from FHEMWEB
-define Logfile FileLog ./log/fhem-%Y-%m.log fakelog
-
-define autocreate autocreate
-attr autocreate filelog ./data/%NAME-%Y.log
-
-define eventTypes eventTypes ./data/eventTypes.txt
-
-# Disable this to avoid looking for new USB devices on startup
-define initialUsbCheck notify global:INITIALIZED usb create
diff --git a/app-misc/fhem/files/fhem.initd b/app-misc/fhem/files/fhem.initd
deleted file mode 100644
index 424948719010..000000000000
--- a/app-misc/fhem/files/fhem.initd
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-home="/opt/fhem"
-command="${home}/fhem.pl"
-command_args="${home}/fhem.cfg"
-command_group="fhem"
-command_user="fhem"
-name="FHEM"
-pidfile_path="/run/fhem"
-pidfile="${pidfile_path}/fhem.pid"
-start_stop_daemon_args="--chdir ${home}"
-
-start_pre() {
- checkpath -d -o "${command_user}:${command_group}" -q "${pidfile_path}"
-}