Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/functions

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

revision 1093 by niro, Wed Jul 14 13:07:30 2010 UTC revision 1094 by niro, Wed Jul 14 13:09:00 2010 UTC
# Line 453  is_older_than() Line 453  is_older_than()
453    
454   return 1   return 1
455  }  }
456    
457    start_devicemanager() { touch /dev/.none; return 0}
458    stop_devicemanager() { return 0; }

Legend:
Removed from v.1093  
changed lines
  Added in v.1094