diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-01-02 14:36:01 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-01-02 14:36:31 +0100 |
commit | 999832667bcf6cef336d2cb9a3216c885024b3ca (patch) | |
tree | d1cb3f39333c4e0e97b623207857b238598204d4 /lib/MDV/Control_Center.pm | |
parent | 32299f4394d36ef12283e162ad79edec9ba35125 (diff) | |
download | control-center-999832667bcf6cef336d2cb9a3216c885024b3ca.tar control-center-999832667bcf6cef336d2cb9a3216c885024b3ca.tar.gz control-center-999832667bcf6cef336d2cb9a3216c885024b3ca.tar.bz2 control-center-999832667bcf6cef336d2cb9a3216c885024b3ca.tar.xz control-center-999832667bcf6cef336d2cb9a3216c885024b3ca.zip |
adapt to drakboot -> drakautologin split
Diffstat (limited to 'lib/MDV/Control_Center.pm')
-rwxr-xr-x | lib/MDV/Control_Center.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index befbfd8c..110666d9 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -70,7 +70,7 @@ our %programs = "Auto login Config" => { - binary => "drakboot", + binary => "drakautologin", embedded => 1, description => N("Set up autologin to automatically log in"), long_description => N("Enable autologin and select the user to automatically log in"), |