From 9452a6e87b6c2c70513bc47a2470bf9f1168920e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Jun 2020 10:39:22 +0100 Subject: gentoo resync : 13.06.2020 --- net-misc/ip-sentinel/files/ip-sentinel.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-misc/ip-sentinel/files/ip-sentinel.init') diff --git a/net-misc/ip-sentinel/files/ip-sentinel.init b/net-misc/ip-sentinel/files/ip-sentinel.init index 923cedeac13c..c839ca61d69b 100644 --- a/net-misc/ip-sentinel/files/ip-sentinel.init +++ b/net-misc/ip-sentinel/files/ip-sentinel.init @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CFG_FILE="/etc/ip-sentinel.cfg" @@ -40,7 +40,7 @@ restart () { echo "Please, wait while child process quit..." while `ps aux | grep -v 'init.d' | grep [i]p-sentinel >/dev/null` do - echo -n ". " + printf ". " sleep 1 done echo "[Done]" -- cgit v1.2.3