From 150571457a90aeb433f658bcb737fa283e323aa8 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 21 Dec 2014 12:41:04 +0100 Subject: [PATCH] Current state --- local.d/motd.start | 7 +++++++ portage | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 local.d/motd.start diff --git a/local.d/motd.start b/local.d/motd.start new file mode 100755 index 0000000..e6279b3 --- /dev/null +++ b/local.d/motd.start @@ -0,0 +1,7 @@ +#!/bin/bash + +# /etc/conf.d/local.start + +if [[ /root/bin/generate-motd.sh ]] ; then + /root/bin/generate-motd.sh +fi diff --git a/portage b/portage index a9edd3a..38f33c0 160000 --- a/portage +++ b/portage @@ -1 +1 @@ -Subproject commit a9edd3a7ac966bb27100151f7557a6cafa0c98c0 +Subproject commit 38f33c0213a8bce29ea96a28b5e3f9dbe887f901 -- 2.39.5