From a4d4eddd92457a00cab52b3e09d3839d37ff54af Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sat, 1 Oct 2011 00:23:39 +0200 Subject: [PATCH] while aa-eventd is deprecated and no longer installed, parser/Makefile happily continued to install the initscript for aa-eventd. This was reported by Jiri Srain as part of https://bugzilla.novell.com/show_bug.cgi?id=720617 This commit removes the lines that install the aaeventd initscript from parser/Makefile. Acked-by: John Johansen --- parser/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/parser/Makefile b/parser/Makefile index a98fba898..59fd65f47 100644 --- a/parser/Makefile +++ b/parser/Makefile @@ -246,17 +246,14 @@ install-rhel4: install-redhat install-redhat: install -m 755 -d $(DESTDIR)/etc/init.d install -m 755 rc.apparmor.$(subst install-,,$@) $(DESTDIR)/etc/init.d/apparmor - install -m 755 rc.aaeventd.redhat $(DESTDIR)/etc/init.d/aaeventd .PHONY: install-suse install-suse: install -m 755 -d $(DESTDIR)/etc/init.d install -m 755 rc.apparmor.$(subst install-,,$(@)) $(DESTDIR)/etc/init.d/boot.apparmor - install -m 755 rc.aaeventd.$(subst install-,,$(@)) $(DESTDIR)/etc/init.d/aaeventd install -m 755 -d $(DESTDIR)/sbin ln -sf /etc/init.d/boot.apparmor $(DESTDIR)/sbin/rcapparmor ln -sf rcapparmor $(DESTDIR)/sbin/rcsubdomain - ln -sf /etc/init.d/aaeventd $(DESTDIR)/sbin/rcaaeventd .PHONY: install-slackware install-slackware: