Skip to content

Commit

Permalink
pppoe: Remove rp-pppoe.so symlink to not conflict with real rp-pppoe.…
Browse files Browse the repository at this point in the history
…so plugin (#304)

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 <pali@kernel.org>
  • Loading branch information
pali authored Jul 30, 2021
1 parent ed103e6 commit 610a7bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pppd/plugins/pppoe/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 610a7bd

Please sign in to comment.