* Martin Vidner <[email protected]> [Oct 07. 2009 10:05]: > ref: refs/heads/master > commit 9c6d3168615f5ac7e82224cc9ba414cee5bd0a07 > Author: Martin Vidner <[email protected]> > Date: Wed Oct 7 09:54:01 2009 +0200 > > Really use /var/lib/yastws > > spec matters, but so does the code > I have used Testdrive to test this. > --- > plugins/basesystem/app/models/basesystem.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/plugins/basesystem/app/models/basesystem.rb > b/plugins/basesystem/app/models/basesystem.rb > index 99811a2..c910978 100644 > --- a/plugins/basesystem/app/models/basesystem.rb > +++ b/plugins/basesystem/app/models/basesystem.rb > @@ -13,7 +13,7 @@ class Basesystem > # path to file which defines module queue > BASESYSTEM_CONF = :basesystem > # path to file which store module then is next in queue or END_STRING if > all steps is done > - FINISH_FILE = File.join("/var","yastws","basesystem","finish") > + FINISH_FILE = File.join("/var","lib","yastws","basesystem","finish")
Please move the /var/lib/yastws prefix to the configuration of the yast2-webservice package and pick it up from there. Klaus --- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
