chiark / gitweb /
Add domains to vtwmrc ncipher hosts.
[ian-dotfiles.git] / config
diff --git a/config b/config
index a3bc0b0074af37194c7775b36755b5bf85a22b3f..c1e03623408ad0d451aa72981b98c8b46413165f 100644 (file)
--- a/config
+++ b/config
@@ -22,7 +22,9 @@ if ($s =~ m/^Linux$/) {
     die "$s ?";
 }
 
-$ncipher= $hostname =~ m/\.ncipher\.com$/ ? 'cam' :
-          $hostname =~ m/\.ncipherusa\.com$/ ? 'bos' :
+$ncipher= $hostname =~ m/\.(ncipher\.com$)/    ? 'cam' :
+          $hostname =~ m/\.(ncipherusa\.com$)/ ? 'bos' :
           0;
 
+%ncipherdom= ('cam' => 'ncipher.com',
+             'bos' => 'ncipherusa.com');