From 8b3d9bda98d7cb10fcbcb6a2154bdb8a0d1082d3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 7 Apr 2005 15:24:28 +0000 Subject: net_applet: really allow users to start connection without having to type the root password --- perl-install/network/tools.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm index 8f479a639..8d625bf26 100644 --- a/perl-install/network/tools.pm +++ b/perl-install/network/tools.pm @@ -75,7 +75,7 @@ sub bg_command_as_root { sub user_run_interface_command { my ($command, $intf) = @_; - if (system("usernetctl $intf report") == 0) { + if (system("/usr/sbin/usernetctl $intf report") == 0) { run_program::raw({ detach => 1 }, $command, $intf); } else { bg_command_as_root($command, $intf); -- cgit v1.2.1