Integrate revision 11249

Debian Policy dictates that /etc/init.d/*.sh scripts must work properly
when sourced.  The following additional rules apply:
* /etc/init.d/*.sh scripts must not rely for their correct functioning
  on their being sourced rather than executed.  That is, they must work
  properly when executed too. They must include "#!/bin/sh" at the top.
  This is useful when running scripts in parallel.
This commit is contained in:
vpj-cd 2010-01-06 07:52:21 +00:00
parent a5ab0b6681
commit 8f35bbd5e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/sh
#
### BEGIN INIT INFO