opkg: 's/itsy/opkg/'
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:07:00 +0000 (05:07 +0000)
committerticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:07:00 +0000 (05:07 +0000)
git-svn-id: http://opkg.googlecode.com/svn/trunk@67 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358

56 files changed:
libopkg/conffile.c
libopkg/conffile.h
libopkg/conffile_list.c
libopkg/conffile_list.h
libopkg/libopkg.c
libopkg/libopkg.h
libopkg/nv_pair.c
libopkg/nv_pair.h
libopkg/nv_pair_list.c
libopkg/nv_pair_list.h
libopkg/opkg_cmd.c
libopkg/opkg_cmd.h
libopkg/opkg_conf.c
libopkg/opkg_conf.h
libopkg/opkg_configure.c
libopkg/opkg_configure.h
libopkg/opkg_download.c
libopkg/opkg_download.h
libopkg/opkg_install.c
libopkg/opkg_install.h
libopkg/opkg_message.c
libopkg/opkg_message.h
libopkg/opkg_remove.c
libopkg/opkg_remove.h
libopkg/opkg_upgrade.c
libopkg/opkg_upgrade.h
libopkg/opkg_utils.c
libopkg/opkg_utils.h
libopkg/pkg.c
libopkg/pkg.h
libopkg/pkg_depends.c
libopkg/pkg_depends.h
libopkg/pkg_dest.c
libopkg/pkg_dest.h
libopkg/pkg_dest_list.c
libopkg/pkg_dest_list.h
libopkg/pkg_extract.c
libopkg/pkg_extract.h
libopkg/pkg_hash.c
libopkg/pkg_hash.h
libopkg/pkg_parse.c
libopkg/pkg_parse.h
libopkg/pkg_src.c
libopkg/pkg_src.h
libopkg/pkg_src_list.c
libopkg/pkg_src_list.h
libopkg/pkg_vec.c
libopkg/pkg_vec.h
libopkg/str_list.c
libopkg/str_list.h
libopkg/str_util.c
libopkg/str_util.h
libopkg/user.c
libopkg/user.h
libopkg/void_list.c
libopkg/void_list.h

