Magellan Linux

Contents of /branches/init-0_3_3-r1/magellan-initscripts/etc/rc.d/init.d/halt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (show annotations) (download)
Tue Dec 14 01:17:23 2004 UTC (19 years, 6 months ago) by (unknown author)
File size: 208 byte(s)
This commit was manufactured by cvs2svn to create branch
'init-0_3_3-r1'.
1 #!/bin/bash
2
3 #%rlevels: 0: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 halt -d -f -i -p
16
17 update_svcstatus $1
18 splash svc_stopped "$(basename $0)" 0

Properties

Name Value
svn:executable *