forked from pool/rp-pppoe
18 lines
839 B
Diff
18 lines
839 B
Diff
--- src/Makefile.in 2002/10/01 16:36:57 1.1
|
|
+++ src/Makefile.in 2002/10/01 16:39:27
|
|
@@ -194,11 +194,9 @@
|
|
mkdir -p $(RPM_INSTALL_ROOT)/etc/rc.d/init.d ;\
|
|
$(install) -m 755 ../scripts/adsl-init-turbolinux $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/adsl ; \
|
|
fi
|
|
- @if [ -f /etc/SuSE-release ] ; then \
|
|
- echo "Looks like a SuSE Linux system; installing $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe" ; \
|
|
- mkdir -p $(RPM_INSTALL_ROOT)/etc/rc.d/init.d ;\
|
|
- $(install) -m 755 ../scripts/pppoe-init-suse $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe ; \
|
|
- fi
|
|
+ echo "Looks like a SuSE Linux system; installing $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe" ; \
|
|
+ mkdir -p $(RPM_INSTALL_ROOT)/etc/init.d ;\
|
|
+ $(install) -m 755 ../scripts/pppoe-init-suse $(RPM_INSTALL_ROOT)/etc/init.d/pppoe ; \
|
|
|
|
# L2TP
|
|
@if [ -f l2tp/handlers/sync-pppd.so ] ; then \
|