diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/update-rc.d | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/update-rc.d')
3 files changed, 0 insertions, 70 deletions
diff --git a/openembedded/packages/update-rc.d/update-rc.d-0.6/copyright.patch b/openembedded/packages/update-rc.d/update-rc.d-0.6/copyright.patch deleted file mode 100644 index bfe9cb8181..0000000000 --- a/openembedded/packages/update-rc.d/update-rc.d-0.6/copyright.patch +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | Index: update-rc.d | ||
| 2 | =================================================================== | ||
| 3 | RCS file: /cvs/apps/update-rc.d/update-rc.d,v | ||
| 4 | retrieving revision 1.6 | ||
| 5 | retrieving revision 1.7 | ||
| 6 | diff -u -r1.6 -r1.7 | ||
| 7 | --- update-rc.d/update-rc.d 31 Dec 2004 12:21:40 -0000 1.6 | ||
| 8 | +++ update-rc.d/update-rc.d 31 Dec 2004 16:39:09 -0000 1.7 | ||
| 9 | @@ -2,8 +2,17 @@ | ||
| 10 | # | ||
| 11 | # update-rc.d Update the links in /etc/rc[0-9S].d/ | ||
| 12 | # | ||
| 13 | -# Phil Blundell <pb@handhelds.org> 2003-06-26 | ||
| 14 | +# (c) 2003, 2004 Phil Blundell <pb@handhelds.org> | ||
| 15 | # | ||
| 16 | +# This program is free software; you can redistribute it and/or modify | ||
| 17 | +# it under the terms of the GNU General Public License as published by | ||
| 18 | +# the Free Software Foundation; either version 2, or (at your option) | ||
| 19 | +# any later version. | ||
| 20 | +# | ||
| 21 | +# This program is distributed in the hope that it will be useful, | ||
| 22 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 23 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 24 | +# GNU General Public License for more details. | ||
| 25 | |||
| 26 | initd="/etc/init.d" | ||
| 27 | etcd="/etc/rc" | ||
diff --git a/openembedded/packages/update-rc.d/update-rc.d_0.6.bb b/openembedded/packages/update-rc.d/update-rc.d_0.6.bb deleted file mode 100644 index ba2f551371..0000000000 --- a/openembedded/packages/update-rc.d/update-rc.d_0.6.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SECTION = "base" | ||
| 2 | PRIORITY = "standard" | ||
| 3 | DESCRIPTION = "Manage symlinks in /etc/rcN.d" | ||
| 4 | MAINTAINER = "Phil Blundell <pb@handhelds.org>" | ||
| 5 | LICENSE = "GPL" | ||
| 6 | S = "${WORKDIR}/update-rc.d" | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_6 \ | ||
| 10 | file://copyright.patch;patch=1" | ||
| 11 | |||
| 12 | do_compile() { | ||
| 13 | } | ||
| 14 | |||
| 15 | do_stage() { | ||
| 16 | install -m 0755 ${S}/update-rc.d ${STAGING_BINDIR}/ | ||
| 17 | } | ||
| 18 | |||
| 19 | do_install() { | ||
| 20 | install -d ${D}${sbindir} | ||
| 21 | install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d | ||
| 22 | } | ||
diff --git a/openembedded/packages/update-rc.d/update-rc.d_0.7.bb b/openembedded/packages/update-rc.d/update-rc.d_0.7.bb deleted file mode 100644 index ae1cfe83fe..0000000000 --- a/openembedded/packages/update-rc.d/update-rc.d_0.7.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SECTION = "base" | ||
| 2 | PRIORITY = "standard" | ||
| 3 | DESCRIPTION = "Manage symlinks in /etc/rcN.d" | ||
| 4 | MAINTAINER = "Phil Blundell <pb@handhelds.org>" | ||
| 5 | LICENSE = "GPL" | ||
| 6 | S = "${WORKDIR}/update-rc.d" | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7" | ||
| 10 | |||
| 11 | do_compile() { | ||
| 12 | } | ||
| 13 | |||
| 14 | do_stage() { | ||
| 15 | install -m 0755 ${S}/update-rc.d ${STAGING_BINDIR}/ | ||
| 16 | } | ||
| 17 | |||
| 18 | do_install() { | ||
| 19 | install -d ${D}${sbindir} | ||
| 20 | install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d | ||
| 21 | } | ||
