From 6baee990bb7784e64aa6e3df0e46f2b876794524 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 2 Sep 2012 09:43:14 +0800 Subject: [PATCH] Move iotop out of the path for users --- iotop.1 => iotop.8 | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename iotop.1 => iotop.8 (99%) diff --git a/iotop.1 b/iotop.8 similarity index 99% rename from iotop.1 rename to iotop.8 index a1cf909..f059189 100644 --- a/iotop.1 +++ b/iotop.8 @@ -1,5 +1,5 @@ .\" Debian manual page, has been forwarded upstream -.TH IOTOP "1" "April 2009" +.TH IOTOP "8" "April 2009" .SH NAME iotop \- simple top\-like I/O monitor .SH SYNOPSIS diff --git a/setup.py b/setup.py index 17e825e..fdfbe00 100755 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ process is the I/O going on.''', author='Guillaume Chazarain', author_email='guichaz@gmail.com', url='http://guichaz.free.fr/iotop', - scripts=['bin/iotop'], - data_files=[('share/man/man1', ['iotop.1'])], + scripts=['sbin/iotop'], + data_files=[('share/man/man8', ['iotop.8'])], packages=['iotop'], license='GPL' ) -- 2.11.4.GIT