From 065fde63d915a17589334ad0cc4e655cdda96b5e Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Mon, 7 Apr 2014 12:02:33 -0500 Subject: [PATCH 1/3] add sourcerpm option to kpatch-build man page Signed-off-by: Seth Jennings --- man/kpatch-build.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/kpatch-build.1 b/man/kpatch-build.1 index 0ae39ab..c6062b7 100644 --- a/man/kpatch-build.1 +++ b/man/kpatch-build.1 @@ -18,6 +18,9 @@ to work on other distros. -h|--help Show this help message + +-r|--sourcerpm + Specify kernel source RPM -s|--sourcedir Specify kernel source directory From 8ba2d549cc4ddc4337f54491565089e411b40fb3 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Mon, 7 Apr 2014 12:06:58 -0500 Subject: [PATCH 2/3] add -R to remove directory Signed-off-by: Seth Jennings --- contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Makefile b/contrib/Makefile index f007fb0..912a3ee 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -9,6 +9,6 @@ install: all $(INSTALL) module-setup.sh kpatch-apply-all.sh $(DRACUTDIR) uninstall: - $(RM) $(DRACUTDIR) + $(RM) -R $(DRACUTDIR) clean: From c4d652c5da67a486d661f55f08442ee4fac6d6a5 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Mon, 7 Apr 2014 12:13:53 -0500 Subject: [PATCH 3/3] remove vim metadata from files Signed-off-by: Seth Jennings --- contrib/kpatch-apply-all.sh | 2 -- contrib/module-setup.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/contrib/kpatch-apply-all.sh b/contrib/kpatch-apply-all.sh index 55cc6d4..82ed592 100755 --- a/contrib/kpatch-apply-all.sh +++ b/contrib/kpatch-apply-all.sh @@ -1,6 +1,4 @@ #!/bin/bash -# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- -# ex: ts=8 sw=4 sts=4 et filetype=sh # # Licensed under the GPLv2 # diff --git a/contrib/module-setup.sh b/contrib/module-setup.sh index 5dd91ac..e5b4217 100755 --- a/contrib/module-setup.sh +++ b/contrib/module-setup.sh @@ -1,6 +1,4 @@ #!/bin/bash -# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- -# ex: ts=8 sw=4 sts=4 et filetype=sh # # Licensed under the GPLv2 #