2023-10-17 09:52:37 +00:00
|
|
|
--- EasyRSA-3.1.7/easyrsa.orig 2023-10-17 08:27:37.665021587 +0200
|
|
|
|
+++ EasyRSA-3.1.7/easyrsa 2023-10-17 08:34:59.943976542 +0200
|
|
|
|
@@ -1440,10 +1440,7 @@
|
|
|
|
# "$EASYRSA" - Old default and Windows
|
|
|
|
# "$PWD" - Usually the same as above, avoid
|
|
|
|
# "${0%/*}" - Usually the same as above, avoid
|
|
|
|
- # '/usr/local/share/easy-rsa' - Default user installed
|
|
|
|
- # '/usr/share/easy-rsa' - Default system installed
|
|
|
|
- # Room for more..
|
|
|
|
- # '/etc/easy-rsa' - Last resort
|
|
|
|
+ # '/etc/easy-rsa'
|
2023-08-13 10:09:05 +00:00
|
|
|
|
2023-10-17 09:52:37 +00:00
|
|
|
# Find and optionally copy data-files, in specific order
|
|
|
|
for area in \
|
|
|
|
@@ -1451,8 +1448,6 @@
|
|
|
|
"$EASYRSA" \
|
|
|
|
"$PWD" \
|
|
|
|
"${0%/*}" \
|
|
|
|
- '/usr/local/share/easy-rsa' \
|
|
|
|
- '/usr/share/easy-rsa' \
|
|
|
|
'/etc/easy-rsa' \
|
|
|
|
# EOL
|
|
|
|
do
|