initial commit [141.14.140.180,mike]

This commit is contained in:
2026-08-10 16:12:09 +02:00
commit c534ea1c79
66 changed files with 9244 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh -e
find /etc/update-motd.d -type f,l ! -name '98*' -delete
/bin/run-parts /etc/update-motd.d
exit 0