summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-09-27 12:26:37 +0200
committerlassulus <lassulus@lassul.us>2022-09-27 12:26:37 +0200
commite2285620bbd4e0b291997a7da66cfcf026c4e234 (patch)
treed2b308c082dd13dbde0414e486b5e62c1f6c4203 /krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh
parentc3bc2f79d55653051bf8ec6c4f8d68046de77c3d (diff)
k: utillinux -> util-linux
Diffstat (limited to 'krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh')
-rwxr-xr-xkrebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh b/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh
index c21dc877..6978e38c 100755
--- a/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh
+++ b/krebs/5pkgs/simple/Reaktor/scripts/tell-on_join.sh
@@ -1,7 +1,7 @@
#! /bin/sh
set -euf
-# require flock from util-linux (pkgs.utillinux)
+# require flock from util-linux (pkgs.util-linux)
if test "${FLOCK-}" != "$state_file"; then
exec env FLOCK="$state_file" flock "$state_file" "$0" "$@"
fi