bug-buddy r2549 - in trunk: . src



Author: aklapper
Date: Mon Jul 14 19:05:03 2008
New Revision: 2549
URL: http://svn.gnome.org/viewvc/bug-buddy?rev=2549&view=rev

Log:
2008-07-14  Andre Klapper  <a9016009 gmx de>

        * src/distribution.c: Add PLD Linux detection.
	Patch by Marcin Banasiak (#514811).



Modified:
   trunk/ChangeLog
   trunk/src/distribution.c

Modified: trunk/src/distribution.c
==============================================================================
--- trunk/src/distribution.c	(original)
+++ trunk/src/distribution.c	Mon Jul 14 19:05:03 2008
@@ -86,6 +86,7 @@
 	{ "Fedora",        "/etc/fedora-release",     &redhat_phy },
 	{ "Gentoo",        "/etc/gentoo-release",     &redhat_phy },
 	{ "Solaris",       "/etc/release",  	      &redhat_phy },
+	{ "PLD Linux",     "/etc/pld-release",        &redhat_phy },
 	{ "LSB Linux",     "/etc/lsb-release",        &lsb_phy },
 	{ "Debian",        "/etc/debian_version",     &debian_phy },
 	{ "IRIX Freeware", "/bin/hinv",               &irix_phy },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]