mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
add /usr/sbin to default path
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
#min_refresh_delta = 5
|
#min_refresh_delta = 5
|
||||||
|
|
||||||
# default path
|
# default path
|
||||||
#path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
|
#path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin
|
||||||
|
|
||||||
# command executed when pressing F2
|
# command executed when pressing F2
|
||||||
#restart_cmd = /sbin/shutdown -r now
|
#restart_cmd = /sbin/shutdown -r now
|
||||||
|
|||||||
@@ -281,7 +281,7 @@ void config_defaults()
|
|||||||
config.max_password_len = 255;
|
config.max_password_len = 255;
|
||||||
config.mcookie_cmd = strdup("/usr/bin/mcookie");
|
config.mcookie_cmd = strdup("/usr/bin/mcookie");
|
||||||
config.min_refresh_delta = 5;
|
config.min_refresh_delta = 5;
|
||||||
config.path = strdup("/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin");
|
config.path = strdup("/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin");
|
||||||
config.restart_cmd = strdup("/sbin/shutdown -r now");
|
config.restart_cmd = strdup("/sbin/shutdown -r now");
|
||||||
config.save = true;
|
config.save = true;
|
||||||
config.save_file = strdup("/etc/ly/save");
|
config.save_file = strdup("/etc/ly/save");
|
||||||
|
|||||||
Reference in New Issue
Block a user