Mailinglist Archive: yast-commit (759 mails)

< Previous Next >
[yast-commit] r45435 - in /branches/SuSE-SLE-10-SP1-Branch/country: VERSION package/yast2-country.changes timezone/src/Timezone.ycp
  • From: jsrain@xxxxxxxxxxxxxxxx
  • Date: Thu, 13 Mar 2008 14:43:18 -0000
  • Message-id: <20080313144318.5127D31102@xxxxxxxxxxxxxxxx>
Author: jsrain
Date: Thu Mar 13 15:43:17 2008
New Revision: 45435

URL: http://svn.opensuse.org/viewcvs/yast?rev=45435&view=rev
Log:
fixed path to xset (#348348)


Modified:
branches/SuSE-SLE-10-SP1-Branch/country/VERSION
branches/SuSE-SLE-10-SP1-Branch/country/package/yast2-country.changes
branches/SuSE-SLE-10-SP1-Branch/country/timezone/src/Timezone.ycp

Modified: branches/SuSE-SLE-10-SP1-Branch/country/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/country/VERSION?rev=45435&r1=45434&r2=45435&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/country/VERSION (original)
+++ branches/SuSE-SLE-10-SP1-Branch/country/VERSION Thu Mar 13 15:43:17 2008
@@ -1 +1 @@
-2.13.54
+2.13.54.1

Modified: branches/SuSE-SLE-10-SP1-Branch/country/package/yast2-country.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/country/package/yast2-country.changes?rev=45435&r1=45434&r2=45435&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/country/package/yast2-country.changes
(original)
+++ branches/SuSE-SLE-10-SP1-Branch/country/package/yast2-country.changes Thu
Mar 13 15:43:17 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Mar 13 15:02:15 CET 2008 - jsrain@xxxxxxx
+
+- fixed path to xset (#348348)
+- 2.13.54.1
+
+-------------------------------------------------------------------
Thu Dec 13 14:22:19 CET 2007 - jsuchome@xxxxxxx

- disable DPMS while adapting time (#348348)

Modified: branches/SuSE-SLE-10-SP1-Branch/country/timezone/src/Timezone.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/country/timezone/src/Timezone.ycp?rev=45435&r1=45434&r2=45435&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/country/timezone/src/Timezone.ycp (original)
+++ branches/SuSE-SLE-10-SP1-Branch/country/timezone/src/Timezone.ycp Thu Mar
13 15:43:17 2008
@@ -166,7 +166,7 @@
boolean inst = Stage::initial () || Stage::cont() || Stage::firstboot();
boolean textmode = Language::GetTextMode ();
if (inst && !textmode)
- SCR::Execute ( .target.bash, "/usr/bin/xset -dpms");
+ SCR::Execute ( .target.bash, "/usr/X11R6/bin/xset -dpms");
string cmd = "/usr/sbin/zic -l " + timezone;
y2milestone( "Set cmd %1", cmd );
y2milestone( "Set ret %1", SCR::Execute( .target.bash_output, cmd ));
@@ -177,7 +177,7 @@
y2milestone( "Set ret %1", SCR::Execute(.target.bash_output, cmd ));
}
if (inst && !textmode)
- SCR::Execute ( .target.bash, "/usr/bin/xset +dpms");
+ SCR::Execute ( .target.bash, "/usr/X11R6/bin/xset +dpms");
}

// On first assignment store default timezone.

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages