Magellan Linux

Contents of /branches/unlabeled-1.1.1/magellan-initscripts/etc/rc.d/init.d/halt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Mon Dec 13 22:52:07 2004 UTC (19 years, 3 months ago) by niro
File size: 208 byte(s)
imported.

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 *