Author: guillem Date: 2006-02-14 05:18:05 +0000 (Tue, 14 Feb 2006) New Revision: 1189
Modified: trunk/libbsd/debian/README.Debian trunk/libbsd/debian/copyright Log: Do not list all functions in the README. Beautify copyright file. Modified: trunk/libbsd/debian/README.Debian =================================================================== --- trunk/libbsd/debian/README.Debian 2006-02-14 05:17:19 UTC (rev 1188) +++ trunk/libbsd/debian/README.Debian 2006-02-14 05:18:05 UTC (rev 1189) @@ -1,17 +1,8 @@ libbsd for Debian ----------------- -This package is a collection of functions missing from glibc which are -nedded for the Debian porting to the FreeBSD kernel. So far the functions -included are: +This package is a collection of functions and definitions missing from glibc +which are nedded for the Debian porting to the FreeBSD kernel. - * arc4random - * fgetln - * fmtcheck - * inet_net_pton - * md5c - * strlcat - * strlcpy - -- Hector Garcia <[EMAIL PROTECTED]>, Sun, 17 Jul 2005 16:17:35 +0200 Modified: trunk/libbsd/debian/copyright =================================================================== --- trunk/libbsd/debian/copyright 2006-02-14 05:17:19 UTC (rev 1188) +++ trunk/libbsd/debian/copyright 2006-02-14 05:18:05 UTC (rev 1189) @@ -1,10 +1,14 @@ This package was debianized by hector Garcia <[EMAIL PROTECTED]> on Sun, 17 Jul 2005 16:17:35 +0200. -It was downloaded from http://www.freebsd.org/ +It was downloaded from: -Copyright Holder: The FreeBSD project. + <http://www.freebsd.org/> +Copyright Holder: + + The FreeBSD project. + License: Redistribution and use in source and binary forms, with or without -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

