]> git.pld-linux.org Git - packages/dhcpcd.git/blob - dhcpcd-ntpdrift-66136.patch
- obsolete, its included in version 2.0.0 sources
[packages/dhcpcd.git] / dhcpcd-ntpdrift-66136.patch
1 --- src/dhcpconfig.c.orig       2005-07-26 11:00:21.000000000 +0200
2 +++ src/dhcpconfig.c    2005-11-22 18:15:13.403690696 +0100
3 @@ -478,7 +478,7 @@
4                   fprintf(f,"restrict %s nomodify notrap noquery\nserver %s\n",addr,addr);
5                 }
6           
7 -         fprintf(f, "driftfile /etc/ntp.drift\n");
8 +         fprintf(f, "driftfile /etc/ntp/drift\n");
9           fprintf(f, "logfile /var/log/ntp.log\n");
10           fclose(f);
11         }
This page took 0.072524 seconds and 3 git commands to generate.