http://bugzilla.opensuse.org/show_bug.cgi?id=986543 Bug ID: 986543 Summary: btrfs-balance maintenance/cron script typo Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.1 Hardware: All OS: openSUSE 42.1 Status: NEW Severity: Minor Priority: P5 - None Component: Other Assignee: bnc-team-screening@forge.provo.novell.com Reporter: buntu@bonhomierch.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- There is a typographical error in the btrfs-balance.sh script. It affects cases when BTRFS_LOG_OUTPUT in YaST /etc/sysconfig is set to "journal". Package is in btrfsmaintenance-0.1.1-10.2-noarch. diff -u /tmp/btrfs-balance.sh-orig /usr/share/btrfsmaintenance/btrfs-balance.sh --- /tmp/btrfs-balance.sh-orig 2016-06-26 12:09:24.048831290 -0400 +++ /usr/share/btrfsmaintenance/btrfs-balance.sh 2016-06-26 12:09:37.101390866 -0400 @@ -47,7 +47,7 @@ } | \ case "$BTRFS_LOG_OUTPUT" in stdout) cat;; - journal) sytemd-cat -t "$LOGIDENTIFIER";; + journal) systemd-cat -t "$LOGIDENTIFIER";; *) cat;; esac -- You are receiving this mail because: You are on the CC list for the bug.