Ronny

It's an old bug...
I ran into it a few times, but was always too lazy to track it down, because it was so easy to get around.


At 11:19 03.03.2004 +0100, Ronny Aasen wrote:
I have found a strange behavior when trying to backup packages using the
shortcuts added when using custom destination in bering-uclic

...
Now i am not a coder.. but i think the solution is to modify line 133
and 134 in /usr/sbin/lrcfg.back

from:
if ! `grep -q "$DEV $FS" $LRPKG/pkgpath.disks`;then
        echo "$DEV $FS" >>$LRPKG/pkgpath.disks

to
if ! `grep -q "/dev/$DEV $FS" $LRPKG/pkgpath.disks`;then
        echo "/dev/$DEV $FS" >>$LRPKG/pkgpath.disks

i tested this and it works for my handydrive.
--
Ronny Aasen <[EMAIL PROTECTED]>
datapart AS
--
Ronny Aasen <[EMAIL PROTECTED]>

Hey, great, why don't you submit a patch.


cheers
Erich


THINK Püntenstrasse 39 8143 Stallikon mailto:[EMAIL PROTECTED] PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16




------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to