index 519ba45fc037ab97a4acdfc79ab3d269357f7765..b93488ea1a33766aa8eb2e1bcf98cd7b083a881b 100644 (file)
@@ -1,4 +1,4 @@
-/* conffile.c - the itsy package management system
+/* conffile.c - the opkg package management system
 
    Carl D. Worth
 
index 6166cc62ef326fd9831f95a5e9d18f02f1ef7c86..68ba3dca785ae13fc72892eddbdff265077fca74 100644 (file)
@@ -1,4 +1,4 @@
-/* conffile.h - the itsy package management system
+/* conffile.h - the opkg package management system
 
    Carl D. Worth
 
index a857de5a8391c7f6326f23b626a5690e2decf2ce..965c3d0fbd600612d52a254240820e56e6bd2e1e 100644 (file)
@@ -1,4 +1,4 @@
-/* conffile_list.c - the itsy package management system
+/* conffile_list.c - the opkg package management system
 
    Carl D. Worth
 
index c1421c1e0d3fc41ad483243f2250578699e230e8..87e093f970bd91e85fdf6a6949838d71d371c62c 100644 (file)
@@ -1,4 +1,4 @@
-/* conffile_list.h - the itsy package management system
+/* conffile_list.h - the opkg package management system
 
    Carl D. Worth
 
index c57838ac3f1b0524da3a6d8d7fa45671e221a1cb..ba1b2e0adb1a0b854b85cf1817fdc4d6f1e15e7f 100644 (file)
@@ -1,4 +1,4 @@
-/* opkglib.c - the itsy package management system
+/* opkglib.c - the opkg package management system
 
    Florina Boor
 
index 5a963bb750759914648cf96cda74d896eda0bd5c..1c83b9802ef779c075f91ba9964a936d6a7bb0bc 100644 (file)
@@ -1,4 +1,4 @@
-/* opkglib.h - the itsy package management system
+/* opkglib.h - the opkg package management system
 
    Florian Boor <florian.boor@kernelconcepts.de>
 
index 3d109bb4c4fdd4aca4bc404ce206994dc21b0a2a..dcbd40f1b11f548eeac9c9c7fa41ee6fc3a19d8e 100644 (file)
@@ -1,4 +1,4 @@
-/* nv_pair.c - the itsy package management system
+/* nv_pair.c - the opkg package management system
 
    Carl D. Worth
 
index 664eab8b6bb773b5915fbc901fab7ab9d07d13d0..72513e415ff9e1a7fadeec7d9d691afa083564f5 100644 (file)
@@ -1,4 +1,4 @@
-/* nv_pair.h - the itsy package management system
+/* nv_pair.h - the opkg package management system
 
    Carl D. Worth
 
index 49d6225a899db2c1949afe7ce0e337cb60134eaa..a3010e2b3b28b6eaff5a72582d5cfc92ed4e02f7 100644 (file)
@@ -1,4 +1,4 @@
-/* nv_pair_list.c - the itsy package management system
+/* nv_pair_list.c - the opkg package management system
 
    Carl D. Worth
 
index 8638dd134df0a1b2dd7b029205fa9327be46e241..0040d712da047910b6ad36115ef881f91b1d6fe7 100644 (file)
@@ -1,4 +1,4 @@
-/* nv_pair_list.h - the itsy package management system
+/* nv_pair_list.h - the opkg package management system
 
    Carl D. Worth
 
index 02e67556e1b856a7caeb87bc09af755f6daedfea..42443a50d6748b9b9a9161bf1d5c1d5c86a40985 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_cmd.c - the itsy package management system
+/* opkg_cmd.c - the opkg package management system
 
    Carl D. Worth
 
index 4a691d9f4327432af4d86482b143fb18c4cd4b1f..b6496c86dc1fdac3acf82551095ea803260d37ef 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_cmd.h - the itsy package management system
+/* opkg_cmd.h - the opkg package management system
 
    Carl D. Worth
 
index 34ca34d904a0fe52671e1d8cc291c4595d8dec39..f5bf3195289e4861321e802e4197580123e4422c 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_conf.c - the itsy package management system
+/* opkg_conf.c - the opkg package management system
 
    Carl D. Worth
 
index b44a7613ed93e365ff5cbf2a21db4f6ef3e18de0..f774b4ace35d964a76979cebc9c453df32b30c17 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_conf.h - the itsy package management system
+/* opkg_conf.h - the opkg package management system
 
    Carl D. Worth
 
index 87e6161367a86dac7660f7a6d0620feb5e086fd4..bc8101542527cced24dfcc17603d2b07924f4c4d 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_configure.c - the itsy package management system
+/* opkg_configure.c - the opkg package management system
 
    Carl D. Worth
 
index f56f0e488afd7c31fa35a6b00b3bc397ad309e80..e3178b8483f68252ce82e198c4727ee117bc6574 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_configure.h - the itsy package management system
+/* opkg_configure.h - the opkg package management system
 
    Carl D. Worth
 
index 4e95fae435e015438840c69efe3b43fe72fcef59..ebbde51d3e8fbe9196e2135f08470929689c0f2f 100644 (file)
@@ -1,5 +1,5 @@
 /* vi: set noexpandtab sw=4 sts=4: */
