Magellan Linux

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

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

revision 3 by niro, Mon Dec 13 22:52:07 2004 UTC revision 931 by niro, Thu Nov 5 12:57:14 2009 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    # $Id$
3    
4  #%rlevels: 6:k  #%rlevels: 6:k
5  #%start:  #%start:
# Line 9  Line 10 
10  #%before:  #%before:
11  #%after:  #%after:
12    
13  source /etc/sysconfig/rc  source /etc/conf.d/rc
14  source $rc_functions  source ${rc_functions}
15    
16  reboot -d -f -i  reboot -d -f -i
17    

Legend:
Removed from v.3  
changed lines
  Added in v.931