Page MenuHomeFreeBSD

D25897.id75216.diff
No OneTemporary

D25897.id75216.diff

Index: head/stand/common/install.c
===================================================================
--- head/stand/common/install.c
+++ head/stand/common/install.c
@@ -286,10 +286,6 @@
setenv("serverip", inet_ntoa(servip), 1);
- if (proto == &tftp_fsops) {
- tftpip.s_addr = servip.s_addr;
- }
-
*pkgname = '/';
} else
pkgname = s;
@@ -340,7 +336,7 @@
fd = open(s, O_RDONLY);
if (fd != -1) {
close(fd);
- error = inter_include(s);
+ error = interp_include(s);
if (error == CMD_ERROR)
goto fail;
}

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 10, 4:04 PM (17 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25066184
Default Alt Text
D25897.id75216.diff (537 B)

Event Timeline