From ed8dcceb34cd9fbff83db6ffd4e2edb2d52a5543 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 8 Oct 2019 02:36:12 -0300 Subject: [PATCH] bootscripts: turn off common messages from fuse when reboot/shutdown --- archive/etc/rc.d/rc.shutdown | 2 +- recipes/boot/bootscripts/recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/etc/rc.d/rc.shutdown b/archive/etc/rc.d/rc.shutdown index 722478ba..f3291ed0 100644 --- a/archive/etc/rc.d/rc.shutdown +++ b/archive/etc/rc.d/rc.shutdown @@ -70,7 +70,7 @@ sync # Stop FUSE filesystem if test -x /etc/rc.d/rc.fuse then - /etc/rc.d/rc.fuse stop + /etc/rc.d/rc.fuse stop > /dev/null fi # Kill all processes, except the one that is currently running diff --git a/recipes/boot/bootscripts/recipe b/recipes/boot/bootscripts/recipe index 3a67f5f3..8c8c8524 100644 --- a/recipes/boot/bootscripts/recipe +++ b/recipes/boot/bootscripts/recipe @@ -16,7 +16,7 @@ program=_bootscripts version=dragora -pkgversion=20190919 +pkgversion=20191008 arch=noarch release=1 -- 2.11.4.GIT