summaryrefslogtreecommitdiffstats
path: root/cluster/clusterssh/DEPENDS
diff options
context:
space:
mode:
authorEric Sandall2013-06-07 17:31:00 -0700
committerEric Sandall2013-06-07 17:31:00 -0700
commit6eef7b784ea03025586e9060a74212af60ac5b46 (patch)
tree8e60cbb21d9ba19f31a346ed7d31e978dc58cd0a /cluster/clusterssh/DEPENDS
parent563c10791224f72d7e128998a1dbfee8fe31f4ba (diff)
clusterssh: Suggest xterm or cssh won't work
without defining an alternate terminal emulator.
Diffstat (limited to 'cluster/clusterssh/DEPENDS')
-rwxr-xr-xcluster/clusterssh/DEPENDS4
1 files changed, 3 insertions, 1 deletions
diff --git a/cluster/clusterssh/DEPENDS b/cluster/clusterssh/DEPENDS
index 21b5562971..003b7262f1 100755
--- a/cluster/clusterssh/DEPENDS
+++ b/cluster/clusterssh/DEPENDS
@@ -2,4 +2,6 @@ depends perl &&
depends perl-tk &&
depends config-simple &&
depends x11-protocol &&
-depends X11-SERVER
+depends X11-SERVER &&
+
+suggest_depends 'xterm' '' '' 'for the default terminal emulator'