forked from pool/rp-pppoe
18 lines
830 B
Diff
18 lines
830 B
Diff
--- src/Makefile.in
|
|
+++ src/Makefile.in
|
|
@@ -194,10 +194,10 @@
|
|
mkdir -p $(RPM_INSTALL_ROOT)/etc/rc.d/init.d ;\
|
|
$(install) -m 755 ../scripts/pppoe-init-turbolinux $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe ; \
|
|
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 ; \
|
|
+ @if [ -f /etc/SuSE-release -o -f /etc/UnitedLinux-release ] ; then \
|
|
+ echo "Looks like a SuSE Linux/UnitedLinux system; installing $(RPM_INSTALL_ROOT)/etc/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 ; \
|
|
fi
|
|
|
|
# L2TP
|