mirror of
git://git.yoctoproject.org/poky
synced 2026-09-07 08:13:51 +00:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
7 lines
143 B
Bash
7 lines
143 B
Bash
#!/bin/sh
|
|
|
|
# need binary that doesnt do anything, supplied for simpleinit
|
|
# vs sysvinit compatibility for the supplied startup scripts
|
|
|
|
exit 0
|