diff options
Diffstat (limited to 'etc/rc.d/amd')
-rwxr-xr-x | etc/rc.d/amd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/amd b/etc/rc.d/amd index 377576035d9d5..123e89fbe656b 100755 --- a/etc/rc.d/amd +++ b/etc/rc.d/amd @@ -11,6 +11,7 @@ . /etc/rc.subr name="amd" +desc="Automatically mount filesystems" rcvar="amd_enable" command="/usr/sbin/${name}" start_precmd="amd_precmd" |