diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:15:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:15:36 +0000 |
commit | 7b2e846aab7d883d4a822520462b79aacedc11b9 (patch) | |
tree | d4ace23b2fbca02ebe8b393da333c2147fed0f9d /debian/current-md5sums-obsolete | |
parent | Adding upstream version 10.3+deb10u13. (diff) | |
download | base-files-7b2e846aab7d883d4a822520462b79aacedc11b9.tar.xz base-files-7b2e846aab7d883d4a822520462b79aacedc11b9.zip |
Adding debian version 10.3+deb10u13.debian/10.3+deb10u13debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/current-md5sums-obsolete | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/current-md5sums-obsolete b/debian/current-md5sums-obsolete new file mode 100755 index 0000000..5236dc4 --- /dev/null +++ b/debian/current-md5sums-obsolete @@ -0,0 +1,3 @@ +#!/bin/sh +sed -e "s&#OSNAME#&GNU/Linux&" etc/motd | awk 'NR > 2' | md5sum +sed -e "s&#OSNAME#&GNU/Hurd&" etc/motd | awk 'NR > 2' | md5sum |