Страница 1 из 1

schroot man pages empty

Добавлено: 06 ноя 2013, 13:35
Mayavimmer
The schroot package has empty man pages:

Код: Выделить всё

$ 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
Note that the 32 byte files decompress to 0.
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
Here's what it looks like on Ubuntu:
http://manpages.ubuntu.com/manpages/har ... oot.1.html

Re: schroot man pages empty

Добавлено: 06 ноя 2013, 22:49
ДроноваЮ
Thanks for reporting, Mayavimmer! will pass this to devs.