diff options
| author | Roy Marples <roy@marples.name> | 2008-05-22 21:41:40 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-22 21:41:40 +0000 |
| commit | 9f1fea6b03f8d725369402b6dad569c3d7cf1209 (patch) | |
| tree | 1f019546e0d715e2d1e86a01385c82971a026869 /config.h | |
| parent | d1f69d4d1cd38bedee63e0fdd9f9d8302f915dad (diff) | |
| download | dhcpcd-9f1fea6b03f8d725369402b6dad569c3d7cf1209.tar.xz | |
Just use /etc.
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ /* Paths to things */ #ifndef SYSCONFDIR -# define SYSCONFDIR "/etc/" PACKAGE +# define SYSCONFDIR "/etc" #endif #ifndef LIBEXECDIR # define LIBEXECDIR "/libexec" |
