Kari Pahula wrote: > On Sat, Jun 03, 2006 at 10:55:32PM +0200, Vedran Fura? wrote: >> Kari Pahula wrote: >>> Ok. Looks quite good, already. Still, a few things about the Debian >>> I would like to see the /etc/bfilter files put into a bfilter-common >>> package and have bfilter and bfilter-gui depend on bfilter-common. >> Yes, you are right, I missed that. /etc files moved to bfilter-common. > > The files /etc/default/bfilter and /etc/init.d/bfilter don't really > have anything to do with bfilter-gui. I would leave them in the > bfilter package. The files in /etc/bfilter are the ones that are read > by both bfilter and bfilter-gui.
Done. >>> /usr/sbin/bfilter would be more proper place to install bfilter to, too. >> Done. >> >> But are you sure about this? /usr/sbin binaries should be used only by >> sysadmin (http://www.debian.org/doc/packaging-manuals/fhs/fhs-4.6.html) >> and this is not the case with bfilter since an ordinary user can start and >> use bfilter. > > Right, I wasn't sure about how far bfilter was configurable on a > per-user basis. I guess /usr/bin is the more correct place after all. OK, moved back to /usr/bin. >>> Ideally, bfilter-gui should read config files from ~/.bfilter or some >>> other appropriate user-editable place... But that's really a wishlist >>> item for the upstream. >> But bfilter-gui does read config from ~/.bfilter. Try to edit the config > > I just had a (bit too) cursory glance at the source code with grep and > didn't spot that. Oops. I take that bfilter without GUI reads that > directory too when run as a normal user? By default bfilter without GUI reads /etc/bfilter (see strace output), even when run as normal user. Configuration directory can be specified with -c option. > I'm starting to run out of things to complain about. Good work. Thanks! > Could you please make one more revision? No problem, as many as necessary. It is possible that I introduced new bugs by fixing old ones. > Those man pages would really be nice to have, still. Yes, but, besides my bad English, I never wrote any man page so I'll have to learn that. It's probably not difficult, but it will have to wait until July/August. Regards, Vedran Furač

