(wrauth): Emit example `nowhereman@nowhere.land.edu' commented out.

nowhere.land.edu doesn't exist right now, but it might pop up any
time.
This commit is contained in:
Markus Armbruster 2004-01-06 20:18:46 +00:00
parent 1333a40bb8
commit 08480d5625

View file

@ -198,7 +198,7 @@ wrauth(char *filename)
fprintf(fp, "# username that authorized user uses on a line\n#\n"); fprintf(fp, "# username that authorized user uses on a line\n#\n");
fprintf(fp, "# REMEMBER TO USE PAIRS OF LINES!\n#\n"); fprintf(fp, "# REMEMBER TO USE PAIRS OF LINES!\n#\n");
fprintf(fp, "# Example:\n#\n"); fprintf(fp, "# Example:\n#\n");
fprintf(fp, "nowhere.land.edu\nnowhereman\n"); fprintf(fp, "#nowhere.land.edu\n#nowhereman\n");
fprintf(fp, "%s\n%s\n", HN, UN); fprintf(fp, "%s\n%s\n", HN, UN);
fprintf(fp, "%s\n%s\n", IP, UN); fprintf(fp, "%s\n%s\n", IP, UN);
fprintf(fp, "127.0.0.1\n%s\n", UN); fprintf(fp, "127.0.0.1\n%s\n", UN);