summaryrefslogtreecommitdiffstats
path: root/wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper')
-rw-r--r--wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/wrapper b/wrapper
index 56627542..de74b977 100644
--- a/wrapper
+++ b/wrapper
@@ -28,7 +28,7 @@ use lib qw(/usr/lib/libDrakX);
use common;
if (check_for_xserver()) {
- exec ("/usr/bin/pkexec", "/usr/libexec/drakconf", @ARGV);
+ system("/usr/bin/pkexec", "/usr/libexec/drakconf", @ARGV);
} else {
- exec ("/usr/bin/pkexec", "/usr/libexec/drakxconf", @ARGV);
+ system("/usr/bin/pkexec", "/usr/libexec/drakxconf", @ARGV);
}