repo.or.cz
/
linux_from_scratch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added man-patch.xml file
[linux_from_scratch.git]
/
bootscripts
/
rc.d
/
init.d
/
halt
blob
da4eb998d192bfb4b0fa785babb93acce1af69b1
1
#!/bin/bash
2
# Begin $rc_base/init.d/halt - Halt Script
3
4
# Written by Gerard Beekmans - gerard@linuxfromscratch.org
5
6
source
/
etc
/
sysconfig
/
rc
7
source
$rc_functions
8
9
halt
-d -f -i -p
10
11
# End $rc_base/init.d/halt
12