diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-03-23 23:32:58 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-03-23 23:32:58 +0000 |
| commit | 7f60e4b4e7d9b45bfe4b76802a2e82bb4edbba9f (patch) | |
| tree | b1ca54365729e3a4ac05c93616beb1207e497873 /openembedded/packages/initscripts/initscripts_1.0.bb | |
| parent | 5d530ad71d08c3ebf127c6844969359c3a06a6ed (diff) | |
| download | poky-7f60e4b4e7d9b45bfe4b76802a2e82bb4edbba9f.tar.gz | |
Sync initscripts with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@331 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/initscripts/initscripts_1.0.bb b/openembedded/packages/initscripts/initscripts_1.0.bb index 4e11097f89..d9b93005f5 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 = "r67" | 9 | PR = "r69" |
| 10 | 10 | ||
| 11 | SRC_URI = "file://halt \ | 11 | SRC_URI = "file://halt \ |
| 12 | file://ramdisk \ | 12 | file://ramdisk \ |
| @@ -127,14 +127,14 @@ do_install () { | |||
| 127 | ln -sf ../init.d/sendsigs ${D}${sysconfdir}/rc6.d/S20sendsigs | 127 | ln -sf ../init.d/sendsigs ${D}${sysconfdir}/rc6.d/S20sendsigs |
| 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 | # udev will run at S55 if installed |
| 132 | ln -sf ../init.d/ramdisk ${D}${sysconfdir}/rcS.d/S30ramdisk | 132 | ln -sf ../init.d/ramdisk ${D}${sysconfdir}/rcS.d/S30ramdisk |
| 133 | ln -sf ../init.d/reboot ${D}${sysconfdir}/rc6.d/S90reboot | 133 | ln -sf ../init.d/reboot ${D}${sysconfdir}/rc6.d/S90reboot |
| 134 | ln -sf ../init.d/sendsigs ${D}${sysconfdir}/rc0.d/S20sendsigs | 134 | ln -sf ../init.d/sendsigs ${D}${sysconfdir}/rc0.d/S20sendsigs |
| 135 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rc0.d/S30urandom | 135 | # ln -sf ../init.d/urandom ${D}${sysconfdir}/rc0.d/S30urandom |
| 136 | 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 |
| 137 | # 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 | 138 | # udev will run at S55 if installed |
| 139 | ln -sf ../init.d/halt ${D}${sysconfdir}/rc0.d/S90halt | 139 | ln -sf ../init.d/halt ${D}${sysconfdir}/rc0.d/S90halt |
| 140 | ln -sf ../init.d/banner ${D}${sysconfdir}/rcS.d/S02banner | 140 | ln -sf ../init.d/banner ${D}${sysconfdir}/rcS.d/S02banner |
