blob: 691425872648976357cd1ccb70c528aaf23002f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/pppd/plugins/radius/pathnames.h
+++ b/pppd/plugins/radius/pathnames.h
@@ -22,7 +22,7 @@
/* normally defined in the Makefile */
#ifndef _PATH_ETC_RADIUSCLIENT_CONF
-#define _PATH_ETC_RADIUSCLIENT_CONF "/etc/radiusclient.conf"
+#define _PATH_ETC_RADIUSCLIENT_CONF "/etc/radiusclient/radiusclient.conf"
#endif
#endif /* PATHNAMES_H */
|