mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
vnstat 2.6: Fix for initscript - removed 'evaluate_retval'
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
7b57e34210
commit
24df42efac
@@ -20,7 +20,6 @@ case "$1" in
|
|||||||
|
|
||||||
boot_mesg "Starting vnstatd..."
|
boot_mesg "Starting vnstatd..."
|
||||||
loadproc /usr/sbin/vnstatd -d --alwaysadd
|
loadproc /usr/sbin/vnstatd -d --alwaysadd
|
||||||
evaluate_retval
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
stop)
|
stop)
|
||||||
@@ -30,7 +29,6 @@ case "$1" in
|
|||||||
|
|
||||||
umount_ramdisk "${VNSTATLOG}"
|
umount_ramdisk "${VNSTATLOG}"
|
||||||
boot_mesg "Unmounting vnstat ramdisk..."
|
boot_mesg "Unmounting vnstat ramdisk..."
|
||||||
evaluate_retval
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
restart)
|
restart)
|
||||||
|
|||||||
Reference in New Issue
Block a user