[Git-commits] [grml/grml-scripts-core] 535def: Re-introdude ip-screen
Chris Hofstaedtler
noreply at github.com
Fri Nov 22 14:52:55 CET 2024
Branch: refs/heads/master
Home: https://github.com/grml/grml-scripts-core
Commit: 535def5d0fd6e1580dd85c4c6ba111c313c36ea5
https://github.com/grml/grml-scripts-core/commit/535def5d0fd6e1580dd85c4c6ba111c313c36ea5
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 8bc8f27 we decided to drop ip-screen in favor of 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.
In grml/grml-etc-core#162 I tried to replace ip-screen in our screenrc
with the hostname -I + sed command pair, but it turned out that to use
it in the backtick command, we need to use "sh -c" and escape "^" with
"\^".
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
Commit: fad31fc9b4c1f9f9eef1c3cd896089379d93aa6b
https://github.com/grml/grml-scripts-core/commit/fad31fc9b4c1f9f9eef1c3cd896089379d93aa6b
Author: Chris Hofstaedtler <zeha at users.noreply.github.com>
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:
-----------
Merge pull request #5 from grml/jkirk/ip-screen
Re-introdude ip-screen
Compare: https://github.com/grml/grml-scripts-core/compare/b6cf13a70514...fad31fc9b4c1
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