Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] cast --reconfigure --queue, RECONFIGURE not exported

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Vladimír Marek <vlmarek AT volny.cz>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] cast --reconfigure --queue, RECONFIGURE not exported
  • Date: Mon, 26 Jul 2004 13:49:39 +0200

Hello,

I tried to do

cast -r -c --queue, but found that the spells didn't ask me for a new
config. It's caused by line 258 of /usr/sbin/cast:

-r|--reconfigure) RECONFIGURE="$1"; shift 1 ;;

The RECONFIGURE variable is not exported, and (probably ?) new processes
are spawned for spells in queue. If I change the line to

-r|--reconfigure) export RECONFIGURE="$1"; shift 1 ;;

It seems to me that everything is working as it should.

Does it have any meaning to _not_ export this variable ?

--
Neuron

Attachment: pgp5ivhCifrgb.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page