From: Sapan Bhatia Date: Thu, 21 Jun 2012 15:06:04 +0000 (-0400) Subject: Merge branch 'master' of ssh://git.planet-lab.org/git/transforward X-Git-Tag: transforward-0.1-2~3^2 X-Git-Url: http://git.onelab.eu/?p=transforward.git;a=commitdiff_plain;h=bc729fc1cf871f476fe9e453e3b3888db76f2278;hp=c8354a6def386d55b76ef72a89c2fd228496ab17 Merge branch 'master' of ssh://git.planet-lab.org/git/transforward --- diff --git a/transforward.conf b/transforward.conf new file mode 100644 index 0000000..c9acf57 --- /dev/null +++ b/transforward.conf @@ -0,0 +1 @@ +transforward diff --git a/transforward.spec b/transforward.spec index 2dcac49..1c83431 100644 --- a/transforward.spec +++ b/transforward.spec @@ -51,12 +51,15 @@ make -C %{kernelpath} V=1 M=$(pwd) modules %install install -D -m 755 transforward.ko $RPM_BUILD_ROOT/lib/modules/%{kernel_id}/net/transforward/transforward.ko +mkdir -p $RPM_BUILD_ROOT/etc/modules-load.d +install -m 644 transforward.conf $RPM_BUILD_ROOT/etc/modules-load.d/transforward.conf %clean rm -rf $RPM_BUILD_ROOT %files /lib/modules/%{kernel_id} +/etc/modules-load.d/procprotect.conf %post