-/* opkg_download.c - the itsy package management system
+/* opkg_download.c - the opkg package management system
 
    Carl D. Worth
 
index b87838085d5f9940a46c7da7934c279b20b3a187..8b940e7253bef4677c51fadd4881a5a5b2a63d7f 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_download.h - the itsy package management system
+/* opkg_download.h - the opkg package management system
 
    Carl D. Worth
 
index eae72dc7ae8a14db4ecb9840f3f97dc960027f46..6c1822c67db550a04aa63e4aac433a9ee2ef9000 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_install.c - the itsy package management system
+/* opkg_install.c - the opkg package management system
 
    Carl D. Worth
 
index e4d0c081d45a85358a0f39b275d8507a5dbee65d..4bed953c3a7124c1f246d3c22db254c2beb3c1da 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_install.h - the itsy package management system
+/* opkg_install.h - the opkg package management system
 
    Carl D. Worth
 
index a2397c54ed1209bd27b0f486be502c29add1213b..980d6a7b66c8361e7aa094615aa27d9f9964a849 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_message.c - the itsy package management system
+/* opkg_message.c - the opkg package management system
 
    Copyright (C) 2003 Daniele Nicolodi <daniele@grinta.net>
 
index eb9c4de7613c25b52ebeb73ad36de3d1900e3e22..fc6920c3771c021d48873128124a115f4f8654b8 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_message.h - the itsy package management system
+/* opkg_message.h - the opkg package management system
 
    Copyright (C) 2003 Daniele Nicolodi <daniele@grinta.net>
 
index 10f7f440403ac5454ca16c22fd477f7c9a702d85..9288afc551cf6a95ab3a729469d93e5e7e545fa3 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_remove.c - the itsy package management system
+/* opkg_remove.c - the opkg package management system
 
    Carl D. Worth
 
index bc96f3249de78d81e8f5682e0ebb2545e26115ac..d4f234f5186b4c1d7cdd42d515c5510a2363f208 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_remove.h - the itsy package management system
+/* opkg_remove.h - the opkg package management system
 
    Carl D. Worth
 
index c8b3f1925d7ea89034de4bb0b6260686966e1d38..aa770f60cb1df77df86b3bfc877d412aa1ec8eb2 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_upgrade.c - the itsy package management system
+/* opkg_upgrade.c - the opkg package management system
 
    Carl D. Worth
    Copyright (C) 2001 University of Southern California
index 2e08c53a215e31b24c5d98af546599bf40abf7ca..d8e4b6584fb3df44699a607e973bafb68fcb2e37 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_upgrade.c - the itsy package management system
+/* opkg_upgrade.c - the opkg package management system
 
    Copyright (C) 2003 Daniele Nicolodi <daniele@grinta.net>
 
index 3cbedd8e17788d0da938725e8348aeaaaf69064c..de7712e8029a979647317704f495c522e8410663 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_utils.c - the itsy package management system
+/* opkg_utils.c - the opkg package management system
 
    Steven M. Ayer
    
index 4d11316683b38be46620581af115aa058de1c971..c3e90a9ff5d26a2a95850d9a709494bd91dd6d89 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_utils.h - the itsy package management system
+/* opkg_utils.h - the opkg package management system
 
    Steven M. Ayer
    
index aa56b66789a12f791025cae263352d0e1b02a2e4..3038b4bd776cdb4b83ea7dab2d5f43bbf48ba48d 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg.c - the itsy package management system
+/* pkg.c - the opkg package management system
 
    Carl D. Worth
 
index de972b2862d05001cb6f5285ae08d76cee3c992a..02bfa0b16af708c5797efca957e4e98f96fc517c 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg.h - the itsy package management system
+/* pkg.h - the opkg package management system
 
    Carl D. Worth
 
index 63464c0f3bd8c664ec1c22a989f4ea237e391cf8..f6e3827e2429b97cdadf01c9fd2f4ddde89433fc 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_depends.c - the itsy package management system
+/* pkg_depends.c - the opkg package management system
 
    Steven M. Ayer
    
index 87f2e37666dede6030913d26d4c5d0534253888c..462a4db3e2484dfeddedb93f1acb124c67e99f7d 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_depends.h - the itsy package management system
+/* pkg_depends.h - the opkg package management system
 
    Steven M. Ayer
    
index e7825ce40823bba862b0081727f8dc1bcc24afd1..3f9e49388b03186b14c465ce630bba78273266dc 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_dest.c - the itsy package management system
+/* pkg_dest.c - the opkg package management system
 
    Carl D. Worth
 
index ab895f11319cc12dacb5a42b392dd85c65ab2b71..d5d5b3c2830ce2fb9f9ec7c0ea16e0c30bff4cc9 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_dest.h - the itsy package management system
+/* pkg_dest.h - the opkg package management system
 
    Carl D. Worth
 
index 75d0f3d4ada448c5942d08c6c4caca0514307a43..ac693120f858d57fab60be49c4c1dcddfc4af280 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_dest_list.c - the itsy package management system
+/* pkg_dest_list.c - the opkg package management system
 
    Carl D. Worth
 
index a3c1c65a45656ad0495fa83041499dfe0c28d185..76258d3d15793f906f4d65058367dbfe7a08d8c4 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_dest_list.h - the itsy package management system
+/* pkg_dest_list.h - the opkg package management system
 
    Carl D. Worth
 
index 23356eab205edc60489547ae558a844ef70efbba..0649b9440241c3cc1eb0fbb25ce291ca6cfb680d 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_extract.c - the itsy package management system
+/* pkg_extract.c - the opkg package management system
 
    Carl D. Worth
 
index 4c491e845477fcb8b0fcb267d30b85449a93b667..f5be157fbc3365d0d36f6909362c7fd0f176819d 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_extract.c - the itsy package management system
+/* pkg_extract.c - the opkg package management system
 
    Carl D. Worth
 
index 26e77485e2e93dabaf61dbdc2132423dba7612fa..b293195cb1747d111796d7263afbfa139f3c0e4a 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_hash.c - the itsy package management system
+/* opkg_hash.c - the opkg package management system
 
    Steven M. Ayer
    
index 548b1b8e2dc3f0f90f56d7938f46cd7d12fd7e94..6b1473c1b7e3db672ab8458227de7fad3b80bc84 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_hash.h - the itsy package management system
+/* pkg_hash.h - the opkg package management system
 
    Steven M. Ayer
    
index 5acaf5638d09761888163f977c65f35276fa43c1..cd0c6dc90b371777dea802f826c6563b5bec5e88 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_parse.c - the itsy package management system
+/* pkg_parse.c - the opkg package management system
 
    Steven M. Ayer
    
index e6f02fd06d96bdf448eb70ec3cc2f583ee524e79..58e530a14ce5d893f5569eee79e112a2ef275bab 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_parse.h - the itsy package management system
+/* pkg_parse.h - the opkg package management system
 
    Steven M. Ayer
    
index f531af05cf1a98037262d4cc40b6397b61fb343a..ec9c5f29f8abefd44b7a2628c165f366502d1526 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_src.c - the itsy package management system
+/* pkg_src.c - the opkg package management system
 
    Carl D. Worth
 
index 82060a7fdbf944b1a5ebe3e0c0537e704595f3ba..9cedc2ce454609e0c272bb39876474c908f5eae4 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_src.h - the itsy package management system
+/* pkg_src.h - the opkg package management system
 
    Carl D. Worth
 
index 26881ce522aab0b9f2affe2232dee9d6de28c642..4f07ca4be5c1d4d3225861187f0054fcb4c71d38 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_src_list.c - the itsy package management system
+/* pkg_src_list.c - the opkg package management system
 
    Carl D. Worth
 
index 074ff48a2da65151acf81ea622d5ded79afc4cc5..6afd0a16ddacc36c96faa2bdaf300e40174c8de0 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_src_list.h - the itsy package management system
+/* pkg_src_list.h - the opkg package management system
 
    Carl D. Worth
 
index 294571f0f93dd634cc814ea5aa013159b8a14d75..436622a11b38f943cdbbea145148ac30169e079c 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_vec.c - the itsy package management system
+/* pkg_vec.c - the opkg package management system
 
    Steven M. Ayer
    
index 8ebb6b1fb497753973d0ebae85a7dccf80286f5d..a316c5008184a41da1c6bd8e2c75106d12141667 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_vec.h - the itsy package management system
+/* pkg_vec.h - the opkg package management system
 
    Steven M. Ayer
    
index 61697c906f485f072ca653c9ee4ab434febc682f..d6f9209e02171eaebc848bd31c5f347e5e371292 100644 (file)
@@ -1,4 +1,4 @@
-/* str_list.c - the itsy package management system
+/* str_list.c - the opkg package management system
 
    Carl D. Worth
 
index 858ccd9f054c261df80b889cc1765ebac42a7b51..a05d60d79583ddb8ca61dcb064cd69b0cd9d4bff 100644 (file)
@@ -1,4 +1,4 @@
-/* str_list.h - the itsy package management system
+/* str_list.h - the opkg package management system
 
    Carl D. Worth
 
index 1bb888389d60f3f8dd9bc47383adbd08e55c1aee..7e998f280ce80d3b350154f6e23e57f00b3f7912 100644 (file)
@@ -1,4 +1,4 @@
-/* str_utils.c - the itsy package management system
+/* str_utils.c - the opkg package management system
 
    Carl D. Worth
 
index c1acab093f3fe69cbc2da2656121a25aeeefe175..f332681e66ddbb492dc8515fb4a5ee1514e78b44 100644 (file)
@@ -1,4 +1,4 @@
-/* str_utils.h - the itsy package management system
+/* str_utils.h - the opkg package management system
 
    Carl D. Worth
 
index 2467de9958eef51a08381356223011efb5b61db5..af133bac8763f0add2fb0eb4bb3e1ae201863b98 100644 (file)
@@ -1,4 +1,4 @@
-/* user.c - the itsy package management system
+/* user.c - the opkg package management system
 
    Jamey Hicks
 
index a14575bc832d56db1aaea17d4b8ccd361288f588..8d2a0cfce20d9fb5b690ca16d2df7aeca32f90d9 100644 (file)
@@ -1,4 +1,4 @@
-/* user.c - the itsy package management system
+/* user.c - the opkg package management system
 
    Jamey Hicks
 
index 81a51af95eb37a481929e4104dd0b863a1a05b1b..f7490165b3399f5f2eb66143bf3191d114a1b716 100644 (file)
@@ -1,4 +1,4 @@
-/* void_list.c - the itsy package management system
+/* void_list.c - the opkg package management system
 
    Carl D. Worth
 
index 76429050dd4d1de8eae7fa400205a818568bec4b..b2a0f2c250877036a1d1e2f2153c0b52ca3f3e93 100644 (file)
@@ -1,4 +1,4 @@
-/* void_list.h - the itsy package management system
+/* void_list.h - the opkg package management system
 
    Carl D. Worth