Merge bk://oe-devel@oe-devel.bkbits.net/packages
[vuplus_openembedded] / dhcpcd / dhcpcd-1.3.22-pl4 / config_dir.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- dhcpcd-1.3.22-pl4/pathnames.h~config_dir
7 +++ dhcpcd-1.3.22-pl4/pathnames.h
8 @@ -37,7 +37,7 @@
9  #define NIS_CONF               "/etc/config/yp.conf"
10  #define NTP_CONF               "/etc/config/ntp.conf"
11  #else
12 -#define CONFIG_DIR             "/etc/dhcpc"
13 +#define CONFIG_DIR             "/var/run"
14  #define RESOLV_CONF            "/etc/resolv.conf"
15  #define NIS_CONF               "/etc/yp.conf"
16  #define NTP_CONF               "/etc/ntp.conf"