Ignore:
Timestamp:
Jan 25, 2009, 8:09:03 PM (15 years ago)
Author:
broder
Message:

Fix-up several packages to include the correct Conflicts and Replaces
lines for config-package-dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm

    r1987 r1989  
    6868    # this is running non-interactively), so let's just drop them on
    6969    # the floor for now.
    70     if os.fork() == 0:
     70    if os.fork() != 0:
    7171        call(["/bin/dd", "if=/dev/zero", "of=%s" % new_lvpath])
    7272        call(["/sbin/lvchange", "-a", "n", new_lvpath])
Note: See TracChangeset for help on using the changeset viewer.