summarylogtreecommitdiffstats
path: root/build.patch
blob: 8b0af020fe6846bc3f1a503ee444d6b18b3573e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
diff -ur netcount-0.8i/Makefile netcount-0.8i.my/Makefile
--- netcount-0.8i/Makefile	2004-12-29 13:26:11.000000000 +0000
+++ netcount-0.8i.my/Makefile	2011-02-22 17:51:57.000000000 +0000
@@ -280,23 +280,23 @@
 ####### GENTOO
    else
     ifeq ($(DIST), gentoo)
-$(IP_UP_GENTOO): netcount-ip-up-local
-      ./add-script.sh $< $@ netcount
-      chmod +x $@
+#$(IP_UP_GENTOO): netcount-ip-up-local
+#	./add-script.sh $< $@ netcount
+#	chmod +x $@
 
-$(IP_DOWN_GENTOO): netcount-ip-down-local
-      ./add-script.sh $< $@ netcount
-      chmod +x $@
+#$(IP_DOWN_GENTOO): netcount-ip-down-local
+#	./add-script.sh $< $@ netcount
+#	chmod +x $@
 
-$(INIT_GENTOO): netcount-init
-      ./add-script.sh $< $@ netcount
-      chmod +x $@
+#$(INIT_GENTOO): netcount-init
+#	./add-script.sh $< $@ netcount
+#	chmod +x $@
 
 dist-objects = $(RCRONDIR)/netcount $(IP_UP_GENTOO) $(IP_DOWN_GENTOO) \
       $(INIT_GENTOO)
 
 uninstall:
-      rm -f $(RCRONDIR)/netcount $(common-objects)
+	rm -f $(RCRONDIR)/netcount $(common-objects)
 	for i in $(IP_UP_GENTOO) $(IP_DOWN_GENTOO) $(INIT_GENTOO); do\
 	  echo cleaning up $i;\
 	  ./add-script.sh /dev/null $i netcount
diff -ur netcount-0.8i/pytkcheck.sh netcount-0.8i.my/pytkcheck.sh
--- netcount-0.8i/pytkcheck.sh	2004-12-29 13:26:12.000000000 +0000
+++ netcount-0.8i.my/pytkcheck.sh	2011-02-22 17:50:57.000000000 +0000
@@ -29,10 +29,7 @@
 
 ## Things you may want to configure:
 # These names are tried, in that order:
-PYTHONS="python \
-         python2.4 python-2.4 python24 \
-         python2.3 python-2.3 python23 \
-	 python2.2 python-2.2 python22 python2"
+PYTHONS="python2"
 
 usage() {
 if [ $# -ne 1 ]; then