From 0c80c29d0fde63d9617d5769038963375e698628 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 9 Jun 2020 16:55:15 -0400 Subject: initial commit --- fix-without-systemd-links.sed | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fix-without-systemd-links.sed (limited to 'fix-without-systemd-links.sed') diff --git a/fix-without-systemd-links.sed b/fix-without-systemd-links.sed new file mode 100644 index 0000000..d2b25c6 --- /dev/null +++ b/fix-without-systemd-links.sed @@ -0,0 +1,5 @@ +/without-systemd\.org/{ + /archive\.org/!{ + s@(http://without-systemd\.org)@https://web.archive.org/web/20190208013412/\1@g; + } +} -- cgit