Lawrence Horvath wrote: > when using rc.conf.local do you need to add > #!/bin/sh - > at the top of the file, or just start inserting lines?
The file is `sourced.' Which means it is read and executed by sh running /etc/rc. You don't have to add a `shebang.' Also notice the file isn't executable. # Han