From 76a52b0646256b1efbb7af9260057e9e6471fd25 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 15 Oct 2003 13:33:26 +0000 Subject: load sound modules --- move/move.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'move') 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'); } -- cgit v1.2.1