Skip to Content.
Sympa Menu

sm-sorcery - [SM-Sorcery] sorcery bug caused by the recent init script install changes

sm-sorcery AT lists.ibiblio.org

Subject: Discussion of Sorcery related topics

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-sorcery AT lists.ibiblio.org
  • Subject: [SM-Sorcery] sorcery bug caused by the recent init script install changes
  • Date: Sat, 17 Jan 2004 23:35:21 +0100

Hi,

the recent init script installation changes caused a serious sorcery
bug, sorcery thinks every spell installs succesfully even if
BUILD/default_build fails.
A patch to cast to fix this is attached.

--
Arwed v. Merkatz
Grimoire Guru for video
Grimoire Guru for xfce
Sourcemage GNU/Linux
http://www.sourcemage.org
--- cast~ 2004-01-17 23:33:12.000000000 +0100
+++ cast 2004-01-17 23:33:53.000000000 +0100
@@ -361,12 +361,12 @@
. $SCRIPT_DIRECTORY/BUILD
else
default_build
- fi
+ fi &&

#
# check for and install scripts (needs to be in installwatch, but how?)
#
- install_xinetd
+ install_xinetd &&
install_initd

if [ "$?" == 0 ]; then


  • [SM-Sorcery] sorcery bug caused by the recent init script install changes, Arwed von Merkatz, 01/17/2004

Archive powered by MHonArc 2.6.24.

Top of Page