Broken volumeid.postinst

Bug #57176 reported by Adam Israel
This bug report is a duplicate of:  Bug #57113: Syntax error in volumeid's postinst. Edit Remove
2
Affects Status Importance Assigned to Milestone
udev (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: volumeid

The latest volumeid package (on ppc) has a broken volumeid.postinst. Line 24 is missing a "then"

The error from dpkg:
Setting up volumeid (093-0ubuntu10) ...
/var/lib/dpkg/info/volumeid.postinst: 24: Syntax error: "fi" unexpected (expecting "then")

Changing
    if [ -e /etc/fstab.pre-uuid ];
to
    if [ -e /etc/fstab.pre-uuid ]; then
will fix the problem

Adam Israel (aisrael)
description: updated
Daniel T Chen (crimsun)
Changed in udev:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.