aboutsummaryrefslogtreecommitdiffstats
path: root/main/ppp/fix-paths.patch
blob: 5d2b7228a9b62385c2f04dacf552f92d108b3e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/pppd/plugins/radius/pathnames.h b/pppd/plugins/radius/pathnames.h
index 3a00d2c..c606f33 100644
--- a/pppd/plugins/radius/pathnames.h
+++ b/pppd/plugins/radius/pathnames.h
@@ -22,7 +22,7 @@
 
 /* normally defined in the Makefile */
 #ifndef PPP_PATH_ETC_RADIUSCLIENT_CONF
-#define PPP_PATH_ETC_RADIUSCLIENT_CONF       SYSCONFDIR "/radiusclient.conf"
+#define PPP_PATH_ETC_RADIUSCLIENT_CONF       SYSCONFDIR "/radiusclient/radiusclient.conf"
 #endif
 
 #endif /* PATHNAMES_H */