- data/config: remove some hardcoded paths

Conflicts:
	data/config/settingsupdate.conf.in

Signed-off-by: Thilo Graf <dbt@novatux.de>

Files adapted because of different configurations.
This commit is contained in:
svenhoefer
2020-11-23 23:58:02 +01:00
committed by Thilo Graf
parent 78f18b483f
commit 80b126a2f4
4 changed files with 25 additions and 11 deletions

View File

@@ -472,6 +472,12 @@ AC_CONFIG_FILES([
src/nhttpd/nhttpd.conf src/nhttpd/nhttpd.conf
]) ])
# Backup configs
AC_CONFIG_FILES([
data/config/settingsupdate.conf
data/config/tobackup.conf
])
# Themes # Themes
#AC_CONFIG_FILES([ #AC_CONFIG_FILES([
#data/themes/Material_Blue-Grey.theme #data/themes/Material_Blue-Grey.theme

View File

@@ -1,3 +1,7 @@
EXTRA_DIST = \
settingsupdate.conf settingsupdate.conf.in \
tobackup.conf tobackup.conf.in
installdir = $(CONFIGDIR) installdir = $(CONFIGDIR)
install_DATA = \ install_DATA = \

View File

@@ -25,30 +25,34 @@
## vor der Sicherung aus dem neuen Image zu löschende Dateien/Verzeichnisse, ## vor der Sicherung aus dem neuen Image zu löschende Dateien/Verzeichnisse,
## gekennzeichnet durch ein vorangestelltes ~ ## gekennzeichnet durch ein vorangestelltes ~
# z.B. # z.B.
# ~/share/tuxbox/neutrino/themes/Classic.theme # ~@THEMESDIR@/Classic.theme
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
#------------- #-------------
## Sicherungen ## Sicherungen
#------------- #-------------
@CONFIGDIR@/
/etc/exports
/etc/hostname /etc/hostname
/etc/hosts /etc/hosts
/etc/network /etc/passwd
/etc/resolv.conf /etc/resolv.conf
/etc/wpa_supplicant.conf /etc/wpa_supplicant.conf
/var/etc
/var/tuxbox/config
## Persönliche Sicherungen
#---------------------------------------------------------------------------------------- #----------------------------------------------------------------------------------------
## von der Sicherung auszuschließende Dateien, gekennzeichnet durch ein vorangestelltes - ## von der Sicherung auszuschließende Dateien, gekennzeichnet durch ein vorangestelltes -
#---------------------------------------------------------------------------------------- #----------------------------------------------------------------------------------------
-/var/etc/update.urls -/var/etc/update.urls
-/var/tuxbox/config/cables.xml -@CONFIGDIR@/cables.xml
-/var/tuxbox/config/encoding.conf -@CONFIGDIR@/encoding.conf
-/var/tuxbox/config/providermap.xml -@CONFIGDIR@/providermap.xml
-/var/tuxbox/config/radio-stations.xml -@CONFIGDIR@/radio-stations.xml
-/var/tuxbox/config/satellites.xml -@CONFIGDIR@/satellites.xml
-/var/tuxbox/config/settingsupdate.conf -@CONFIGDIR@/settingsupdate.conf
-/var/tuxbox/config/tobackup.conf -@CONFIGDIR@/tobackup.conf