summaryrefslogtreecommitdiffstats
path: root/applet
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-04-30 10:13:57 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-04-30 10:13:57 +0000
commita3e2ad3d85f954e66431bd52edced2a013a36446 (patch)
tree8e5339ec3e88b7b37414d069beec36fdace0eb73 /applet
parent3c3d71e9d9a962eb2f508f306c53a21ba9dc0dd6 (diff)
downloadmgaonline-a3e2ad3d85f954e66431bd52edced2a013a36446.tar
mgaonline-a3e2ad3d85f954e66431bd52edced2a013a36446.tar.gz
mgaonline-a3e2ad3d85f954e66431bd52edced2a013a36446.tar.bz2
mgaonline-a3e2ad3d85f954e66431bd52edced2a013a36446.tar.xz
mgaonline-a3e2ad3d85f954e66431bd52edced2a013a36446.zip
- 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
Diffstat (limited to 'applet')
-rwxr-xr-xapplet/mdkapplet2
1 files changed, 1 insertions, 1 deletions
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 {