407.1.1
by Dustin Kirkland
add update-motd hooks for:
|
1
|
#!/bin/sh -e
|
408
by Michael Vogt
* data/Makefile.am: install
|
2
|
#
|
3
|
# helper for update-motd
|
407.1.1
by Dustin Kirkland
add update-motd hooks for:
|
4
|
|
5
|
if [ -f /var/run/reboot-required ]; then
|
6
|
cat /var/run/reboot-required
|
7
|
fi
|