Skip to content

uuu -udev stdout should replace 70-uuu.rules rather than be appended to it #443

@ngenetzky-at-appareo

Description

@ngenetzky-at-appareo

REF: https://github.com/nxp-imx/mfgtools/blob/5d77a61836e71905b0c506576f5501e3788769c4/uuu/uuu.cpp#L844C10-L844C16

This line is printed to stderr to inform the user how to update the udev rules installed on the system related to uuu. It incorrectly recommends that the user appends to the existing rules rather than replace them.

Current:

uuu -udev > /dev/null

1: put above udev run into /etc/udev/rules.d/70-uuu.rules
        sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules"
2: update udev rule
        sudo udevadm control --reload

Expected:

uuu -udev > /dev/null

1: put above udev run into /etc/udev/rules.d/70-uuu.rules
        sudo sh -c "uuu -udev > /etc/udev/rules.d/70-uuu.rules"
2: update udev rule
        sudo udevadm control --reload

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions