diff options
author | martti <martti@pkgsrc.org> | 2005-11-13 18:36:00 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-11-13 18:36:00 +0000 |
commit | 53649cf3d694a10e77888c246c5c866cdc6fb9ad (patch) | |
tree | 88063c97f63e279628317a2dd57cb2a0db725c43 /sysutils/xenconsole/files | |
parent | d369d05ff93a81522cfc1e477a1e6561199f808e (diff) | |
download | pkgsrc-53649cf3d694a10e77888c246c5c866cdc6fb9ad.tar.gz |
xenConsole (aka xcon) is a curses-based tty/console monitor for Xen 2.0,
basically presenting the output from 'xm list' in a full-screen interface
with additional domain information from SNMP, colours and somewhat realtime
updates.
Diffstat (limited to 'sysutils/xenconsole/files')
-rw-r--r-- | sysutils/xenconsole/files/xcon.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/xenconsole/files/xcon.sh b/sysutils/xenconsole/files/xcon.sh new file mode 100644 index 00000000000..9302601ea86 --- /dev/null +++ b/sysutils/xenconsole/files/xcon.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# +# $NetBSD: xcon.sh,v 1.1.1.1 2005/11/13 18:36:00 martti Exp $ +# + +(cd "@PREFIX@/share/xenconsole" && ./xcon) |