summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-08-26 14:03:28 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-08-26 14:03:28 -0300
commit330c8c4fa727547528b1e33612a417b84fa27458 (patch)
tree071f6a43537e82990fe085cc2c43581025e9a191
parentf33ca0371bf6b07963b97f047f7b86775f1041de (diff)
downloadpython-ethtool-330c8c4fa727547528b1e33612a417b84fa27458.tar.gz
python-ethtool-330c8c4fa727547528b1e33612a417b84fa27458.tar.xz
python-ethtool-330c8c4fa727547528b1e33612a417b84fa27458.zip
pethtool: rename ethtool-cmd.py to pethtool.py
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--MANIFEST2
-rwxr-xr-xpethtool.py (renamed from ethtool-cmd.py)0
-rw-r--r--rpm/SPECS/python-ethtool.spec2
3 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 3c67439..aef5263 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,5 @@
COPYING
-ethtool-cmd.py
+pethtool.py
python-ethtool/ethtool.c
python-ethtool/ethtool-copy.h
setup.py
diff --git a/ethtool-cmd.py b/pethtool.py
index 49d667e..49d667e 100755
--- a/ethtool-cmd.py
+++ b/pethtool.py
diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec
index e05378f..cacbd5e 100644
--- a/rpm/SPECS/python-ethtool.spec
+++ b/rpm/SPECS/python-ethtool.spec
@@ -27,7 +27,7 @@ make
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}%{_sbindir}
-cp -f ethtool-cmd.py %{buildroot}%{_sbindir}/pethtool
+cp -f pethtool.py %{buildroot}%{_sbindir}/pethtool
%clean
rm -rf %{buildroot}