Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159346077
D57447.id179220.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
303 B
Referenced Files
None
Subscribers
None
D57447.id179220.diff
View Options
diff --git a/libexec/rc/rc b/libexec/rc/rc
--- a/libexec/rc/rc
+++ b/libexec/rc/rc
@@ -46,6 +46,11 @@
PATH=/sbin:/bin:/usr/sbin:/usr/bin
export HOME PATH
+if ! [ -c /dev/null ]; then
+ echo "/dev is not populated" >&2
+ exit 1
+fi
+
if [ "$1" = autoboot ]; then
autoboot=yes
_boot="faststart"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 14, 2:56 AM (15 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33759328
Default Alt Text
D57447.id179220.diff (303 B)
Attached To
Mode
D57447: rc: Bail if /dev/null is not a device
Attached
Detach File
Event Timeline
Log In to Comment