diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
| commit | 5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch) | |
| tree | 45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/initscripts/initscripts_1.0.bb | |
| parent | 42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff) | |
| download | poky-5fb35ca11147ed30c619cf93e19331fd835f3da9.tar.gz | |
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/initscripts/initscripts_1.0.bb')
| -rw-r--r-- | openembedded/packages/initscripts/initscripts_1.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/initscripts/initscripts_1.0.bb b/openembedded/packages/initscripts/initscripts_1.0.bb index c5332f23cf..4e11097f89 100644 --- a/openembedded/packages/initscripts/initscripts_1.0.bb +++ b/openembedded/packages/initscripts/initscripts_1.0.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "makedevs" | |||
| 6 | DEPENDS_openzaurus = "makedevs virtual/kernel" | 6 | DEPENDS_openzaurus = "makedevs virtual/kernel" |
| 7 | RDEPENDS = "makedevs" | 7 | RDEPENDS = "makedevs" |
| 8 | LICENSE = "GPL" | 8 | LICENSE = "GPL" |
| 9 | PR = "r59" | 9 | PR = "r67" |
| 10 | 10 | ||
| 11 | SRC_URI = "file://halt \ | 11 | SRC_URI = "file://halt \ |
| 12 | file://ramdisk \ | 12 | file://ramdisk \ |
| @@ -128,12 +128,14 @@ do_install () { | |||
| 128 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rc6.d/S30urandom | 128 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rc6.d/S30urandom |
| 129 | ln -sf ../init.d/umountnfs.sh ${D}${sysconfdir}/rc6.d/S31umountnfs.sh | 129 | ln -sf ../init.d/umountnfs.sh ${D}${sysconfdir}/rc6.d/S31umountnfs.sh |
| 130 | # ln -sf ../init.d/umountfs ${D}${sysconfdir}/rc6.d/S40umountfs | 130 | # ln -sf ../init.d/umountfs ${D}${sysconfdir}/rc6.d/S40umountfs |
| 131 | # udev will run at S55 if installed | ||
| 131 | ln -sf ../init.d/ramdisk ${D}${sysconfdir}/rcS.d/S30ramdisk | 132 | ln -sf ../init.d/ramdisk ${D}${sysconfdir}/rcS.d/S30ramdisk |
| 132 | ln -sf ../init.d/reboot ${D}${sysconfdir}/rc6.d/S90reboot | 133 | ln -sf ../init.d/reboot ${D}${sysconfdir}/rc6.d/S90reboot |
| 133 | ln -sf ../init.d/sendsigs ${D}${sysconfdir}/rc0.d/S20sendsigs | 134 | ln -sf ../init.d/sendsigs ${D}${sysconfdir}/rc0.d/S20sendsigs |
| 134 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rc0.d/S30urandom | 135 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rc0.d/S30urandom |
| 135 | ln -sf ../init.d/umountnfs.sh ${D}${sysconfdir}/rc0.d/S31umountnfs.sh | 136 | ln -sf ../init.d/umountnfs.sh ${D}${sysconfdir}/rc0.d/S31umountnfs.sh |
| 136 | # ln -sf ../init.d/umountfs ${D}${sysconfdir}/rc0.d/S40umountfs | 137 | # ln -sf ../init.d/umountfs ${D}${sysconfdir}/rc0.d/S40umountfs |
| 138 | # udev will run at S55 if installed | ||
| 137 | ln -sf ../init.d/halt ${D}${sysconfdir}/rc0.d/S90halt | 139 | ln -sf ../init.d/halt ${D}${sysconfdir}/rc0.d/S90halt |
| 138 | ln -sf ../init.d/banner ${D}${sysconfdir}/rcS.d/S02banner | 140 | ln -sf ../init.d/banner ${D}${sysconfdir}/rcS.d/S02banner |
| 139 | ln -sf ../init.d/checkroot.sh ${D}${sysconfdir}/rcS.d/S10checkroot.sh | 141 | ln -sf ../init.d/checkroot.sh ${D}${sysconfdir}/rcS.d/S10checkroot.sh |
