]> andersk Git - moira.git/commitdiff
fix end-of-line \ bugs
authordanw <danw>
Tue, 30 Mar 1999 20:03:31 +0000 (20:03 +0000)
committerdanw <danw>
Tue, 30 Mar 1999 20:03:31 +0000 (20:03 +0000)
gen/boot.pc

index 6679575f324277a8119ea2ae792dfcaffc39b967..e249e1549af5d9bcff9e2310647877d82532856d 100644 (file)
@@ -130,11 +130,11 @@ int main(int argc, char **argv)
 
       fprintf(out, "# %s: %s\n# contact: %s\n%s:\\\n\t:tc=net%s.global:\\\n"
              "\t:ht=ethernet:\\\n\t:ha=%s:\\\n\t:ip=%s:\\\n"
-             "\t:lg=%s:\\\n\t:vm=rfc1048:\n",
+             "\t:lg=%s:\\\n\t:vm=rfc1048:",
              shortname, location, contact, name, net, hwaddr, addr, logaddr);
       if (!strcmp(hwtype, "HP"))
-       fprintf(out, "\t:T144=\"/hp/%s\":\\\n", shortname);
-      fprintf(out, "\n");
+       fprintf(out, "\\\n\t:T144=\"/hp/%s\":", shortname);
+      fprintf(out, "\n\n");
     }
   EXEC SQL CLOSE csr_boot;
   tarfile_end(tf);
This page took 0.060987 seconds and 5 git commands to generate.