Ignore:
Timestamp:
Feb 5, 2009, 3:44:15 PM (15 years ago)
Author:
Bruno Cornec
Message:

boostlib-patch useless and fixes for correct patches for schroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/schroot/pbconf/devel/schroot/pbpatch/03-schroot-setup-patch.rpm

    r662 r664  
    1818        --pid=$PID || true
    1919 
    20     if [ "$AUTH_VERBOSITY" = "verbose" ]; then
    21 -       lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true
    22 +       /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true
    23     else
    24 -       lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true
    25 +       /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true
    26     fi
     20        if [ "$AUTH_VERBOSITY" = "verbose" ]; then
     21-       lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true
     22+           /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true
     23        else
     24-       lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true
     25+           /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true
     26        fi
    2727 
    2828     fi
Note: See TracChangeset for help on using the changeset viewer.