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 /meta/packages/update-rc.d/update-rc.d-0.6 | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.bz2 openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.zip |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/update-rc.d/update-rc.d-0.6')
-rw-r--r-- | meta/packages/update-rc.d/update-rc.d-0.6/copyright.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/update-rc.d/update-rc.d-0.6/copyright.patch b/meta/packages/update-rc.d/update-rc.d-0.6/copyright.patch new file mode 100644 index 0000000000..bfe9cb8181 --- /dev/null +++ b/meta/packages/update-rc.d/update-rc.d-0.6/copyright.patch @@ -0,0 +1,27 @@ +Index: update-rc.d +=================================================================== +RCS file: /cvs/apps/update-rc.d/update-rc.d,v +retrieving revision 1.6 +retrieving revision 1.7 +diff -u -r1.6 -r1.7 +--- update-rc.d/update-rc.d 31 Dec 2004 12:21:40 -0000 1.6 ++++ update-rc.d/update-rc.d 31 Dec 2004 16:39:09 -0000 1.7 +@@ -2,8 +2,17 @@ + # + # update-rc.d Update the links in /etc/rc[0-9S].d/ + # +-# Phil Blundell <pb@handhelds.org> 2003-06-26 ++# (c) 2003, 2004 Phil Blundell <pb@handhelds.org> + # ++# This program is free software; you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 2, or (at your option) ++# any later version. ++# ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. + + initd="/etc/init.d" + etcd="/etc/rc" |