diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-19 10:28:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-19 10:28:34 +0000 |
commit | eaab57c4afa5ca37d595710cf70c86d229b8dce0 (patch) | |
tree | 91eb5192d86364ccc249fd488b231b3d9d013c62 /packages | |
parent | e86cb9b851fa5faa1ce91a2591e7da37ace8b083 (diff) |
sysvinit: add missing !
Diffstat (limited to 'packages')
-rw-r--r-- | packages/sysvinit/sysvinit_2.86.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sysvinit/sysvinit_2.86.bb b/packages/sysvinit/sysvinit_2.86.bb index 7e9a711f27..480bc9d1ff 100644 --- a/packages/sysvinit/sysvinit_2.86.bb +++ b/packages/sysvinit/sysvinit_2.86.bb @@ -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 |