Changeset 6d380c7 in rtems


Ignore:
Timestamp:
09/17/04 16:39:44 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6f77f16f
Parents:
7df6efc5
Message:

2004-09-17 Till Strauman <strauman@…>

PR 676/networking

  • libnetworking/nfs/bootp_subr.c: /etc/resolv.conf contains NTP instead of DNS servers.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r7df6efc5 r6d380c7  
     12004-09-17      Till Strauman <strauman@slac.stanford.edu>
     2
     3        PR 676/networking
     4        * libnetworking/nfs/bootp_subr.c: /etc/resolv.conf contains NTP instead
     5        of DNS servers.
     6
    172004-08-18  Ralf Corsepius <ralf_corsepius@rtems.org>
    28
  • cpukit/libnetworking/nfs/bootp_subr.c

    r7df6efc5 r6d380c7  
    11481148      for (i = 0; i < rtems_bsdnet_nameserver_count; i++) {
    11491149        strcpy(buf, "nameserver ");
    1150         strcat(buf, inet_ntoa(rtems_bsdnet_ntpserver[i]));
     1150        strcat(buf, inet_ntoa(rtems_bsdnet_nameserver[i]));
    11511151        strcat(buf, "\n");
    11521152        if (rtems_rootfs_file_append ("/etc/resolv.conf", MKFILE_MODE, 1, bufl))
Note: See TracChangeset for help on using the changeset viewer.