Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164342637
D51446.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
431 B
Referenced Files
None
Subscribers
None
D51446.id.diff
View Options
diff --git a/stand/common/install.c b/stand/common/install.c
--- a/stand/common/install.c
+++ b/stand/common/install.c
@@ -137,7 +137,9 @@
}
*p++ = '\0';
- if (strcmp(tag, "KERNEL") == 0)
+ if (strncmp(tag, "ENV_", 4) == 0)
+ setenv(&tag[4], val, 1);
+ else if (strcmp(tag, "KERNEL") == 0)
error = setpath(&inst_kernel, val);
else if (strcmp(tag, "MODULES") == 0)
error = setmultipath(&inst_modules, val);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 12:11 AM (9 m, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35800921
Default Alt Text
D51446.id.diff (431 B)
Attached To
Mode
D51446: install: allow ENV in metatags
Attached
Detach File
Event Timeline
Log In to Comment