aboutsummaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorPaulo Ricardo Zanoni <pzanoni@mandriva.com>2010-06-15 17:03:45 +0000
committerPaulo Ricardo Zanoni <pzanoni@mandriva.com>2010-06-15 17:03:45 +0000
commit67376d0fb77f2edb7c30bd2abc308d51c741bc36 (patch)
tree8dede86675a862b0b253abf25d59b68ebb7e7c32 /sbin
parent1ada426a44ef6cd4a792da8d69afb9519035c7fd (diff)
downloadcommon-data-67376d0fb77f2edb7c30bd2abc308d51c741bc36.tar
common-data-67376d0fb77f2edb7c30bd2abc308d51c741bc36.tar.gz
common-data-67376d0fb77f2edb7c30bd2abc308d51c741bc36.tar.bz2
common-data-67376d0fb77f2edb7c30bd2abc308d51c741bc36.tar.xz
common-data-67376d0fb77f2edb7c30bd2abc308d51c741bc36.zip
chksession: print "default" instead of "Default" because this is what Xsession
expects CCBUG: 59733
Diffstat (limited to 'sbin')
-rw-r--r--sbin/chksession6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/chksession b/sbin/chksession
index 33f150e..196414f 100644
--- a/sbin/chksession
+++ b/sbin/chksession
@@ -152,14 +152,14 @@ if ($xsession) {
exit (0);
}
-@lf ? print shift @lf, "\n" : print "Default\n"
+@lf ? print shift @lf, "\n" : print "default\n"
if $first;
if ($list) {
if (@lf) {
- print join(' ', @lf, 'Default', 'failsafe'), "\n";
+ print join(' ', @lf, 'default', 'failsafe'), "\n";
} else {
- print "Default\n";
+ print "default\n";
}
} elsif ($list_order) {
print join(' ', map { "$_=$order{$_}" } @lf), "\n";