Re: udisks library use with a replacement daemon: library-only knob?

2019-09-05 Thread Pau Amma
On Fri, September 6, 2019 1:23 am, David Lehman wrote: > On Fri, 2019-09-06 at 01:07 +, Pau Amma wrote: >> I'm considering using just the library from udisks with a replacement >> daemon, for use on FreeBSD systems. However, some of the dependencies >> stand in my way, like the blockdev library

Re: udisks library use with a replacement daemon: library-only knob?

2019-09-05 Thread David Lehman
On Fri, 2019-09-06 at 01:07 +, Pau Amma wrote: > Hi: > > I'm considering using just the library from udisks with a replacement > daemon, for use on FreeBSD systems. However, some of the dependencies > stand in my way, like the blockdev library, which as far as I can > tell is > only needed for

udisks library use with a replacement daemon: library-only knob?

2019-09-05 Thread Pau Amma
Hi: I'm considering using just the library from udisks with a replacement daemon, for use on FreeBSD systems. However, some of the dependencies stand in my way, like the blockdev library, which as far as I can tell is only needed for the daemon (so not really relevant to my purpose). Before I star