|
|
|
|
|
by falcolas
4016 days ago
|
|
That's not a DSL, that's a shell script. As for what `pexp="..."` does - it's just setting the pexp variable. If you'd like to know what that does, you can just look up the bash source of `/etc/rc.d/rc.subr`, another bash script. No DSL knowledge required, at all. Just shell knowledge, and the willingness to look at sourced shell scripts. |
|
Ouch... Shell (or Bourne Shell to be exact), not bash.
Bash is a type of Shell and it's not* even available (thank goodness) on either of the BSDs in their base system (only as a port and/or package).
On OpenBSD, the actual command line interpreter is actually Korn, not the Bourne, Shell.