diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2020-01-14 18:06:21 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2020-01-14 18:06:21 +0000 |
commit | a04921ab7fd16c999a9a4f56b82f53c4f8b530f9 (patch) | |
tree | 1af9097ed3c4bc9c53111aa818e1988839d188a9 /devel/kf5-solid/pkg-message | |
parent | c9f282caa9d44d18b87c585b1a4314597d6768e2 (diff) | |
download | ports-a04921ab7fd16c999a9a4f56b82f53c4f8b530f9.tar.gz ports-a04921ab7fd16c999a9a4f56b82f53c4f8b530f9.zip |
devel/kf5-solid: Enable bsdisks backend unconditionally.
To use it, install sysutils/bsdisks and disable hald (set hald_enable="NO" in rc.conf or just remove the package).
PR: 242902
Reviewed by: tcberner
Notes
Notes:
svn path=/head/; revision=523058
Diffstat (limited to 'devel/kf5-solid/pkg-message')
-rw-r--r-- | devel/kf5-solid/pkg-message | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/kf5-solid/pkg-message b/devel/kf5-solid/pkg-message new file mode 100644 index 000000000000..de9a03726656 --- /dev/null +++ b/devel/kf5-solid/pkg-message @@ -0,0 +1,4 @@ +Solid now has UDisks2 backend turned on by default. If you want to use it, install +sysutils/bsdisks package and **disable** hald (set hald_enable="NO" in rc.conf or +just remove the package). If you want to stay with hald, don't install bsdisks, as +you'll get duplicated entries for removable disks. |