Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: xorg-x11-fonts-update-dirs should be silent https://bugzilla.redhat.com/show_bug.cgi?id=664701 Summary: xorg-x11-fonts-update-dirs should be silent Product: Fedora Version: 14 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: medium Priority: low Component: xorg-x11-font-utils AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] CC: [email protected], [email protected] Classification: Fedora Description of problem: xorg-x11-fonts-update-dirs is not silent. It contains pushd+popd calls which echo directories to stdout. Version-Release number of selected component (if applicable): xorg-x11-font-utils-7.4-3.fc14.x86_64 How reproducible: Always. Steps to Reproduce: 1. login as root 2. cd ~ 3. run xorg-x11-fonts-update-dirs --skip-fontscale /usr/share/X11/fonts/misc Actual results: # xorg-x11-fonts-update-dirs --skip-fontscale /usr/share/X11/fonts/misc /usr/share/X11/fonts/encodings ~ ~ Expected results: Silence/No output Additional info: - As xorg-x11-fonts-update-dirs is used in rpm scriptlets, this issue causes rpm-installation of font-packages to be non-silent - This violates the FPG. - There are 2 ways to silence pushd/popd. pushd -n <dir> and pushd <dir> >/dev/null. The latter is better portable, because not all shells' pushd/popd implementations support "-n" (e.g. zsh's doesn't). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
