initscripts: rename simple shell scripts to *.sh so they are sourced instead of forking

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4642 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-06-13 14:20:37 +00:00
parent b357bf3297
commit 7f5b6f9339
3 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
if ! test -e /etc/.configured; then
> /etc/.configured
fi