diff options
Diffstat (limited to 'net-dialup/openl2tp/files/openl2tp-1.8-l2tpconfig.patch')
-rw-r--r-- | net-dialup/openl2tp/files/openl2tp-1.8-l2tpconfig.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-dialup/openl2tp/files/openl2tp-1.8-l2tpconfig.patch b/net-dialup/openl2tp/files/openl2tp-1.8-l2tpconfig.patch deleted file mode 100644 index bf1644c9a144..000000000000 --- a/net-dialup/openl2tp/files/openl2tp-1.8-l2tpconfig.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur openl2tp-1.7.man//Makefile openl2tp-1.7/Makefile ---- openl2tp-1.7.man//Makefile 2010-09-05 11:02:18.000000000 +0400 -+++ openl2tp-1.7/Makefile 2010-09-05 12:25:51.694863508 +0400 -@@ -314,9 +314,9 @@ - $(INSTALL) openl2tpd $(DESTDIR)/usr/sbin - - install-app: -- $(INSTALL) -d $(DESTDIR)/usr/bin -+ $(INSTALL) -d $(DESTDIR)/usr/sbin - ifeq ($(L2TP_FEATURE_RPC_MANAGEMENT),y) -- $(INSTALL) l2tpconfig $(DESTDIR)/usr/bin -+ $(INSTALL) -m 0500 l2tpconfig $(DESTDIR)/usr/sbin - endif - $(INSTALL) -d $(DESTDIR)$(SYS_LIBDIR)/openl2tp - $(INSTALL) -m 0644 l2tp_rpc.x $(DESTDIR)$(SYS_LIBDIR)/openl2tp/l2tp_rpc.x |