summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-11-30 11:45:12 +0100
committerDavid Seifert <soap@gentoo.org>2021-11-30 11:45:12 +0100
commitee9f408582a8f94577446f39b1ae3f8c85dd621b (patch)
treecbeed5d8fc4ba77516130a9b980aaf50100e76fc /net-fs/nfs-utils
parentnet-fs/nfs-utils: drop 2.5.3-r2 (diff)
downloadgentoo-ee9f408582a8f94577446f39b1ae3f8c85dd621b.tar.gz
gentoo-ee9f408582a8f94577446f39b1ae3f8c85dd621b.tar.bz2
gentoo-ee9f408582a8f94577446f39b1ae3f8c85dd621b.zip
net-fs/nfs-utils: fix killall usage in init script
* Bug 664066 has surfaced again. Fix it properly by calling killall with `--signal=HUP` rather than the short form that keeps being broken. Closes: https://github.com/gentoo/gentoo/pull/23121 Closes: https://bugs.gentoo.org/664066 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-fs/nfs-utils')
-rw-r--r--net-fs/nfs-utils/files/nfs.initd2
-rw-r--r--net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild (renamed from net-fs/nfs-utils/nfs-utils-2.5.4-r2.ebuild)0
2 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/nfs-utils/files/nfs.initd b/net-fs/nfs-utils/files/nfs.initd
index da81e6d6684a..6540c9f92075 100644
--- a/net-fs/nfs-utils/files/nfs.initd
+++ b/net-fs/nfs-utils/files/nfs.initd
@@ -51,7 +51,7 @@ mount_nfsd() {
fi
# Restart idmapd if needed #220747
if grep -qs nfsd /proc/modules ; then
- killall -q -HUP rpc.idmapd
+ killall -q --signal=HUP rpc.idmapd
fi
fi
diff --git a/net-fs/nfs-utils/nfs-utils-2.5.4-r2.ebuild b/net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild
index 0f2697c12830..0f2697c12830 100644
--- a/net-fs/nfs-utils/nfs-utils-2.5.4-r2.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild