#!/bin/bash # This file should not be modified -- make local changes to # /etc/ppp/ipv6-up.local instead # Version: 2002-10-30 PATH=/sbin:/usr/sbin:/bin:/usr/bin export PATH LOGDEVICE=$6 REALDEVICE=$1 [ -x /etc/sysconfig/network-scripts/ifup-ipv6 ] || exit 0 [ -f /etc/sysconfig/network ] || exit 0 . /etc/sysconfig/network [ "${NETWORKING_IPV6}" = "yes" ] || exit 0 cd /etc/sysconfig/network-scripts . network-functions . network-functions-ipv6 CONFIG=$1 [ -f "$CONFIG" ] || CONFIG=ifcfg-$CONFIG source_config /etc/sysconfig/network-scripts/ifup-ipv6 $REALDEVICE if [ "$IPV6_CONTROL_RADVD" = "yes" ]; then # Control running radvd ipv6_trigger_radvd up "$IPV6_RADVD_TRIGGER_ACTION" $IPV6_RADVD_PIDFILE fi [ -x /etc/ppp/ipv6-up.local ] && /etc/ppp/ipv6-up.local "$@" exit 0 hod='get'> Mageia Graphical Package ManagerThierry Vignaud [tv]
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-28 20:56:47 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-28 20:56:47 +0000
commitf41cf942f543d5b5177487f50ac0ae1b324b8374 (patch)
tree2f40a1fc3961645442e7d4539edef0f0491a19df
parentd85cdf7535a63431d02bad140a038c70e3452d98 (diff)
downloadrpmdrake-f41cf942f543d5b5177487f50ac0ae1b324b8374.tar
rpmdrake-f41cf942f543d5b5177487f50ac0ae1b324b8374.tar.gz
rpmdrake-f41cf942f543d5b5177487f50ac0ae1b324b8374.tar.bz2
rpmdrake-f41cf942f543d5b5177487f50ac0ae1b324b8374.tar.xz
rpmdrake-f41cf942f543d5b5177487f50ac0ae1b324b8374.zip
(get_pkgs) rename 'short_name' as 'key' after last commit (clearer)