diff options
-rw-r--r-- | move/move.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index 598509d66..190227b8b 100644 --- a/move/move.pm +++ b/move/move.pm @@ -3,6 +3,7 @@ package move; # $Id$ $ use diagnostics; use strict; +use modules; use common; use fs; use run_program; @@ -38,6 +39,8 @@ sub init { #- devfsd needed for devices accessed by old names fs::mount("none", "/dev", "devfs", 0); run_program::run('/sbin/devfsd', '/dev'); + + modules::load_category->('multimedia/sound'); } |