Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37817452
en ru br
ALT Linux repositórios
S:1.44.0-alt2
5.0: 0.7.1-alt5.M50.2
4.1: 0.7.1-alt5.M41.5

Group :: Sistema/Configurações/Rede
RPM: NetworkManager

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

#!/bin/sh -efu
# Run efw service

. /bin/shell-config
. /bin/shell-var

EFW=/sbin/efw
NM_SYSCONFIG=/etc/sysconfig/NetworkManager
NM_RUN_EFW="$(shell_config_get "$NM_SYSCONFIG" NM_RUN_EFW)"

[ -n "$NM_RUN_EFW" ] && shell_var_is_yes "$NM_RUN_EFW" || exit 0
[ -x "$EFW" ] || exit 1

case "$2" in
up) $EFW "$1" start >/dev/null 2>&1 ;;
down) $EFW "$1" stop >/dev/null 2>&1 ;;
esac
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009