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

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

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 c1bb2942a..210230c15 100644
--- a/src/initscripts/system/vnstat
+++ b/src/initscripts/system/vnstat
@@ -20,7 +20,6 @@ case "$1" in
 
 		boot_mesg "Starting vnstatd..."
 		loadproc /usr/sbin/vnstatd -d --alwaysadd
-		evaluate_retval
 		;;
 
 	stop)
@@ -30,7 +29,6 @@ case "$1" in
 
 		umount_ramdisk "${VNSTATLOG}"
 		boot_mesg "Unmounting vnstat ramdisk..."
-		evaluate_retval
 		;;
 
 	restart)
-- 
2.18.0


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

* Re: [PATCH] vnstat 2.6: Fix for initscript - removed 'evaluate_retval'
  2020-04-13 12:50 [PATCH] vnstat 2.6: Fix for initscript - removed 'evaluate_retval' Matthias Fischer
@ 2020-04-14 11:18 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-04-14 11:18 UTC (permalink / raw)
  To: development

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

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 13 Apr 2020, at 13:50, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> 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 c1bb2942a..210230c15 100644
> --- a/src/initscripts/system/vnstat
> +++ b/src/initscripts/system/vnstat
> @@ -20,7 +20,6 @@ case "$1" in
> 
> 		boot_mesg "Starting vnstatd..."
> 		loadproc /usr/sbin/vnstatd -d --alwaysadd
> -		evaluate_retval
> 		;;
> 
> 	stop)
> @@ -30,7 +29,6 @@ case "$1" in
> 
> 		umount_ramdisk "${VNSTATLOG}"
> 		boot_mesg "Unmounting vnstat ramdisk..."
> -		evaluate_retval
> 		;;
> 
> 	restart)
> -- 
> 2.18.0
> 


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

end of thread, other threads:[~2020-04-14 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 12:50 [PATCH] vnstat 2.6: Fix for initscript - removed 'evaluate_retval' Matthias Fischer
2020-04-14 11:18 ` Michael Tremer

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