Search the web
Sign In
New User? Sign Up
FreeBSD-rc · Improving FreeBSD startup scripts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
devfs patch   Message List  
Reply | Forward Message #40 of 729 |
--- /usr/src/etc/rc.d/devfs Thu Jun 13 15:14:36 2002
+++ devfs Sat Dec 14 14:03:49 2002
@@ -15,5 +15,6 @@

# Setup DEVFS, ie permissions, links etc.
#
-ln -fs /dev/ttyv0 /dev/vga
-
+if [ -r /etc/rc.devfs ]; then
+ sh /etc/rc.devfs
+fi
Guys,

Any objection to the above? I just noticed it has gone missing because
wmcdplay couldn't find my /dev/cdrom device. :)

The stock rc.devfs file already has the /dev/vga symlink line in it, as
well as a couple of other examples (like /dev/cdrom). There is no devfs in
netbsd, so there is no compatibility problem.

Doug

--
"We have known freedom's price. We have shown freedom's power.
And in this great conflict, ... we will see freedom's victory."
- George W. Bush, President of the United States
State of the Union, January 28, 2002

Do YOU Yahoo!?




Sat Dec 14, 2002 10:11 pm

DougB@...
Send Email Send Email

Forward
Message #40 of 729 |
Expand Messages Author Sort by Date

... +++ devfs Sat Dec 14 14:03:49 2002 @@ -15,5 +15,6 @@ # Setup DEVFS, ie permissions, links etc. # -ln -fs /dev/ttyv0 /dev/vga - +if [ -r /etc/rc.devfs ];...
Doug Barton
DougB@...
Send Email
Dec 14, 2002
10:11 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help