r4357 - trunk/src/target/opkg/libopkg

thomas at sita.openmoko.org thomas at sita.openmoko.org
Mon Apr 14 16:38:25 CEST 2008


Author: thomas
Date: 2008-04-14 16:38:13 +0200 (Mon, 14 Apr 2008)
New Revision: 4357

Modified:
   trunk/src/target/opkg/libopkg/conffile.c
   trunk/src/target/opkg/libopkg/conffile.h
   trunk/src/target/opkg/libopkg/conffile_list.c
   trunk/src/target/opkg/libopkg/conffile_list.h
   trunk/src/target/opkg/libopkg/libopkg.c
   trunk/src/target/opkg/libopkg/libopkg.h
   trunk/src/target/opkg/libopkg/nv_pair.c
   trunk/src/target/opkg/libopkg/nv_pair.h
   trunk/src/target/opkg/libopkg/nv_pair_list.c
   trunk/src/target/opkg/libopkg/nv_pair_list.h
   trunk/src/target/opkg/libopkg/opkg_cmd.c
   trunk/src/target/opkg/libopkg/opkg_cmd.h
   trunk/src/target/opkg/libopkg/opkg_conf.c
   trunk/src/target/opkg/libopkg/opkg_conf.h
   trunk/src/target/opkg/libopkg/opkg_configure.c
   trunk/src/target/opkg/libopkg/opkg_configure.h
   trunk/src/target/opkg/libopkg/opkg_download.c
   trunk/src/target/opkg/libopkg/opkg_download.h
   trunk/src/target/opkg/libopkg/opkg_install.c
   trunk/src/target/opkg/libopkg/opkg_install.h
   trunk/src/target/opkg/libopkg/opkg_message.c
   trunk/src/target/opkg/libopkg/opkg_message.h
   trunk/src/target/opkg/libopkg/opkg_remove.c
   trunk/src/target/opkg/libopkg/opkg_remove.h
   trunk/src/target/opkg/libopkg/opkg_upgrade.c
   trunk/src/target/opkg/libopkg/opkg_upgrade.h
   trunk/src/target/opkg/libopkg/opkg_utils.c
   trunk/src/target/opkg/libopkg/opkg_utils.h
   trunk/src/target/opkg/libopkg/pkg.c
   trunk/src/target/opkg/libopkg/pkg.h
   trunk/src/target/opkg/libopkg/pkg_depends.c
   trunk/src/target/opkg/libopkg/pkg_depends.h
   trunk/src/target/opkg/libopkg/pkg_dest.c
   trunk/src/target/opkg/libopkg/pkg_dest.h
   trunk/src/target/opkg/libopkg/pkg_dest_list.c
   trunk/src/target/opkg/libopkg/pkg_dest_list.h
   trunk/src/target/opkg/libopkg/pkg_extract.c
   trunk/src/target/opkg/libopkg/pkg_extract.h
   trunk/src/target/opkg/libopkg/pkg_hash.c
   trunk/src/target/opkg/libopkg/pkg_hash.h
   trunk/src/target/opkg/libopkg/pkg_parse.c
   trunk/src/target/opkg/libopkg/pkg_parse.h
   trunk/src/target/opkg/libopkg/pkg_src.c
   trunk/src/target/opkg/libopkg/pkg_src.h
   trunk/src/target/opkg/libopkg/pkg_src_list.c
   trunk/src/target/opkg/libopkg/pkg_src_list.h
   trunk/src/target/opkg/libopkg/pkg_vec.c
   trunk/src/target/opkg/libopkg/pkg_vec.h
   trunk/src/target/opkg/libopkg/str_list.c
   trunk/src/target/opkg/libopkg/str_list.h
   trunk/src/target/opkg/libopkg/str_util.c
   trunk/src/target/opkg/libopkg/str_util.h
   trunk/src/target/opkg/libopkg/user.c
   trunk/src/target/opkg/libopkg/user.h
   trunk/src/target/opkg/libopkg/void_list.c
   trunk/src/target/opkg/libopkg/void_list.h
