[yast-devel] finish yast and launch subsequent program
Hello, is it possible (with YCP) to finish a YaST module but let it launch a subsequent program? I.e. replace the YaST process by another program? For background info, see https://bugzilla.novell.com/show_bug.cgi?id=310476#c4 Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany AG Nuernberg, HRB 16746, GF: Markus Rex -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Wed, Sep 19, 2007 at 02:50:54PM +0200, Johannes Meixner wrote:
Hello,
is it possible (with YCP) to finish a YaST module but let it launch a subsequent program? I.e. replace the YaST process by another program?
No, we have no "exec", but you can run it in the background and then exit YaST.
For background info, see https://bugzilla.novell.com/show_bug.cgi?id=310476#c4
-- Martin Vidner, YaST developer, coreutils pyrotechnician I=${1//*/'\\\\'};watch -n1 'I=(\\\\ \| / -);i=$((`date +%s`%4)) echo -e "111lllll1111\n11lllllll__o\n__lllllll'\''I_"|sed " s,l,${I[$i]},g;s,I,'"$I"',;s,1, ,g"'${1+|rev}
Hello, On Sep 19 15:34 Martin Vidner wrote (shortened):
On Wed, Sep 19, 2007 at 02:50:54PM +0200, Johannes Meixner wrote:
is it possible (with YCP) to finish a YaST module but let it launch a subsequent program? I.e. replace the YaST process by another program?
No, we have no "exec", but you can run it in the background and then exit YaST.
I prefer to have the YaST module finished before a different setup tool starts. I think I will try to do the launch-new-process-magic in a bash script and run it before I finish the YaST module. Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany AG Nuernberg, HRB 16746, GF: Markus Rex -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (2)
-
Johannes Meixner
-
Martin Vidner