tazpanel diff boot.cgi @ rev 76
Show Panel activity and log a few more things to test (we need date in log() and reverse output on main page)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 12 04:24:35 2011 +0200 (2011-04-12) |
parents | 1780ef64bcd5 |
children | 25602bc63ca7 |
line diff
1.1 --- a/boot.cgi Tue Apr 12 03:52:19 2011 +0200 1.2 +++ b/boot.cgi Tue Apr 12 04:24:35 2011 +0200 1.3 @@ -94,8 +94,16 @@ 1.4 gettext "<td>Busybox DHCP server</td>" ;; 1.5 syslogd|klogd) 1.6 gettext "<td>Linux Kernel log daemon</td>" ;; 1.7 - crond|dnsd|tftpd|inetd|zcip) 1.8 - gettext "<td>Daemon powered by BusyBox</td>" ;; 1.9 + crond) 1.10 + gettext "<td>Execute scheduled commands</td>" ;; 1.11 + dnsd) 1.12 + gettext "<td>Small static DNS server daemon</td>" ;; 1.13 + tftpd) 1.14 + gettext "<td>Transfer a file on tftp request</td>" ;; 1.15 + inetd) 1.16 + gettext "<td>Listen for network connections and launch programs</td>" ;; 1.17 + zcip) 1.18 + gettext "<td>Manage a ZeroConf IPv4 link-local address</td>" ;; 1.19 *) 1.20 # Descrition from receipt 1.21 [ -d "$LOCALSTATE/installed/$name" ] && pkg=$name