netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 0/7] Minor shell code cleanup
@ 2018-09-22 21:24 Petr Vorel
  2018-09-22 21:24 ` [PATCH iproute2 1/7] man: rtpr: Rename s/bash/shell/ Petr Vorel
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Petr Vorel @ 2018-09-22 21:24 UTC (permalink / raw)
  To: netdev; +Cc: Petr Vorel, Stephen Hemminger

Hi,

this patchset does minor cleanup in shell scripts:
* remove bashisms
* use /bin/sh shebang
* remove obsolete code from examples
* remove unused code

Kind regards,
Petr

Petr Vorel (7):
  man: rtpr: Rename s/bash/shell/
  tests: Use /bin/sh shebang
  configure: Remove unused function check_prog()
  configure: Remove non-posix shell expansion
  configure: Code cleanup
  examples: Remove dhcp-client-script
  examples: Remove cbq.init-v0.7.3

 configure                        |  76 +--
 examples/cbq.init-v0.7.3         | 983 -------------------------------
 examples/dhcp-client-script      | 446 --------------
 man/man8/rtpr.8                  |   2 +-
 testsuite/tests/tc/cls-testbed.t |   4 +-
 testsuite/tests/tc/dsmark.t      |   2 +-
 6 files changed, 25 insertions(+), 1488 deletions(-)
 delete mode 100644 examples/cbq.init-v0.7.3
 delete mode 100644 examples/dhcp-client-script

-- 
2.19.0.rc2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-09-23  3:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-22 21:24 [PATCH iproute2 0/7] Minor shell code cleanup Petr Vorel
2018-09-22 21:24 ` [PATCH iproute2 1/7] man: rtpr: Rename s/bash/shell/ Petr Vorel
2018-09-22 21:24 ` [PATCH iproute2 2/7] tests: Use /bin/sh shebang Petr Vorel
2018-09-22 21:24 ` [PATCH iproute2 3/7] configure: Remove unused function check_prog() Petr Vorel
2018-09-22 21:24 ` [PATCH iproute2 4/7] configure: Remove non-posix shell expansion Petr Vorel
2018-09-22 21:24 ` [PATCH iproute2 5/7] configure: Code cleanup Petr Vorel
2018-09-22 21:24 ` [PATCH iproute2 6/7] examples: Remove dhcp-client-script Petr Vorel
2018-09-22 21:24 ` [PATCH iproute2 7/7] examples: Remove cbq.init-v0.7.3 Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).