summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-03-16 11:48:55 +0000
committerDaouda Lo <daouda@mandriva.com>2004-03-16 11:48:55 +0000
commita2605781670262bad06c027631ae30bfca205550 (patch)
treecce24a0e08cdc1122b24b63e18ea78f4d9750ba3 /mdkupdate
parent021b122d5076b434edbf524e709332bef2ff3c63 (diff)
downloadmgaonline-a2605781670262bad06c027631ae30bfca205550.tar
mgaonline-a2605781670262bad06c027631ae30bfca205550.tar.gz
mgaonline-a2605781670262bad06c027631ae30bfca205550.tar.bz2
mgaonline-a2605781670262bad06c027631ae30bfca205550.tar.xz
mgaonline-a2605781670262bad06c027631ae30bfca205550.zip
- need root capabilities
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdkupdate b/mdkupdate
index 8d531354..541aa133 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -31,6 +31,8 @@ use lib qw(/usr/lib/libDrakX);
use common;
BEGIN { unshift @::textdomains, 'mdkupdate' }
+my $in = 'interactive'->vnew('su', 'default');
+
my $logfile = "/var/log/mdkupdate.log";
my $conffile = "/root/.mdkupdate";