]> andersk Git - moira.git/commitdiff
dhcp.conf.print -> dhcpd.conf.print
authorzacheiss <zacheiss>
Thu, 17 Aug 2000 05:52:49 +0000 (05:52 +0000)
committerzacheiss <zacheiss>
Thu, 17 Aug 2000 05:52:49 +0000 (05:52 +0000)
gen/dhcp.pc

index 71bca886cd998032f2cfacb33020e6c39db7e0b6..66ebe4f75cbb21e2f4e5719e64cceeb6cc5f568f 100644 (file)
@@ -80,9 +80,9 @@ int main(int argc, char **argv)
   sprintf(filename, "%s/dhcp.out", DCM_DIR);
   tf = tarfile_open(filename);
 
-  /* Build dhcp.conf.print */
+  /* Build dhcpd.conf.print */
 
-  out = tarfile_start(tf, "/var/boot/dhcp.conf.print", 0755, 0, 0,
+  out = tarfile_start(tf, "/var/boot/dhcpd.conf.print", 0755, 0, 0,
                      "root", "root", now);
   ohwaddr[0] = '\0';
   EXEC SQL DECLARE csr_boot CURSOR FOR
This page took 0.039834 seconds and 5 git commands to generate.