forked from ports/contrib
fping: Removed explicit set suid bit on binaries
This commit is contained in:
parent
285328a456
commit
8795e49fec
@ -1,7 +1,7 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-r-sr-xr-x root/root usr/bin/fping
|
-rwsr-xr-x root/root usr/bin/fping
|
||||||
-r-sr-xr-x root/root usr/bin/fping6
|
-rwsr-xr-x root/root usr/bin/fping6
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/man/
|
||||||
drwxr-xr-x root/root usr/man/man8/
|
drwxr-xr-x root/root usr/man/man8/
|
||||||
-rw-r--r-- root/root usr/man/man8/fping.8.gz
|
-rw-r--r-- root/root usr/man/man8/fping.8.gz
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
name=fping
|
name=fping
|
||||||
version=3.10
|
version=3.10
|
||||||
release=1
|
release=2
|
||||||
source=(http://www.fping.org/dist/${name}-${version}.tar.gz)
|
source=(http://www.fping.org/dist/${name}-${version}.tar.gz)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
@ -24,8 +24,6 @@ build () {
|
|||||||
|
|
||||||
# Package
|
# Package
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
chmod 4555 ${PKG}/usr/bin/fping
|
|
||||||
chmod 4555 ${PKG}/usr/bin/fping6
|
|
||||||
|
|
||||||
chown -R root:root $PKG
|
chown -R root:root $PKG
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user