Magellan Linux

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

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

revision 2057 by niro, Wed Jan 30 13:41:46 2013 UTC revision 2058 by niro, Wed Jan 30 13:43:16 2013 UTC
# Line 145  fi Line 145  fi
145  if [[ -x $(type -P udevadm) ]]  if [[ -x $(type -P udevadm) ]]
146  then  then
147   mecho "Reloading udev configuration ..."   mecho "Reloading udev configuration ..."
148   udevadm control --reload-rules   if [ -x /usr/lib/systemd/systemd-udevd ]
149     then
150     udevadm control --reload
151     else
152     udevadm control --reload-rules
153     fi
154  fi  fi
155    
156  # load the module  # load the module

Legend:
Removed from v.2057  
changed lines
  Added in v.2058