Changeset 6d380c7 in rtems
- Timestamp:
- 09/17/04 16:39:44 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6f77f16f
- Parents:
- 7df6efc5
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r7df6efc5 r6d380c7 1 2004-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 1 7 2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org> 2 8 -
cpukit/libnetworking/nfs/bootp_subr.c
r7df6efc5 r6d380c7 1148 1148 for (i = 0; i < rtems_bsdnet_nameserver_count; i++) { 1149 1149 strcpy(buf, "nameserver "); 1150 strcat(buf, inet_ntoa(rtems_bsdnet_n tpserver[i]));1150 strcat(buf, inet_ntoa(rtems_bsdnet_nameserver[i])); 1151 1151 strcat(buf, "\n"); 1152 1152 if (rtems_rootfs_file_append ("/etc/resolv.conf", MKFILE_MODE, 1, bufl))
Note: See TracChangeset
for help on using the changeset viewer.