Mageia Bugzilla – Attachment 3617 Details for
Bug 8505
Automatically start graphic interface checkbox not checked by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
tidier patch
various.patch (text/plain), 342 bytes, created by
Derek Jennings
on 2013-03-15 20:11:19 CET
(
hide
)
Description:
tidier patch
Filename:
MIME Type:
Creator:
Derek Jennings
Created:
2013-03-15 20:11:19 CET
Size:
342 bytes
patch
obsolete
>--- /usr/lib/libDrakX/Xconfig/various.pm 2013-01-22 11:34:24.000000000 +0000 >+++ various.pm 2013-03-15 09:21:38.000000000 +0000 >@@ -234,7 +234,7 @@ > symlink($t, $d); > } > } else { >- cat_($f) =~ /^id:(\d):initdefault:\s*$/m && $1; >+ readlink("$::prefix/etc/systemd/system/default.target") =~ /runlevel(\d).target/m && $1; > } > } >
--- /usr/lib/libDrakX/Xconfig/various.pm 2013-01-22 11:34:24.000000000 +0000 +++ various.pm 2013-03-15 09:21:38.000000000 +0000 @@ -234,7 +234,7 @@ symlink($t, $d); } } else { - cat_($f) =~ /^id:(\d):initdefault:\s*$/m && $1; + readlink("$::prefix/etc/systemd/system/default.target") =~ /runlevel(\d).target/m && $1; } }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8505
:
3291
|
3616
| 3617 |
3618