diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 05:10:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 05:10:30 +0000 |
commit | f67fee232a508b38546ac4f5e8f57c842fdb9291 (patch) | |
tree | a098ef991357d07d06512764f3cadfee33273145 /debian/current-md5sums-obsolete | |
parent | Adding upstream version 11.1+deb11u9. (diff) | |
download | base-files-debian.tar.xz base-files-debian.zip |
Adding debian version 11.1+deb11u9.debian/11.1+deb11u9debian
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 |