* Martin Vidner <mvidner@suse.cz> [Oct 07. 2009 10:05]:
ref: refs/heads/master commit 9c6d3168615f5ac7e82224cc9ba414cee5bd0a07 Author: Martin Vidner <mvidner@suse.cz> 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: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org