[Git-commits] [grml/grml-scripts-core] 540a7c: Re-introdude ip-screen

Darshaka Pathirana noreply at github.com
Fri Nov 22 14:26:52 CET 2024


  Branch: refs/heads/jkirk/ip-screen
  Home:   https://github.com/grml/grml-scripts-core
  Commit: 540a7c2f1ee102162752807e0f271f5a057440d5
      https://github.com/grml/grml-scripts-core/commit/540a7c2f1ee102162752807e0f271f5a057440d5
  Author: Darshaka Pathirana <dpat at syn-net.org>
  Date:   2024-11-22 (Fri, 22 Nov 2024)

  Changed paths:
    M debian/control
    M debian/grml-scripts-core.links
    M manpages/grml-scripts-core.1
    A usr_bin/ip-screen

  Log Message:
  -----------
  Re-introdude ip-screen

In 8bc8f2770edf9c389f5bf3c2b5e0493ff1340d21 we dropped ip-screen to make
grml-scripts-core fit for ARM, see: grml/grml-scripts-core#3.

There we decided to drop ip-screen with hostname -I + sed and put the
command in our screenrc in grml/grml-etc-core.

In 8bc8f27 we decided to drop ip-screen in favor or hostname -I + sed,
and put the command pair in our screenrc in grml/grml-etc-core to make
grml-scripts-core fit for ARM, see: grml/grml-scripts-core#3.

It turned out that in order to use it in the backtick command in
screenrc, we have to use "sh -c" and also need to escape "^" with "\^",
see: grml/grml-etc-core#162.

So in the end we decided to re-introdue ip-screen as a wrapper script
for hostname + sed.

Updated the copyright date too.

This partly reverts commit 8bc8f2770edf9c389f5bf3c2b5e0493ff1340d21.

Closes: grml/grml-etc-core#162



To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-scripts-core/settings/notifications


More information about the Git-commits mailing list