setgid to group "write" so that terminals need not be world writable
[unix-history] / usr / src / usr.bin / whois / whois.c
index 6febcb0..6b9b926 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)whois.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)whois.c    5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <sys/types.h>
 #endif not lint
 
 #include <sys/types.h>
@@ -22,7 +22,7 @@ static char sccsid[] = "@(#)whois.c   5.1 (Berkeley) %G%";
 #include <stdio.h>
 #include <netdb.h>
 
 #include <stdio.h>
 #include <netdb.h>
 
-#define        NICHOST "sri-nic"
+#define        NICHOST "sri-nic.arpa"
 
 main(argc, argv)
        int argc;
 
 main(argc, argv)
        int argc;