From 4ba1ad1cd1e5b39f8a015efe2203f310bbdec094 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 3 Feb 2009 10:02:50 +0100 Subject: [PATCH] move the MOTD refresh up from 1 minute to 5 minutes --- windows/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/common b/windows/common index c0d1cbc0..05aa1088 100644 --- a/windows/common +++ b/windows/common @@ -1,4 +1,4 @@ # Default windows screen -t shell 3 -screen -t MOTD 2 watch -n 60 cat /etc/motd +screen -t MOTD 2 watch -n 300 cat /etc/motd screen -t welcome 1 screen-profiles-helper