]> code.citadel.org Git - citadel.git/commitdiff
More of the same.
authorArt Cancro <ajc@citadel.org>
Fri, 23 Oct 1998 23:38:00 +0000 (23:38 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 23 Oct 1998 23:38:00 +0000 (23:38 +0000)
citadel/setup.c

index cb590f65cafc893e2bf3dcdf18df220bf946b4bd..25159380cf0cd946679e19ab0472ba24f1285f2b 100644 (file)
@@ -82,7 +82,7 @@ char *setup_text[] = {
 "2",
 "This is the name your system is known by on the Internet.",
 "If you're not on the Internet, simply set this to your",
-"node name followed by '.UUCP'.",
+"node name followed by '.local' or something similar.",
 
 "3",
 "This is a longer description of your system, readable by",
@@ -956,7 +956,7 @@ int main(int argc, char *argv[]) {
        if (strlen(config.c_nodename)==0)
                strcpy(config.c_nodename, my_utsname.nodename);
        if (strlen(config.c_fqdn)==0)
-               sprintf(config.c_fqdn, "%s.citadelia.org", my_utsname.nodename);
+               sprintf(config.c_fqdn, "%s.local", my_utsname.nodename);
        if (strlen(config.c_humannode)==0)
                strcpy(config.c_humannode,"My System");
        if (strlen(config.c_phonenum)==0)