sysvinit: add missing !
authorKoen Kooi <koen@openembedded.org>
Wed, 19 Mar 2008 10:28:34 +0000 (10:28 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 Mar 2008 10:28:34 +0000 (10:28 +0000)
packages/sysvinit/sysvinit_2.86.bb

index 7e9a711..480bc9d 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "System-V like init."
 SECTION = "base"
 LICENSE = "GPL"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r38"
+PR = "r39"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.
@@ -104,7 +104,7 @@ EOF
 }
 
 pkg_postinst_${PN} () {
-#/bin/sh
+#!/bin/sh
 update-alternatives --install ${base_sbindir}/halt halt halt.${PN} 200
 update-alternatives --install ${base_sbindir}/reboot reboot reboot.${PN} 200
 update-alternatives --install ${base_sbindir}/shutdown shutdown shutdown.${PN} 200