mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
data/config: remove some hardcoded paths
Origin commit data
------------------
Branch: ni/coolstream
Commit: 53498039d4
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Origin message was:
------------------
- data/config: remove some hardcoded paths
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -473,6 +473,12 @@ AC_CONFIG_FILES([
|
||||
src/nhttpd/nhttpd.conf
|
||||
])
|
||||
|
||||
# Backup configs
|
||||
AC_CONFIG_FILES([
|
||||
data/config/settingsupdate.conf
|
||||
data/config/tobackup.conf
|
||||
])
|
||||
|
||||
# Themes
|
||||
AC_CONFIG_FILES([
|
||||
data/themes/Material_Blue-Grey.theme
|
||||
|
@@ -1,3 +1,7 @@
|
||||
EXTRA_DIST = \
|
||||
settingsupdate.conf settingsupdate.conf.in \
|
||||
tobackup.conf tobackup.conf.in
|
||||
|
||||
installdir = $(CONFIGDIR)
|
||||
|
||||
install_DATA = \
|
||||
|
@@ -25,34 +25,36 @@
|
||||
## vor der Sicherung aus dem neuen Image zu löschende Dateien/Verzeichnisse,
|
||||
## gekennzeichnet durch ein vorangestelltes ~
|
||||
# z.B.
|
||||
# ~/share/tuxbox/neutrino/themes/Classic.theme
|
||||
# ~@THEMESDIR@/Classic.theme
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
#-------------------------
|
||||
## NI Standard-Sicherungen
|
||||
#-------------------------
|
||||
/var/tuxbox/config/tobackup.conf
|
||||
/var/tuxbox/config/settingsupdate.conf
|
||||
@CONFIGDIR@/tobackup.conf
|
||||
@CONFIGDIR@/settingsupdate.conf
|
||||
|
||||
@CONFIGDIR@/cables.xml
|
||||
@CONFIGDIR@/FritzCallMonitor.addr
|
||||
@CONFIGDIR@/FritzCallMonitor.cfg
|
||||
@CONFIGDIR@/radio-favorites.xml
|
||||
@CONFIGDIR@/radio-stations.xml
|
||||
@CONFIGDIR@/timerd.conf
|
||||
@CONFIGDIR@/satellites.xml
|
||||
@CONFIGDIR@/tuxcal/
|
||||
@CONFIGDIR@/tuxmail/
|
||||
@CONFIGDIR@/zapit/
|
||||
@CONFIGDIR@/oscam.*
|
||||
@CONFIGDIR@/oscammon.conf
|
||||
@CONFIGDIR@/scan.conf
|
||||
@CONFIGDIR@/srv.conf
|
||||
@CONFIGDIR@/flex/flex_eigene_scripte.conf
|
||||
|
||||
/var/tuxbox/config/cables.xml
|
||||
/var/tuxbox/config/FritzCallMonitor.addr
|
||||
/var/tuxbox/config/FritzCallMonitor.cfg
|
||||
/var/tuxbox/config/radio-favorites.xml
|
||||
/var/tuxbox/config/radio-stations.xml
|
||||
/var/tuxbox/config/timerd.conf
|
||||
/var/tuxbox/config/satellites.xml
|
||||
/var/tuxbox/config/tuxcal/
|
||||
/var/tuxbox/config/tuxmail/
|
||||
/var/tuxbox/config/zapit/
|
||||
/var/tuxbox/config/oscam.*
|
||||
/var/tuxbox/config/oscammon.conf
|
||||
/var/tuxbox/config/scan.conf
|
||||
/var/tuxbox/config/srv.conf
|
||||
/var/tuxbox/config/flex/flex_eigene_scripte.conf
|
||||
/var/bin/
|
||||
/var/etc/
|
||||
/var/keys/
|
||||
|
||||
/etc/exports
|
||||
/etc/hostname
|
||||
/etc/hosts
|
Reference in New Issue
Block a user