Skip to content

Commit

Permalink
Merge pull request #5299 from M4rtinK/master-remove-instperf
Browse files Browse the repository at this point in the history
Remove instperf
  • Loading branch information
M4rtinK authored Nov 9, 2023
2 parents 6f793d0 + 359c9e7 commit bed2e8b
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 86 deletions.
1 change: 0 additions & 1 deletion anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ rm -rf \
%license COPYING
%{_unitdir}/*
%{_prefix}/lib/systemd/system-generators/*
%{_bindir}/instperf
%{_bindir}/anaconda-disable-nm-ibft-plugin
%{_bindir}/anaconda-nm-disable-autocons
%{_sbindir}/anaconda
Expand Down
1 change: 0 additions & 1 deletion data/systemd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dist_systemd_DATA = anaconda.service \
anaconda.target \
anaconda-tmux@.service \
anaconda-shell@.service \
instperf.service \
anaconda-sshd.service \
anaconda-nm-config.service \
anaconda-nm-disable-autocons.service \
Expand Down
4 changes: 2 additions & 2 deletions data/systemd/anaconda-direct.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=the anaconda installation program
Wants=instperf.service rsyslog.service systemd-udev-settle.service NetworkManager.service
After=instperf.service rsyslog.service systemd-udev-settle.service NetworkManager.service anaconda-sshd.service
Wants=rsyslog.service systemd-udev-settle.service NetworkManager.service
After=rsyslog.service systemd-udev-settle.service NetworkManager.service anaconda-sshd.service
Requires=anaconda.service
ConditionPathIsDirectory=|/sys/hypervisor/s390
ConditionKernelCommandLine=|inst.notmux
Expand Down
1 change: 0 additions & 1 deletion data/systemd/anaconda-pre.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Description=pre-anaconda logging service
Requires=basic.target
After=basic.target
Before=anaconda.target
Wants=instperf.service
Wants=rsyslog.service
Wants=systemd-udev-settle.service
Wants=NetworkManager.service
Expand Down
1 change: 0 additions & 1 deletion data/systemd/anaconda.target
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Description=Anaconda System Services
Requires=basic.target
After=basic.target
AllowIsolate=yes
Wants=instperf.service
Wants=rsyslog.service
Wants=systemd-udev-settle.service
Wants=NetworkManager.service
Expand Down
8 changes: 0 additions & 8 deletions data/systemd/instperf.service

This file was deleted.

3 changes: 1 addition & 2 deletions scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ dist_scripts_SCRIPTS = run-anaconda anaconda-pre-log-gen log-capture start-modul

dist_noinst_SCRIPTS = makeupdates makebumpver

dist_bin_SCRIPTS = anaconda-cleanup instperf anaconda-disable-nm-ibft-plugin \
dist_bin_SCRIPTS = anaconda-cleanup anaconda-disable-nm-ibft-plugin \
anaconda-nm-disable-autocons

miscdir = $(datadir)/$(PACKAGE_NAME)
dist_misc_DATA = instperf.p

MAINTAINERCLEANFILES = Makefile.in
55 changes: 0 additions & 55 deletions scripts/instperf

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/instperf.p

This file was deleted.

0 comments on commit bed2e8b

Please sign in to comment.