Magellan Linux

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

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

branches/unlabeled-1.1.1/magellan-initscripts/etc/rc.d/init.d/reboot revision 2 by niro, Mon Dec 13 22:52:07 2004 UTC trunk/initscripts/sysvinit/rc/reboot revision 1356 by niro, Sat Jun 4 21:05:01 2011 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.2  
changed lines
  Added in v.1356