]> sourceware.org Git - systemtap.git/commit
Simplify creation of groups during installation
authorDavid Ward <david.ward@ll.mit.edu>
Wed, 30 Jan 2019 05:37:55 +0000 (00:37 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 4 Feb 2019 17:01:37 +0000 (12:01 -0500)
commitf90ca30963e167973d59ce71a0af79ac8a33f18f
treee7c4582f775a67bb7ce2544b3a3bc8e8878baa64
parent38184abcd175dc10d1f6762bde93238a87c41e95
Simplify creation of groups during installation

Use the "-f" option of "groupadd", rather than calling it a second
time if the desired GID is already in use.

Do not call "getent" twice. We know that a group exists if the first
call to "getent" returned successfully, or otherwise if "groupadd"
returned successfully.
stapbpf/Makefile.am
stapbpf/Makefile.in
staprun/Makefile.am
staprun/Makefile.in
systemtap.spec
This page took 0.027307 seconds and 5 git commands to generate.