Hello! Rogério Brito <rbr...@ime.usp.br> wrote on 03.08.2010 17:06:46: > OK. I am going to upload a new version of usbmount in some hours. If you > happen to be on-line and you have some comments, feel free to e-mail me.
sorry, wasn't there until now and just had a quick look via git diff. > Right. May I ask you to create a branch where you would put the commits that > you want me to pull from? I see that you have some good modifications there, > but I would prefer to merge things that are conceptually related. Ok, I will add a branch and put in there my changes and try to stage them feature after feature. > Due to the incompatible changes in the configuration that the system may > already have, I choose to defer those changes. Actually, the default should be pretty similar: instead of getting the first usb stick on /media/usb1 you will get it on /media/usb0. > The relocation of the udev > rules will be on the next version, though. Up to now I just had a look at the git diff to my branch, but I'm pretty sure that the old style /etc/... rules will stay and so overwriting the /lib... ones (at least if I remember the udev docs correctly). You need to add some cleanup code to deban/{post|pre}inst* -> see my changes to the debian/post|pre}{inst|rm}* files and the predepends on dpkg. I'm not sure what happens if the old version misses the conffile and so has (maybe?) no reference to the checksum. Probably you need to add your own checksum checking for the removal (see udev package scripts for some examples) Kind regards, Jan