From 41111562407b4951c47f6fb2f926dedf13f302ab Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 16 Jul 2018 13:57:25 -0400 Subject: rm -rf pcr/opensysusers && mv -T pcr{-testing,}/opensysusers I've already run `db-move` to move it in the repos. --- pcr-testing/opensysusers/sysgid.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 pcr-testing/opensysusers/sysgid.patch (limited to 'pcr-testing/opensysusers/sysgid.patch') diff --git a/pcr-testing/opensysusers/sysgid.patch b/pcr-testing/opensysusers/sysgid.patch deleted file mode 100644 index 502217f5b..000000000 --- a/pcr-testing/opensysusers/sysgid.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 3f451ccfe5e5943d0ebc98f5f0d095a6c0ee11b4 Mon Sep 17 00:00:00 2001 -From: udeved -Date: Sun, 7 Jan 2018 11:08:10 +0100 -Subject: [PATCH] sysusers: use a system gid in add_group() if id='-' to get a - gid<1000 - ---- - sysusers | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/sysusers b/sysusers -index 80442d3..d71fb61 100755 ---- a/sysusers -+++ b/sysusers -@@ -17,7 +17,7 @@ add_group() { - getent group "${name}" >/dev/null - if [ "$?" -ne 0 ]; then - if [ "${id}" == '-' ]; then -- groupadd "${name}" -+ groupadd -r "${name}" - else - if ! grep -qiw "${id}" /etc/group; then - groupadd -g "${id}" "${name}" -- cgit v1.2.3