]> git.pld-linux.org Git - packages/NetworkManager.git/blob - ifcfg-path.patch
- updated to 1.0.6
[packages/NetworkManager.git] / ifcfg-path.patch
1 TODO: make it configurable via dist tag in configure.ac
2
3 --- NetworkManager-0.8.9997/src/settings/plugins/ifcfg-rh/common.h~     2011-05-31 10:37:37.000000000 +0300
4 +++ NetworkManager-0.8.9997/src/settings/plugins/ifcfg-rh/common.h      2011-08-19 11:07:06.325518503 +0300
5 @@ -36,7 +36,9 @@
6  #define AUGNEW_TAG ".augnew"
7  #define AUGTMP_TAG ".augtmp"
8  
9 -#define IFCFG_DIR SYSCONFDIR"/sysconfig/network-scripts"
10 +#ifndef IFCFG_DIR
11 +#define IFCFG_DIR SYSCONFDIR"/sysconfig/interfaces"
12 +#endif
13  
14  #define IFCFG_PLUGIN_NAME "ifcfg-rh"
15  #define IFCFG_PLUGIN_INFO "(c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list."
This page took 0.020131 seconds and 3 git commands to generate.