Magellan Linux

Annotation of /trunk/initscripts/sysvinit/rc/reboot

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Mon Dec 13 22:52:07 2004 UTC (19 years, 5 months ago) by niro
Original Path: trunk/magellan-initscripts/etc/rc.d/init.d/reboot
File size: 206 byte(s)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

1 niro 2 #!/bin/bash
2    
3     #%rlevels: 6:k
4     #%start:
5     #%stop: 99
6    
7     #deps
8     #%needs:
9     #%before:
10     #%after:
11    
12     source /etc/sysconfig/rc
13     source $rc_functions
14    
15     reboot -d -f -i
16    
17     update_svcstatus $1
18     splash svc_stopped "$(basename $0)" 0

Properties

Name Value
svn:executable *