9bae6d0d35
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink@2634 6952d904-891a-0410-993b-d76249ca496b
11 lines
261 B
Bash
Executable File
11 lines
261 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# motd.tail is reserved for the admin to append static
|
|
# trailing information to a dynamically generated
|
|
# /etc/motd.
|
|
#
|
|
# To add dynamic information, add a numbered
|
|
# script to /etc/update-motd.d/
|
|
|
|
[ -f /etc/motd.tail ] && cat /etc/motd.tail || true
|