Skip to content

configure: no need for 'groupadd', 'useradd', or 'usermod' #77

@salewski

Description

@salewski

This issue pertains to ads-github-tools-0.3.3 (and probably all previous versions).

The configure script checks for three tools that aren't actually needed by the codebase: groupadd, useradd, and usermod. The checks for them should be removed.

As a workaround, the configure script can be invoked as follows:

    $ GROUPADD=/usr/bin/true \
    > USERADD=/usr/bin/true  \
    > USERMOD=/usr/bin/true  \
    > configure --prefix=/path/to/whatever ...

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions