mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-10 02:11:44 +01:00
13 lines
359 B
Diff
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 */
|
|
|