Magellan Linux

Diff of /trunk/virtualbox/virtualbox-config.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 130 by niro, Sat Apr 14 14:10:48 2007 UTC revision 131 by niro, Sat Apr 14 14:54:32 2007 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /root/magellan-cvs/src/virtualbox/virtualbox-config.sh,v 1.3 2007-04-14 14:10:48 niro Exp $  # $Header: /root/magellan-cvs/src/virtualbox/virtualbox-config.sh,v 1.4 2007-04-14 14:54:32 niro Exp $
3  # Configures virtualbox for Magellan-Linux  # Configures virtualbox for Magellan-Linux
4    
5  LIBDIR=/usr/lib  LIBDIR=/usr/lib
# Line 52  depmod -ae Line 52  depmod -ae
52  if [[ -x $(which udevcontrol) ]]  if [[ -x $(which udevcontrol) ]]
53  then  then
54   mecho "Reloading udev configuration ..."   mecho "Reloading udev configuration ..."
55   $(which udevcontrol) reload_config   $(which udevcontrol) reload_rules
56  fi  fi
57    
58  # load the module  # load the module

Legend:
Removed from v.130  
changed lines
  Added in v.131