#!/bin/bash patch -p0 -o /dev/fd/4 3<&0 4>&1 1>/dev/null < /var/run/motd - [ -f /etc/motd.tail ] && cat /etc/motd.tail >> /var/run/motd + # Do not update motd + cp /etc/motd /var/run/motd