fping: Removed explicit set suid bit on binaries

This commit is contained in:
James Mills 2014-11-06 12:25:36 +10:00
parent 285328a456
commit 8795e49fec
2 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-sr-xr-x root/root usr/bin/fping
-r-sr-xr-x root/root usr/bin/fping6
-rwsr-xr-x root/root usr/bin/fping
-rwsr-xr-x root/root usr/bin/fping6
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/fping.8.gz

View File

@ -6,7 +6,7 @@
name=fping
version=3.10
release=1
release=2
source=(http://www.fping.org/dist/${name}-${version}.tar.gz)
build () {
@ -24,8 +24,6 @@ build () {
# Package
make DESTDIR=$PKG install
chmod 4555 ${PKG}/usr/bin/fping
chmod 4555 ${PKG}/usr/bin/fping6
chown -R root:root $PKG
}