SOURCES: initng-no-spying.patch (NEW) - disable user counting
glen
glen at pld-linux.org
Wed Jan 18 23:32:54 CET 2006
Author: glen Date: Wed Jan 18 22:32:54 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- disable user counting
---- Files affected:
SOURCES:
initng-no-spying.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/initng-no-spying.patch
diff -u /dev/null SOURCES/initng-no-spying.patch:1.1
--- /dev/null Wed Jan 18 23:32:54 2006
+++ SOURCES/initng-no-spying.patch Wed Jan 18 23:32:49 2006
@@ -0,0 +1,16 @@
+three things:
+1. we don't want builder being counted
+2. it's illegal in some countries to send information anywhere without asking the user
+3. pld builders shouldn't do any network traffic
+
+--- initng-0.5.2/Makefile.am~ 2006-01-14 11:29:46.000000000 +0200
++++ initng-0.5.2/Makefile.am 2006-01-19 00:28:40.000000000 +0200
+@@ -27,7 +27,7 @@
+ @echo "# /sbin/ngc -c"
+ @echo
+ @echo
+- ./count_me.sh
++ #./count_me.sh
+
+ initng-paths.h: $(top_builddir)/config.status
+ @echo '#ifndef INITNG_INITNG_PATHS_H' >$@
================================================================
More information about the pld-cvs-commit
mailing list