Log:
opkg: 's/itsy/opkg/'


Modified: trunk/src/target/opkg/libopkg/conffile.c
===================================================================
--- trunk/src/target/opkg/libopkg/conffile.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/conffile.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* conffile.c - the itsy package management system
+/* conffile.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/conffile.h
===================================================================
--- trunk/src/target/opkg/libopkg/conffile.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/conffile.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* conffile.h - the itsy package management system
+/* conffile.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/conffile_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/conffile_list.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/conffile_list.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* conffile_list.c - the itsy package management system
+/* conffile_list.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/conffile_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/conffile_list.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/conffile_list.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* conffile_list.h - the itsy package management system
+/* conffile_list.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/libopkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/libopkg.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/libopkg.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkglib.c - the itsy package management system
+/* opkglib.c - the opkg package management system
 
    Florina Boor
 

Modified: trunk/src/target/opkg/libopkg/libopkg.h
===================================================================
--- trunk/src/target/opkg/libopkg/libopkg.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/libopkg.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkglib.h - the itsy package management system
+/* opkglib.h - the opkg package management system
 
    Florian Boor <florian.boor at kernelconcepts.de>
 

Modified: trunk/src/target/opkg/libopkg/nv_pair.c
===================================================================
--- trunk/src/target/opkg/libopkg/nv_pair.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/nv_pair.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* nv_pair.c - the itsy package management system
+/* nv_pair.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/nv_pair.h
===================================================================
--- trunk/src/target/opkg/libopkg/nv_pair.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/nv_pair.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* nv_pair.h - the itsy package management system
+/* nv_pair.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/nv_pair_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/nv_pair_list.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/nv_pair_list.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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
 

Modified: trunk/src/target/opkg/libopkg/nv_pair_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/nv_pair_list.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/nv_pair_list.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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
 

Modified: trunk/src/target/opkg/libopkg/opkg_cmd.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_cmd.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_cmd.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_cmd.c - the itsy package management system
+/* opkg_cmd.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_cmd.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_cmd.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_cmd.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_cmd.h - the itsy package management system
+/* opkg_cmd.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_conf.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_conf.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_conf.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_conf.c - the itsy package management system
+/* opkg_conf.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_conf.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_conf.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_conf.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_conf.h - the itsy package management system
+/* opkg_conf.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_configure.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_configure.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_configure.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_configure.c - the itsy package management system
+/* opkg_configure.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_configure.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_configure.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_configure.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_configure.h - the itsy package management system
+/* opkg_configure.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_download.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_download.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_download.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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
 

Modified: trunk/src/target/opkg/libopkg/opkg_download.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_download.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_download.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_download.h - the itsy package management system
+/* opkg_download.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_install.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_install.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_install.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_install.c - the itsy package management system
+/* opkg_install.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_install.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_install.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_install.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_install.h - the itsy package management system
+/* opkg_install.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_message.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_message.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_message.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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 at grinta.net>
 

Modified: trunk/src/target/opkg/libopkg/opkg_message.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_message.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_message.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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 at grinta.net>
 

Modified: trunk/src/target/opkg/libopkg/opkg_remove.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_remove.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_remove.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_remove.c - the itsy package management system
+/* opkg_remove.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_remove.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_remove.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_remove.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_remove.h - the itsy package management system
+/* opkg_remove.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/opkg_upgrade.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_upgrade.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_upgrade.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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

Modified: trunk/src/target/opkg/libopkg/opkg_upgrade.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_upgrade.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_upgrade.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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 at grinta.net>
 

Modified: trunk/src/target/opkg/libopkg/opkg_utils.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_utils.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_utils.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_utils.c - the itsy package management system
+/* opkg_utils.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/opkg_utils.h
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_utils.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/opkg_utils.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_utils.h - the itsy package management system
+/* opkg_utils.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg.c - the itsy package management system
+/* pkg.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg.h - the itsy package management system
+/* pkg.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_depends.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_depends.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_depends.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_depends.c - the itsy package management system
+/* pkg_depends.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_depends.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_depends.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_depends.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_depends.h - the itsy package management system
+/* pkg_depends.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_dest.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_dest.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_dest.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_dest.c - the itsy package management system
+/* pkg_dest.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_dest.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_dest.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_dest.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_dest.h - the itsy package management system
+/* pkg_dest.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_dest_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_dest_list.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_dest_list.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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
 

Modified: trunk/src/target/opkg/libopkg/pkg_dest_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_dest_list.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_dest_list.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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
 

Modified: trunk/src/target/opkg/libopkg/pkg_extract.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_extract.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_extract.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_extract.c - the itsy package management system
+/* pkg_extract.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_extract.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_extract.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_extract.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_extract.c - the itsy package management system
+/* pkg_extract.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_hash.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_hash.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_hash.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* opkg_hash.c - the itsy package management system
+/* opkg_hash.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_hash.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_hash.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_hash.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_hash.h - the itsy package management system
+/* pkg_hash.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_parse.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_parse.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_parse.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_parse.c - the itsy package management system
+/* pkg_parse.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_parse.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_parse.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_parse.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_parse.h - the itsy package management system
+/* pkg_parse.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_src.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_src.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_src.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_src.c - the itsy package management system
+/* pkg_src.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_src.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_src.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_src.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_src.h - the itsy package management system
+/* pkg_src.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/pkg_src_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_src_list.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_src_list.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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
 

Modified: trunk/src/target/opkg/libopkg/pkg_src_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_src_list.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_src_list.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -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
 

Modified: trunk/src/target/opkg/libopkg/pkg_vec.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_vec.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_vec.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_vec.c - the itsy package management system
+/* pkg_vec.c - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/pkg_vec.h
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_vec.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/pkg_vec.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* pkg_vec.h - the itsy package management system
+/* pkg_vec.h - the opkg package management system
 
    Steven M. Ayer
    

Modified: trunk/src/target/opkg/libopkg/str_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/str_list.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/str_list.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* str_list.c - the itsy package management system
+/* str_list.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/str_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/str_list.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/str_list.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* str_list.h - the itsy package management system
+/* str_list.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/str_util.c
===================================================================
--- trunk/src/target/opkg/libopkg/str_util.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/str_util.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* str_utils.c - the itsy package management system
+/* str_utils.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/str_util.h
===================================================================
--- trunk/src/target/opkg/libopkg/str_util.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/str_util.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* str_utils.h - the itsy package management system
+/* str_utils.h - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/user.c
===================================================================
--- trunk/src/target/opkg/libopkg/user.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/user.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* user.c - the itsy package management system
+/* user.c - the opkg package management system
 
    Jamey Hicks
 

Modified: trunk/src/target/opkg/libopkg/user.h
===================================================================
--- trunk/src/target/opkg/libopkg/user.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/user.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* user.c - the itsy package management system
+/* user.c - the opkg package management system
 
    Jamey Hicks
 

Modified: trunk/src/target/opkg/libopkg/void_list.c
===================================================================
--- trunk/src/target/opkg/libopkg/void_list.c	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/void_list.c	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* void_list.c - the itsy package management system
+/* void_list.c - the opkg package management system
 
    Carl D. Worth
 

Modified: trunk/src/target/opkg/libopkg/void_list.h
===================================================================
--- trunk/src/target/opkg/libopkg/void_list.h	2008-04-14 11:39:35 UTC (rev 4356)
+++ trunk/src/target/opkg/libopkg/void_list.h	2008-04-14 14:38:13 UTC (rev 4357)
@@ -1,4 +1,4 @@
-/* void_list.h - the itsy package management system
+/* void_list.h - the opkg package management system
 
    Carl D. Worth
 





More information about the commitlog mailing list