diff options
Diffstat (limited to 'app-crypt/bestcrypt/files/bestcrypt-1.6_p2-path.patch')
-rw-r--r-- | app-crypt/bestcrypt/files/bestcrypt-1.6_p2-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/bestcrypt/files/bestcrypt-1.6_p2-path.patch b/app-crypt/bestcrypt/files/bestcrypt-1.6_p2-path.patch new file mode 100644 index 000000000000..88bbb4af766b --- /dev/null +++ b/app-crypt/bestcrypt/files/bestcrypt-1.6_p2-path.patch @@ -0,0 +1,11 @@ +--- bcrypt/src/misc.c.orig 2005-11-12 09:21:28.000000000 +1100 ++++ bcrypt/src/misc.c 2005-11-12 09:21:49.000000000 +1100 +@@ -223,7 +223,7 @@ + int run_process(char *args[]) + { + int pid; +- char *env[] = { "PATH=/sbin", NULL}; ++ char *env[] = { "PATH=/sbin:/usr/sbin", NULL}; + + assert(args != NULL); + assert(args[0] != NULL); |