# A workaround for the program hardcoding that the system is using # /etc/sysconfig as its configuration directory. You can monitor # the state of this issue in upstream bug #803001. # Written by Dainius Masiliƫnas. --- snapper/SnapperDefines.h.old 2013-02-03 22:58:07.271187565 +0200 +++ snapper/SnapperDefines.h 2013-02-10 21:05:32.007274099 +0200 @@ -24,7 +24,7 @@ #define SNAPPER_SNAPPER_DEFINES_H -#define SYSCONFIGFILE "/etc/sysconfig/snapper" +#define SYSCONFIGFILE "/etc/conf.d/snapper" #define CONFIGSDIR "/etc/snapper/configs" #define CONFIGTEMPLATEDIR "/etc/snapper/config-templates"