rp-pppoe: don't set the plugin to SUID

This commit is contained in:
Juergen Daubert 2012-09-19 14:13:13 +02:00
parent 778a4ec78d
commit 87878cfc1a
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ drwxr-xr-x root/root etc/ppp/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/rp-pppoe/
-rwsr-xr-x root/root usr/lib/rp-pppoe/rp-pppoe.so
-rwxr-xr-x root/root usr/lib/rp-pppoe/rp-pppoe.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/pppoe.conf.5.gz

View File

@ -5,7 +5,7 @@
name=rp-pppoe
version=3.11
release=2
release=3
source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz)
build () {
@ -16,7 +16,6 @@ build () {
--enable-plugin
make DESTDIR=$PKG PLUGIN_DIR=/usr/lib/rp-pppoe install
chmod u+s $PKG/usr/lib/rp-pppoe/rp-pppoe.so
rm -r $PKG/usr/{share,lib/rp-pppoe/README}
}