Author: glen                         Date: Thu Jul 28 22:10:28 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- detect PLD distro

---- Files affected:
SOURCES:
   initng-PLD.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/initng-PLD.patch
diff -u /dev/null SOURCES/initng-PLD.patch:1.1
--- /dev/null   Fri Jul 29 00:10:28 2005
+++ SOURCES/initng-PLD.patch    Fri Jul 29 00:10:23 2005
@@ -0,0 +1,11 @@
+--- ./tools/install_service.c~ 2005-07-29 00:53:24.000000000 +0300
++++ ./tools/install_service.c  2005-07-29 00:53:26.000000000 +0300
+@@ -49,6 +49,8 @@
+         return ("gentoo");
+     if (is_file("/etc/fedora-release"))
+         return ("fedora");
++      if (is_file("/etc/pld-release"))
++              return ("pld");
+     return (NULL);
+ }
+ 
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to