summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-22 21:41:40 +0000
committerRoy Marples <roy@marples.name>2008-05-22 21:41:40 +0000
commit9f1fea6b03f8d725369402b6dad569c3d7cf1209 (patch)
tree1f019546e0d715e2d1e86a01385c82971a026869 /config.h
parentd1f69d4d1cd38bedee63e0fdd9f9d8302f915dad (diff)
downloaddhcpcd-9f1fea6b03f8d725369402b6dad569c3d7cf1209.tar.xz
Just use /etc.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 37deba5f..3ec2aab3 100644
--- a/config.h
+++ b/config.h
@@ -61,7 +61,7 @@
/* Paths to things */
#ifndef SYSCONFDIR
-# define SYSCONFDIR "/etc/" PACKAGE
+# define SYSCONFDIR "/etc"
#endif
#ifndef LIBEXECDIR
# define LIBEXECDIR "/libexec"