schroot man pages empty
Добавлено: 06 ноя 2013, 13:35
The schroot package has empty man pages:
Note that the 32 byte files decompress to 0.
Compare with the correct chroot's man page:
Here's what it looks like on Ubuntu:
http://manpages.ubuntu.com/manpages/har ... oot.1.html
Код: Выделить всё
$ rpm -ql schroot |grep man |xargs ls -l
-rw-r--r-- 1 root root 32 Oct 30 2012 /usr/share/man/man1/schroot.1.xz
-rw-r--r-- 1 root root 32 Oct 30 2012 /usr/share/man/man5/schroot-script-config.5.xz
-rw-r--r-- 1 root root 32 Oct 30 2012 /usr/share/man/man5/schroot-setup.5.xz
-rw-r--r-- 1 root root 32 Oct 30 2012 /usr/share/man/man5/schroot.conf.5.xz
-rw-r--r-- 1 root root 32 Oct 30 2012 /usr/share/man/man7/schroot-faq.7.xz
$ cp /usr/share/man/man1/schroot.1.xz .
$ unxz schroot.1.xz
$ ll schroot.1
-rw-r--r-- 1 user user 0 Nov 6 10:13 schroot.1
Compare with the correct chroot's man page:
Код: Выделить всё
$ rpm -ql coreutils-doc |grep man |xargs ls -l |grep chroot
-rw-r--r-- 1 root root 1016 Aug 1 12:20 /usr/share/man/man1/chroot.1.xz
http://manpages.ubuntu.com/manpages/har ... oot.1.html