Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 3665] $OPTS for `apache' spell contains OPTS for both `apache2' and `apache' spells

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 3665] $OPTS for `apache' spell contains OPTS for both `apache2' and `apache' spells
  • Date: Sun, 29 Jun 2003 11:41:08 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=3665

sergey AT sourcemage.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED



------- Additional Comments From sergey AT sourcemage.org 2003-06-29 11:41
-------
I've developed this already. Thanks!
==== //sgl/devel/sorcery/var/lib/sorcery/modules/libstate#3 -
/home/sergey/smgl-p4/devel/sorcery/var/lib/sorcery/modules/libstate ====
@@ -117,8 +117,8 @@
return
}

- local START="`esc_str $1`"
- [ -n "$2" ] && START="$START:`esc_str $2`"
+ local START="$(esc_str $1):"
+ [ -n "$2" ] && START="${START}$(esc_str $2):"
debug "libstate" "get_depends_options() - START=$START"
awk -F ':' "/^$START/ { if (\$3 == \"on\") OPTS = OPTS \" \" \$5; else
OPTS =
OPTS \" \" \$6; } END { print OPTS; }" $DEPENDS_STATUS
}



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page