Magellan Linux

Diff of /trunk/initscripts/sysvinit/rc/rc

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

revision 50 by niro, Mon Feb 14 22:26:43 2005 UTC revision 71 by niro, Tue Mar 15 19:07:56 2005 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/rc,v 1.4 2005-03-15 19:07:56 niro Exp $
3    
4  source /etc/sysconfig/rc  source /etc/sysconfig/rc
5  source $rc_functions  source $rc_functions
# Line 26  populate_udev() { Line 27  populate_udev() {
27    
28   #same as /dev/.devfsd   #same as /dev/.devfsd
29   touch /dev/.udev   touch /dev/.udev
30    
31   return 0   return 0
32  }  }
33    
# Line 169  then Line 170  then
170   mkdir -p /dev/pts &> /dev/null || \   mkdir -p /dev/pts &> /dev/null || \
171   echo "Could not create /dev/pts !"   echo "Could not create /dev/pts !"
172   fi   fi
173    
174   #now mount devpts   #now mount devpts
175   if [ -d /dev/pts ]   if [ -d /dev/pts ]
176   then   then

Legend:
Removed from v.50  
changed lines
  Added in v.71