Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7875] mythtv spell do not install database directory, mythtvsetup and other errors

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 7875] mythtv spell do not install database directory, mythtvsetup and other errors
  • Date: Sun, 20 Feb 2005 20:45:23 -0800 (PST)

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


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Component|subroutines |video
Product|Sorcery |Codex
Version|1.11.x |devel grimoire




------- Additional Comments From acedit AT armory.com 2005-02-20 20:45 -------
this was fixed in 1.12 right after 1817 was fixed. The only difference between
libinitd in devel and test is:

diff devel/var/lib/sorcery/modules/libinitd
test/var/lib/sorcery/modules/libinitd
74,75c74,75
< s!^\.\s\s*/etc/sysconfig/\([^[:space:]]*\).*!\1!p
< s!^source\s\s*/etc/sysconfig/\([^[:space:]]*\).*!\1!p
---
> s!^\.[[:space:]]/etc/sysconfig/\([^[:space:]]*\).*!\1!p
> s!^source[[:space:]]/etc/sysconfig/\([^[:space:]]*\).*!\1!p

As you can see the regexp in test uses [[:space:]] (non repeated) and devel
uses
\s\s*.

Your mythtv init script has the following:
. /etc/sysconfig/mythtv
Since theres not one, but two spaces the regexp in test sorcery doesnt match.

So the easy fix is to just remove the space from your init script.

Is this really important enough to deem a new sorcery stable release? To me it
seems like an inconvenience, but one we've lived with since the libinitd's
inception on 2003-07-28.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- 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