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 1103 by niro, Wed Jul 14 13:09:00 2010 UTC revision 1104 by niro, Wed Jul 14 14:31:47 2010 UTC
# Line 454  is_older_than() Line 454  is_older_than()
454   return 1   return 1
455  }  }
456    
457  start_devicemanager() { touch /dev/.none; return 0}  start_devicemanager() { touch /dev/.none; return 0; }
458  stop_devicemanager() { return 0; }  stop_devicemanager() { return 0; }

Legend:
Removed from v.1103  
changed lines
  Added in v.1104