diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-23 14:36:26 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-23 14:36:26 +0200 |
commit | 9dec5db9be5bf24d614e4425e1eb3aa36fb78cf0 (patch) | |
tree | 5ce5bbc464f0ff19c3c11ca7f27b4aab406f29a8 /testing | |
parent | b932cc22105d5ff0e1d095f2f92afeeb9706b09f (diff) | |
download | aports-9dec5db9be5bf24d614e4425e1eb3aa36fb78cf0.tar.bz2 aports-9dec5db9be5bf24d614e4425e1eb3aa36fb78cf0.tar.xz |
testing/oscam: fix logfile location
Diffstat (limited to 'testing')
-rw-r--r-- | testing/oscam/APKBUILD | 4 | ||||
-rw-r--r-- | testing/oscam/oscam.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/testing/oscam/APKBUILD b/testing/oscam/APKBUILD index 5f69ebfaa..79a82f060 100644 --- a/testing/oscam/APKBUILD +++ b/testing/oscam/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=oscam pkgver=1.10 -pkgrel=0 +pkgrel=1 pkgdesc="An Open Source Conditional Access Module software" url="http://oscam.to" arch="all" @@ -58,4 +58,4 @@ package() { md5sums="e6e6d0f760298fd254333b3b56f30ee6 oscam-1.10.tar.gz 56f8a71e018973b6fb8f2efa2873b6cb oscam.initd 185840b037fc59248f8ea2f84c2b67ed oscam.confd -8713bafd03b9b1e8a06c7a843b4dbf88 oscam.conf" +ad8937125595e25ad57c22c4bd93f4e3 oscam.conf" diff --git a/testing/oscam/oscam.conf b/testing/oscam/oscam.conf index 70204fa11..bc20409f8 100644 --- a/testing/oscam/oscam.conf +++ b/testing/oscam/oscam.conf @@ -1,6 +1,6 @@ [global] -usrfile = /var/log/oscamuser.log -logfile = /var/log/oscam.log +usrfile = /var/log/oscam/oscamuser.log +logfile = /var/log/oscam/oscam.log cwlogdir = /etc/oscam/cw disablelog = 0 disableuserfile = 0 |