Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136881444
D6895.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
400 B
Referenced Files
None
Subscribers
None
D6895.id.diff
View Options
Index: head/etc/defaults/rc.conf
===================================================================
--- head/etc/defaults/rc.conf
+++ head/etc/defaults/rc.conf
@@ -741,3 +741,9 @@
done
}
fi
+
+# Allow vendors to override FreeBSD defaults in /etc/default/rc.conf
+# without the need to carefully manage /etc/rc.conf.
+if [ -r /etc/defaults/vendor.conf ]; then
+ . /etc/defaults/vendor.conf
+fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 9:25 AM (13 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25758660
Default Alt Text
D6895.id.diff (400 B)
Attached To
Mode
D6895: Add support for a /etc/defaults/vendor.conf override file
Attached
Detach File
Event Timeline
Log In to Comment