Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7b7537fd6ef6fbd2006427fb366182f430022c87)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <vin.public AT gmail.com>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7b7537fd6ef6fbd2006427fb366182f430022c87)
  • Date: Fri, 8 Jan 2016 21:20:13 -0500

Sorcery crashes after findutils update. Fix:

diff --git a/var/lib/sorcery/modules/libcodex
b/var/lib/sorcery/modules/libcodex
index 70a6dca..aaa8cf6 100755
--- a/var/lib/sorcery/modules/libcodex
+++ b/var/lib/sorcery/modules/libcodex
@@ -922,7 +922,7 @@ function codex_create_in_memory_cache_all() {
##
#---------------------------------------------------------------------
function codex_find_in_grimoire () {
- find "$1" -follow -maxdepth 3 -mindepth 3 -perm +700 -name "$2"
+ find "$1" -follow -maxdepth 3 -mindepth 3 -perm /700 -name "$2"
}

#---------------------------------------------------------------------


On Fri, Jan 08, 2016 at 10:32:57PM +0000, Florian Franzmann wrote:
> GIT changes to master grimoire by Florian Franzmann
> <siflfran AT hawo.stw.uni-erlangen.de>:
> ...
> utils/findutils/DETAILS | 2 -
> utils/findutils/HISTORY | 3 +
> ...
> commit ae518b956d8b9dca401aa28b74768666c2d0d0f2
> Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
>
> utils/findutils: version 4.6.0
> ...
> diff --git a/utils/findutils/DETAILS b/utils/findutils/DETAILS
> index 748e23d..0b90a2c 100755
> --- a/utils/findutils/DETAILS
> +++ b/utils/findutils/DETAILS
> @@ -1,5 +1,5 @@
> SPELL=findutils
> - VERSION=4.4.2
> + VERSION=4.6.0
> SECURITY_PATCH=1
> SOURCE=$SPELL-$VERSION.tar.gz
> SOURCE2=$SOURCE.sig
> diff --git a/utils/findutils/HISTORY b/utils/findutils/HISTORY
> index 561618c..be0d3ce 100644
> --- a/utils/findutils/HISTORY
> +++ b/utils/findutils/HISTORY
> @@ -1,3 +1,6 @@
> +2016-01-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> + * DETAILS: version 4.6.0
> +
> 2009-06-06 Vlad Glagolev <stealth AT sourcemage.org>
> * DETAILS: updated spell to 4.4.2; fixed short desc; quoting paths
> ...

--
Sincerely,
Pavel Vinogradov

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page