diff options
Diffstat (limited to 'etc/rc.d/bluetooth')
-rwxr-xr-x | etc/rc.d/bluetooth | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/bluetooth b/etc/rc.d/bluetooth index 183f835523422..5f5a8343408c7 100755 --- a/etc/rc.d/bluetooth +++ b/etc/rc.d/bluetooth @@ -33,6 +33,7 @@ . /etc/rc.subr name="bluetooth" +desc="Bluetooth setup script" rcvar= start_cmd="bluetooth_start" stop_cmd="bluetooth_stop" |