#!/bin/sh # # 00-header - create the header of the MOTD # Copyright (C) 2009-2010 Canonical Ltd. # # Authors: Dustin Kirkland <kirkland@canonical.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. [ -r /etc/lsb-release ] && . /etc/lsb-release if [ -z "$DISTRIB_DESCRIPTION" ] && [ -x /usr/bin/lsb_release ]; then # Fall back to using the very slow lsb_release utility DISTRIB_DESCRIPTION=$(lsb_release -s -d) fi printf "Welcome to %s (%s %s %s)\n" "$DISTRIB_DESCRIPTION" "$(uname -o)" "$(uname -r)" "$(uname -m)"
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
00-header | File | 1.19 KB | 0755 |
|
10-help-text | File | 1.13 KB | 0755 |
|
50-landscape-sysinfo | File | 397 B | 0755 |
|
50-motd-news | File | 4.88 KB | 0755 |
|
51-cloudguest | File | 334 B | 0755 |
|
90-updates-available | File | 97 B | 0755 |
|
91-contract-ua-esm-status | File | 296 B | 0755 |
|
91-release-upgrade | File | 299 B | 0755 |
|
92-unattended-upgrades | File | 165 B | 0755 |
|
95-hwe-eol | File | 129 B | 0755 |
|
97-overlayroot | File | 111 B | 0755 |
|
98-fsck-at-reboot | File | 142 B | 0755 |
|
98-reboot-required | File | 144 B | 0755 |
|
99-one-click | File | 1000 B | 0775 |
|