mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- 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:
@@ -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
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
EXTRA_DIST = \
|
||||||
|
settingsupdate.conf settingsupdate.conf.in \
|
||||||
|
tobackup.conf tobackup.conf.in
|
||||||
|
|
||||||
installdir = $(CONFIGDIR)
|
installdir = $(CONFIGDIR)
|
||||||
|
|
||||||
install_DATA = \
|
install_DATA = \
|
||||||
|
@@ -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
|
Reference in New Issue
Block a user