diff options
author | James Mills <prologic@shortcircuit.net.au> | 2014-11-06 12:25:36 +1000 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2014-11-06 12:25:36 +1000 |
commit | 8795e49fecef15e2486b4c64f19625c86e66e324 (patch) | |
tree | ed4052a4edcde4ab6e42a5d543953d2d75f8dd8e /fping/Pkgfile | |
parent | 285328a456b80bb7a5c04c73548d8bcddc0eac62 (diff) | |
download | contrib-8795e49fecef15e2486b4c64f19625c86e66e324.tar.gz contrib-8795e49fecef15e2486b4c64f19625c86e66e324.tar.xz |
fping: Removed explicit set suid bit on binaries
Diffstat (limited to 'fping/Pkgfile')
-rw-r--r-- | fping/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fping/Pkgfile b/fping/Pkgfile index 27a5dff0a..459c583ae 100644 --- a/fping/Pkgfile +++ b/fping/Pkgfile @@ -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 } |