Changeset 946
- Timestamp:
- 08/06/08 20:04:17 (4 months ago)
- Location:
- trunk/initramfs-tools-tcos
- Files:
-
- 2 modified
-
debian/changelog (modified) (1 diff)
-
xmlrpc/tcosxmlrpc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/initramfs-tools-tcos/debian/changelog
r943 r946 7 7 - Read TCOS SSL vars before reading log file 8 8 * Update Debian testing default kernel to 2.6.25-2-486 9 10 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Wed, 06 Aug 2008 19:49:43 +0200 9 * xmlrpc/tcosxmlrpc.c 10 - Fix typo adding method tcos_tnc in OLD API 11 12 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Wed, 06 Aug 2008 20:03:40 +0200 11 13 12 14 initramfs-tools-tcos (0.89.4) unstable; urgency=low -
trunk/initramfs-tools-tcos/xmlrpc/tcosxmlrpc.c
r920 r946 230 230 "ssss:s", "Tcos, manage rtp params."); 231 231 232 xmlrpc_server_abyss_add_method_w_doc("tcos.tnc", &tcos_ rtp, NULL,232 xmlrpc_server_abyss_add_method_w_doc("tcos.tnc", &tcos_tnc, NULL, 233 233 "sssss:s", "Tcos, net controller params."); 234 234
