From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] vnstat 2.6: Fix for initscript - removed 'evaluate_retval' Date: Tue, 14 Apr 2020 12:18:34 +0100 Message-ID: <58899219-4DB9-4C22-B813-DB01B1D9C406@ipfire.org> In-Reply-To: <20200413125058.3656-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0075289351942224245==" List-Id: --===============0075289351942224245== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 13 Apr 2020, at 13:50, Matthias Fischer = wrote: >=20 > Signed-off-by: Matthias Fischer > --- > src/initscripts/system/vnstat | 2 -- > 1 file changed, 2 deletions(-) >=20 > diff --git a/src/initscripts/system/vnstat b/src/initscripts/system/vnstat > index c1bb2942a..210230c15 100644 > --- a/src/initscripts/system/vnstat > +++ b/src/initscripts/system/vnstat > @@ -20,7 +20,6 @@ case "$1" in >=20 > boot_mesg "Starting vnstatd..." > loadproc /usr/sbin/vnstatd -d --alwaysadd > - evaluate_retval > ;; >=20 > stop) > @@ -30,7 +29,6 @@ case "$1" in >=20 > umount_ramdisk "${VNSTATLOG}" > boot_mesg "Unmounting vnstat ramdisk..." > - evaluate_retval > ;; >=20 > restart) > --=20 > 2.18.0 >=20 --===============0075289351942224245==--