Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37871248
en ru br
ALT Linux repos
S:5.0-alt1
5.0: 2.4b2-alt4
4.1: 2.4b2-alt4
4.0: 2.4b2-alt3.M40.1
3.0: 2.4b2-alt2

Group :: Security/Networking
RPM: fping

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

. /etc/control.d/functions

BINARY='/usr/sbin/fping'

new_fmode public 4711 root root
new_fmode restricted 700 root root

new_help public "Any user can execute $BINARY"
new_help restricted "Only root can execute $BINARY"

control_fmode "$BINARY" "$*" || exit 1
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin