aports/main/ppp/fix-paths.patch
2021-01-17 09:15:51 +00:00

13 lines
359 B
Diff

--- 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 */