* at least in initscripts it's consistent now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-#! /bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: devpts
# Required-Start: udev
-#! /bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: halt
# Required-Start:
-#! /bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: reboot
# Required-Start:
-#! /bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: rmnologin
# Required-Start: $remote_fs $all
-#! /bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: save-rtc
# Required-Start:
-#! /bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: sendsigs
# Required-Start:
-#! /bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: single
# Required-Start: $local_fs $all killprocs
-#! /bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: umountfs
# Required-Start:
-#! /bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: urandom
# Required-Start: $local_fs mountvirtfs
SECTION = "base"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-PR = "r128"
+PR = "r129"
INHIBIT_DEFAULT_DEPS = "1"