From: Roy Marples Date: Thu, 22 May 2008 21:41:40 +0000 (+0000) Subject: Just use /etc. X-Git-Tag: v4.0.2~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f1fea6b03f8d725369402b6dad569c3d7cf1209;p=thirdparty%2Fdhcpcd.git Just use /etc. --- 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"