diff --git a/ChangeLog b/ChangeLog index 825fd15c..eccef6a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24898,3 +24898,5 @@ * Incremented the package version to 4.3.0int5. 2024-10-07 Fred Gleason * Added an rdautoback.py(8) utility. +2024-10-08 Fred Gleason + * Changed the name of rdautoback.py(8) to rdautoback(8). diff --git a/utils/rdautoback/Makefile.am b/utils/rdautoback/Makefile.am index e2d9d231..bd49be55 100644 --- a/utils/rdautoback/Makefile.am +++ b/utils/rdautoback/Makefile.am @@ -22,11 +22,10 @@ install-exec-local: mkdir -p $(DESTDIR)/usr/sbin - cp rdautoback.py $(DESTDIR)/usr/sbin/rdautoback.py - ../../helpers/install_python.sh rdautoback.py $(DESTDIR)/usr/sbin/rdautoback.py + ../../helpers/install_python.sh rdautoback.py $(DESTDIR)/usr/sbin/rdautoback uninstall-local: - rm -f $(DESTDIR)/usr/sbin/rdautoback.py + rm -f $(DESTDIR)/usr/sbin/rdautoback bin_SCRIPTS = rdautoback.py