Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 440330

Summary: sys-apps/openrc-0.11.2 - mountinfo does not respect --quiet
Product: Gentoo Hosted Projects Reporter: Reto Gantenbein (ganto) <reto.gantenbein>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Reto Gantenbein (ganto) 2012-10-30 21:27:20 UTC
The `mountinfo` utility which is used by many init scripts prints out the device name(s), even when invoked with "-q|--quite". This disturbs the nice gentoo init output.

The effect of this bug doesn't include any misfunction of the init system as far as I experienced. It's only an optical bug.

Reproducible: Always

Steps to Reproduce:
1. Run for example: `/lib64/rc/bin/mountinfo --quite /sys`
Actual Results:  
mountinfo exits with return code 0 and prints "/sys" to stdout

Expected Results:  
No output to stdout
Comment 1 Reto Gantenbein (ganto) 2012-10-30 21:31:38 UTC
s/quite/quiet/g
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2012-10-31 07:16:47 UTC

*** This bug has been marked as a duplicate of bug 439010 ***