summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-15 12:36:53 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-15 12:36:53 +0000
commite645b90e4a4bb89a18c52eb116fb8161552dbfbb (patch)
treeb8887715cd26ff54ca79fa15585d544802a7ddda /move
parent9d7a8440f4e1217a448e21cda0525bbdb8a40fed (diff)
downloaddrakx-e645b90e4a4bb89a18c52eb116fb8161552dbfbb.tar
drakx-e645b90e4a4bb89a18c52eb116fb8161552dbfbb.tar.gz
drakx-e645b90e4a4bb89a18c52eb116fb8161552dbfbb.tar.bz2
drakx-e645b90e4a4bb89a18c52eb116fb8161552dbfbb.tar.xz
drakx-e645b90e4a4bb89a18c52eb116fb8161552dbfbb.zip
misc opt
Diffstat (limited to 'move')
-rw-r--r--move/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index 14a46c9e1..78be2ee53 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -34,7 +34,7 @@ sub init {
#- devfsd needed for devices accessed by old names
fs::mount("none", "/dev", "devfs", 0);
- run_program::rooted('', '/sbin/devfsd', '/dev');
+ run_program::run('/sbin/devfsd', '/dev');
}