remove ppp directory from pptpclient and rp-pppoe, ppp is a dependency

This commit is contained in:
Tobias Powalowski 2012-08-16 11:29:27 +02:00
parent 54f8a22055
commit 42e3959e58
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ build ()
add_binary "$i" add_binary "$i"
done done
add_full_dir "/usr/lib/rp-pppoe" add_full_dir "/usr/lib/rp-pppoe"
add_full_dir "/etc/ppp"
add_file "/etc/rc.d/adsl" add_file "/etc/rc.d/adsl"
} }

View file

@ -4,7 +4,6 @@
build () build ()
{ {
add_binary "/usr/sbin/pptp" add_binary "/usr/sbin/pptp"
add_full_dir "/etc/ppp"
} }
help () help ()