]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Just use /etc.
authorRoy Marples <roy@marples.name>
Thu, 22 May 2008 21:41:40 +0000 (21:41 +0000)
committerRoy Marples <roy@marples.name>
Thu, 22 May 2008 21:41:40 +0000 (21:41 +0000)
config.h

index 37deba5fb0b734ce746b946eda5661bdd4aee597..3ec2aab38b28f7dc0945c03914358e9d1d8ad308 100644 (file)
--- 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"