[yast-commit] r56545 - in /branches/SuSE-SLE-10-SP2-Branch/vm: VERSION package/yast2-vm.changes src/vm_finish.ycp
Author: charlesa Date: Wed Apr 1 17:01:57 2009 New Revision: 56545 URL: http://svn.opensuse.org/viewcvs/yast?rev=56545&view=rev Log: bnc#488598 - chkconfig and insserv fail on init scripts that depend on /etc/init.d/boot.clock in Xen domU Modified: branches/SuSE-SLE-10-SP2-Branch/vm/VERSION branches/SuSE-SLE-10-SP2-Branch/vm/package/yast2-vm.changes branches/SuSE-SLE-10-SP2-Branch/vm/src/vm_finish.ycp Modified: branches/SuSE-SLE-10-SP2-Branch/vm/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/vm/VERSION?rev=56545&r1=56544&r2=56545&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP2-Branch/vm/VERSION (original) +++ branches/SuSE-SLE-10-SP2-Branch/vm/VERSION Wed Apr 1 17:01:57 2009 @@ -1 +1 @@ -2.13.78 +2.13.79 Modified: branches/SuSE-SLE-10-SP2-Branch/vm/package/yast2-vm.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/vm/package/yast2-vm.changes?rev=56545&r1=56544&r2=56545&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP2-Branch/vm/package/yast2-vm.changes (original) +++ branches/SuSE-SLE-10-SP2-Branch/vm/package/yast2-vm.changes Wed Apr 1 17:01:57 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Apr 1 08:59:31 MDT 2009 - carnold@novell.com + +- bnc#488598 - chkconfig and insserv fail on init scripts that + depend on /etc/init.d/boot.clock in Xen domU + +------------------------------------------------------------------- Thu Apr 3 15:06:18 MDT 2008 - carnold@novell.com - bnc#375482 - Xen networking does not work with the firewall Modified: branches/SuSE-SLE-10-SP2-Branch/vm/src/vm_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/vm/src/vm_finish.ycp?rev=56545&r1=56544&r2=56545&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP2-Branch/vm/src/vm_finish.ycp (original) +++ branches/SuSE-SLE-10-SP2-Branch/vm/src/vm_finish.ycp Wed Apr 1 17:01:57 2009 @@ -89,15 +89,6 @@ } ); - // these services need force option to disable them - list<string> disable_services_force = ["boot.clock"]; - y2milestone("disabling services (forced): %1", disable_services_force); - foreach(string s, disable_services_force, { - integer disabled = (integer) SCR::Execute(.target.bash, sformat("/sbin/insserv -r -f %1", s)); - y2milestone("insserv-force: service %1 disabled: %2", s, (disabled == 0) ? true : false); - } - ); - // We no longer need to do remove these entries now that we use xvc //SCR::Execute(.target.bash, "/bin/sed -i 's/.*mingetty tty[2-9]$//' /etc/inittab"); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
charlesa@svn.opensuse.org