From a3e2ad3d85f954e66431bd52edced2a013a36446 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 30 Apr 2004 10:13:57 +0000 Subject: - Launch MandrakeUpdate with the --no-confirmation flag, to avoid the "check that the network is currently running" message - Create the .MdkOnline directory in the user's (presumably root's) $HOME --- applet/mdkapplet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applet') diff --git a/applet/mdkapplet b/applet/mdkapplet index 033a782b..18728f47 100755 --- a/applet/mdkapplet +++ b/applet/mdkapplet @@ -145,7 +145,7 @@ sub confNetwork { system("/usr/sbin/net_monitor" . "&") } sub launchUpdate { - system("/usr/sbin/MandrakeUpdate" . "&"); + system("/usr/sbin/MandrakeUpdate --no-confirmation &"); } sub CheckUpdates { -- cgit v1.2.1