Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522933 --- Comment #13 from Michael Schwendt <mschwendt@xxxxxxxxx> 2009-09-16 05:34:56 EDT --- > rpmls ... | grep ^d Note, though, that more often you would omit the grep, because it would not reveal unowned directories that don't contain any sub-dirs. E.g. drwxr-xr-x /usr/data/foo -rw-r--r-- /usr/data/foo/file1 -rw-r--r-- /usr/data/foo/file2 -rw-r--r-- /usr/data/foo/bar/file3 (!) drwxr-xr-x /var/spool/foo When doing grep ^d, drwxr-xr-x /usr/data/foo drwxr-xr-x /var/spool/foo there would be no evidence that /usr/data/foo/bar is missing. [...] > The sha-bang points to "/bin/sh" but my init script uses "/bin/bash". It's "shebang". /bin/sh is LSB, but /bin/bash is a requirement of the "initscripts" package, too, and used in many of the scripts (not limited to rc.sysinit). Of course, if you have strong feelings about it, you could avoid using any bash-specific features. -- 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review