index
:
buildroot-novena
debian
master
build system for the novena open hardware laptop board
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
device
/
Atmel
/
atngw100
/
target_skeleton
/
etc
/
init.d
/
rcK
blob: 1db1400fa482c9389369b4ec1eb3bb7396ff7a19 (
plain
)
1
2
3
4
5
6
#!/bin/sh echo "Shutting down ..." for k in /etc/init.d/K*; do $k stop done