blob: 21c337f1763612ec2ecd56eb08779ef6847d3dcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/tuner.py Sat Sep 30 01:02:41 2006
+++ src/tuner.py.port Wed Oct 18 14:19:58 2006
@@ -298,7 +298,7 @@
return process
def adultset():
- try: adultconfig=open('/etc/tunapie.config')
+ try: adultconfig=open('%%PREFIX%%/etc/tunapie.config')
except IOError: return 0
setadult=adultconfig.readline()
return int(setadult)
|