]> andersk Git - moira.git/commitdiff
only append .LOCAL to hostname #ifdef ATHENA
authormar <mar>
Wed, 7 Mar 1990 14:38:17 +0000 (14:38 +0000)
committermar <mar>
Wed, 7 Mar 1990 14:38:17 +0000 (14:38 +0000)
gen/aliases.qc

index 7045c40786fd1c9544c45fc0c3bd3b645cb75bbe..d00e1a3c46ea12974f5c04e576cfae5bdb494b46 100644 (file)
@@ -165,7 +165,9 @@ get_info()
 ##  retrieve (id = machine.mach_id, name = machine.#name) {
       if (s = index(name, '.'))
        *s = 0;
+#ifdef ATHENA
       strcat(name, ".LOCAL");
+#endif
       hash_store(machines, id, strsave(name));
 ##  }
 
This page took 0.175627 seconds and 5 git commands to generate.