From 910e26074b507e492c5f31923e0b57c8e4c97db5 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 14 Nov 2004 07:58:58 +0000 Subject: [PATCH] Add radius to the list of plugins to be compiled by default --- pppd/plugins/Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index e373700..b52f284 100644 --- a/pppd/plugins/Makefile.linux +++ b/pppd/plugins/Makefile.linux @@ -9,7 +9,7 @@ BINDIR = $(DESTDIR)/sbin MANDIR = $(DESTDIR)/share/man/man8 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) -SUBDIRS := rp-pppoe pppoatm +SUBDIRS := rp-pppoe pppoatm radius # Uncomment the next line to include the radius authentication plugin # SUBDIRS += radius PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so -- 2.39.2