summaryrefslogtreecommitdiff
path: root/app-crypt/bsign/files/bsign-0.4.5-scripts.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-crypt/bsign/files/bsign-0.4.5-scripts.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-crypt/bsign/files/bsign-0.4.5-scripts.patch')
-rw-r--r--app-crypt/bsign/files/bsign-0.4.5-scripts.patch48
1 files changed, 0 insertions, 48 deletions
diff --git a/app-crypt/bsign/files/bsign-0.4.5-scripts.patch b/app-crypt/bsign/files/bsign-0.4.5-scripts.patch
deleted file mode 100644
index 97f79e68e29c..000000000000
--- a/app-crypt/bsign/files/bsign-0.4.5-scripts.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -urNp bsign-0.4.5/bsign_check bsign-0.4.5.new2/bsign_check
---- bsign-0.4.5/bsign_check 2002-01-27 22:49:04.000000000 +0200
-+++ bsign-0.4.5.new2/bsign_check 2013-06-16 01:00:55.862655310 +0300
-@@ -9,7 +9,7 @@
- # LOCATIONS gives the path includes and excludes that guide where
- # bsign looks for input files.
-
--LOCATIONS=-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH
-+LOCATIONS="-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH"
-
- # MAIL_TO is the list of email addresses that will receive email when
- # this script terminates. The mail will contain the output of
-diff -urNp bsign-0.4.5/bsign_hash bsign-0.4.5.new2/bsign_hash
---- bsign-0.4.5/bsign_hash 2002-01-27 22:49:04.000000000 +0200
-+++ bsign-0.4.5.new2/bsign_hash 2013-06-16 01:00:43.543657092 +0300
-@@ -9,7 +9,7 @@
- # LOCATIONS gives the path includes and excludes that guide where
- # bsign looks for input files.
-
--LOCATIONS=-i / -e /boot -e /cdrom -e /dev -e /proc
-+LOCATIONS="-i / -e /boot -e /cdrom -e /dev -e /proc"
-
- # --- End of customization macros
-
-diff -urNp bsign-0.4.5/bsign_sign bsign-0.4.5.new2/bsign_sign
---- bsign-0.4.5/bsign_sign 2002-01-27 20:44:09.000000000 +0200
-+++ bsign-0.4.5.new2/bsign_sign 2013-06-16 01:00:17.737660680 +0300
-@@ -23,7 +23,7 @@ KEY_PATH=$BASE_PATH
- # LOCATIONS gives the path includes and excludes that guide where
- # bsign looks for input files.
-
--LOCATIONS=-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH
-+LOCATIONS="-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH"
-
- # --- End of customization macros
-
-diff -urNp bsign-0.4.5/bsign_verify bsign-0.4.5.new2/bsign_verify
---- bsign-0.4.5/bsign_verify 2002-01-27 20:44:09.000000000 +0200
-+++ bsign-0.4.5.new2/bsign_verify 2013-06-16 01:00:28.114659254 +0300
-@@ -23,7 +23,7 @@ KEY_PATH=$BASE_PATH
- # LOCATIONS gives the path includes and excludes that guide where
- # bsign looks for input files.
-
--LOCATIONS=-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH
-+LOCATIONS="-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH"
- #LOCATIONS=-i /bin -i /sbin -i /usr/bin -i /usr/sbin
-
- # MAIL_TO is the list of email addresses that will receive email when