From 610a7bd76eb1f99f22317541b35001b1e24877ed Mon Sep 17 00:00:00 2001 From: pali <7141871+pali@users.noreply.github.com> Date: Fri, 30 Jul 2021 05:29:01 +0200 Subject: [PATCH] pppoe: Remove rp-pppoe.so symlink to not conflict with real rp-pppoe.so plugin (#304) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Backward compatibility symlink is there already for one ppp release. Remove it for next ppp release to not conflict with real rp-pppoe.so plugin. So both ppp's pppoe.so and rp's rp-pppoe.so plugins can be installed together. Now when conversion to automake was done, it is a good time to drop this problematic symlink from default installation. Signed-off-by: Pali Rohár --- pppd/plugins/pppoe/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pppd/plugins/pppoe/Makefile.am b/pppd/plugins/pppoe/Makefile.am index 9c0f0fe..e3c01cd 100644 --- a/pppd/plugins/pppoe/Makefile.am +++ b/pppd/plugins/pppoe/Makefile.am @@ -12,11 +12,3 @@ pppoe_la_SOURCES = plugin.c discovery.c if.c common.c pppoe_discovery_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/include pppoe_discovery_SOURCES = pppoe-discovery.c debug.c - -install-exec-hook: - (mkdir -p $(DESTDIR)/$(pppd_plugindir); \ - cd $(DESTDIR)$(pppd_plugindir); \ - $(LN_S) -f pppoe.so rp-pppoe.so) - -uninstall-hook: - (cd $(DESTDIR)$(pppd_plugindir); rm -f rp-pppoe.so) -- 2.39.2