public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] vnstat 2.6: Fix for lfs
@ 2020-04-11 14:38 Matthias Fischer
  2020-04-11 15:28 ` Michael Tremer
  0 siblings, 1 reply; 12+ messages in thread
From: Matthias Fischer @ 2020-04-11 14:38 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

Removed 'sleep 2'

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 src/initscripts/system/vnstat | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/initscripts/system/vnstat b/src/initscripts/system/vnstat
index bcc19c3ab..a21905d75 100755
--- a/src/initscripts/system/vnstat
+++ b/src/initscripts/system/vnstat
@@ -20,14 +20,12 @@ case "$1" in
 
 		boot_mesg "Starting vnstatd..."
 		loadproc /usr/sbin/vnstatd -d --alwaysadd
-		sleep 2
 		evaluate_retval
 		;;
 
 	stop)
 		boot_mesg "Stopping vnstatd..."
 		killproc /usr/sbin/vnstatd
-		sleep 2
 		evaluate_retval
 
 		umount_ramdisk "${VNSTATLOG}"
-- 
2.18.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-04-12 17:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-11 14:38 [PATCH] vnstat 2.6: Fix for lfs Matthias Fischer
2020-04-11 15:28 ` Michael Tremer
2020-04-11 16:39   ` Matthias Fischer
2020-04-11 18:03     ` Michael Tremer
2020-04-11 18:17       ` Matthias Fischer
2020-04-11 18:21         ` Michael Tremer
2020-04-11 18:40           ` Matthias Fischer
2020-04-11 18:22       ` Matthias Fischer
2020-04-11 18:26         ` Michael Tremer
2020-04-11 18:41           ` Matthias Fischer
2020-04-12 14:15             ` Michael Tremer
2020-04-12 17:22               ` Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox