X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=0a9e45eb0a6d290bb4ceae07ee8e6bdef4d44316;hb=45362125880411ebb94253979d98df1b04a3e02c;hp=16b125b98854faa6ce279e45d35ec55fd7193c3d;hpb=bc85bdf330f5f03f625e5c2ea341b0df5a48268d;p=procprotect.git diff --git a/Makefile b/Makefile index 16b125b..0a9e45e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ARCH=$(shell uname -m) DIST=fc18 ifeq ($(wildcard /lib/modules/$(KVER)/build),) - KVER=3.10.6-100.$(DIST).$(ARCH) + KVER=3.11.4-101.$(DIST).$(ARCH) endif all: @@ -20,3 +20,5 @@ install: install -D -m 755 procprotect.ko /lib/modules/$(KVER)/net/procprotect/procprotect.ko mkdir -p /etc/modules-load.d install -m 644 procprotect.conf /etc/modules-load.d/procprotect.conf + install -m 644 procprotect.service /usr/lib/systemd/system/procprotect.service + install -m 755 procprotect.init /usr/sbin/procprotect.init