From patchwork Sat Apr 11 14:38:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2935 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48zyF061rWz3yC3 for ; Sat, 11 Apr 2020 14:39:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48zyDz481Qz1kv; Sat, 11 Apr 2020 14:38:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48zyDz0LfFz2yXw; Sat, 11 Apr 2020 14:38:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48zyDx4FkCz2xcw for ; Sat, 11 Apr 2020 14:38:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48zyDw5PfDz1kv for ; Sat, 11 Apr 2020 14:38:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1586615936; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=xmgX5p+DWTx98yC1hwOfRb1bARaVzbdzGe97Cyrpttc=; b=o276gpOQrPGVSTKy5A1pLTCG6NHIYsvvKYuMO+4ep15kLHwpMnVj7GrJwRKqTj7BVXeYsC oNF6M43/OUYHTICg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1586615936; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=xmgX5p+DWTx98yC1hwOfRb1bARaVzbdzGe97Cyrpttc=; b=lX77eAzl61NDhg80SzQMoyW3uS7v04gTPxJB/h7XajAk28IJqqCMUbXIQ8fgAxGE+b+0NQ 77k8p9k15lmcFpWynKDFU7ZlsMJA5ZVAGJfGGeYOVZ3rsWNulZjLpWSftKIVcX5SQrdeNS U+/KKE/gX+HFEeUuT0fGkzlgc+lrt++tRPi+8To54nPIiQwBWLgVr1XbqXf5+mGV6vwe+R VCso2QF7Ugm4pHzxWAwC6t/fAVLldkBYxSeQP0mVfrmLwSN2VkDi5NvBzykF9AvNXRN33M WpV1oeGhZTOwwrkT+8im5ApCoqgYA01Zs65lND+OFyGdAZ+zNbP2OnzB4aO6Jw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] vnstat 2.6: Fix for lfs Date: Sat, 11 Apr 2020 16:38:48 +0200 Message-Id: <20200411143848.23912-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Removed 'sleep 2' Signed-off-by: Matthias Fischer --- 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}"