Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Rings:1-MinimalX
iproute2
iproute2-3.16.0-fix-bashisms.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File iproute2-3.16.0-fix-bashisms.patch of Package iproute2
From: Oleksandr Chumachenko <ledest@gmail.com> Date: Sun, 28 Dec 2014 17:35:02 +0100 --- examples/gaiconf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: iproute2-3.17.0/examples/gaiconf =================================================================== --- iproute2-3.17.0.orig/examples/gaiconf +++ iproute2-3.17.0/examples/gaiconf @@ -11,7 +11,7 @@ DEFAULT_GAICONF=/etc/gai.conf verbose= debug= -function run () +run () { if [ x"$verbose" != x"" ]; then echo "$@" @@ -21,7 +21,7 @@ function run () fi } -function do_load_config () +do_load_config () { file=$1; shift flush=1 @@ -36,14 +36,14 @@ function do_load_config () done } -function do_list_config () +do_list_config () { ${IP} -6 addrlabel list | while read p pfx l lbl; do echo label ${pfx} ${lbl} done } -function help () +help () { echo "Usage: $0 [-v] {--list | --config [ ${DEFAULT_GAICONF} ] | --default}" exit 1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor