From 5a69d45d0a24fad99e7b3768436d08290676d800 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 6 Jun 2008 15:50:55 -0400 Subject: Update TODO Add: - rotate boot.log per boot cycle (might be easiest to just fork/exec out to logrotate directly) --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 0261762..588c9c1 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,4 @@ - consider making details plugin have stdin hooked up to the pty instead of tty so input works - consider making details plugin go back to pretty plugin if user presses escape - add expose handler for plugins to draw from. We need to reset some state every frame of the animation, so better to hide that. +- rotate boot.log per boot cycle (might be easiest to just fork/exec out to logrotate directly) -- cgit