diff options
Diffstat (limited to 'etc/rc.d/local')
-rwxr-xr-x | etc/rc.d/local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/local b/etc/rc.d/local index 61a08523a46ee..c5aa0e4a690d6 100755 --- a/etc/rc.d/local +++ b/etc/rc.d/local @@ -11,6 +11,7 @@ . /etc/rc.subr name="local" +desc="Run /etc/rc.local and /etc/shutdown.local" start_cmd="local_start" stop_cmd="local_stop" |