chiark / gitweb /
mm it works on liberator now
[ian-dotfiles.git] / files / personal_scripts_bin_xloadt
index 53c8e3af47fd741c5d4ab53078b1a070f62ae434..d7132164a0c65e706112cd2d10cd88466d4de000 100755 (executable)
@@ -5,9 +5,12 @@ xlsclients | egrep \
  >/dev/null && exit 0
 xload -geometry 120x120+@@
 
-@hostlist= ($ncipher eq 'bos' ? qw(viking dover pell arrakis) :
-            $ncipher eq 'cam' ? qw(jura islay dover dounreay marple belgrano greenock) :
-            qw(davenant anarres lsd));
+@hostlist=
+($ncipher eq 'bos' ? qw(viking dover pell arrakis) :
+ $ncipher eq 'cam' ? qw(jura islay dover dounreay marple belgrano greenock) :
+ $chiark ? qw(chiark) :
+ qw(davenant anarres liberator norway));
+
 for ($i=0; $i<@hostlist; $i++) { last if $hostlist[$i] eq $nodename; }
 if ($i>=@hostlist) {
     print STDERR "!! nodename $nodename not in $ncipher list @hostlist\n";