Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37403369
en ru br
ALT Linux repos
S:20221126-alt1
5.0: 20071127-alt4
4.1: 20071127-alt0.M41.1
4.0: 20020927-alt4.2
3.0: 20020927-alt2

Group :: Networking/Other
RPM: iputils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

. /etc/control.d/functions

BINARY=/bin/ping6

new_help public "Any user can execute $BINARY"
new_help netadmin "Only \"netadmin\" group members can execute $BINARY"
new_help restricted "Only root can execute $BINARY"

new_summary 'check if host is up'

new_fmode public 4711 root root
new_fmode netadmin 4710 root netadmin
new_fmode restricted 700 root root

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