diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-03-01 10:21:02 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-03-01 10:21:02 +0000 |
commit | cad28caa0b850869a988267068978b8d3634f631 (patch) | |
tree | cceedefc5e847a8583732749dbf22bd7d00bb225 /testing | |
parent | 61dc84a732fb835a61ae14119cb50b12be2cf448 (diff) | |
download | aports-cad28caa0b850869a988267068978b8d3634f631.tar.bz2 aports-cad28caa0b850869a988267068978b8d3634f631.tar.xz |
testing/atheme-iris: iris now log by default to syslog
Diffstat (limited to 'testing')
-rw-r--r-- | testing/atheme-iris/APKBUILD | 8 | ||||
-rw-r--r-- | testing/atheme-iris/atheme-iris.confd | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/testing/atheme-iris/APKBUILD b/testing/atheme-iris/APKBUILD index b4a834680a..a4884461cb 100644 --- a/testing/atheme-iris/APKBUILD +++ b/testing/atheme-iris/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=atheme-iris pkgver=0_git20130227 -pkgrel=1 +pkgrel=2 pkgdesc="AJAX IRC client. It is a drop-in replacement for qwebirc." url="http://www.atheme.net/iris.html" arch="noarch" @@ -44,10 +44,10 @@ package() { md5sums="b1673663f8891a69a0c746cd3fb0098e atheme-iris-0_git20130227.tar.gz 5b2081f374dcfa4e84f0c6c0474bad45 atheme-iris.initd -be1172c2b2aa03df0af399845138c5f3 atheme-iris.confd" +a62994955210ba7d0b8dcbd293b853c4 atheme-iris.confd" sha256sums="e6a61f2a50e22dfea06d4e1aef321dd2e1e320f59feb59f2c69e3a45435723e6 atheme-iris-0_git20130227.tar.gz 9c62c3a6750743e483dc6a62f1767a08f2d9fd48bdf203fa6ee80b1aeedf1b1a atheme-iris.initd -92bc64f0629ddc77315c35b4798952c835333d956f47101150592f96fdb8c18d atheme-iris.confd" +869cfcac43bcb4f27f57e9f25afab45797adcd70996296f6885e08bbdb82c6f0 atheme-iris.confd" sha512sums="6c1cc6a4faf4fae71fe1b9ac5c53cf099e842114548ba8b746d7facd31d3b9bfec0f212a9a41a1046be77857d04fc0bcdc110c115cbaa876917f861130d58b36 atheme-iris-0_git20130227.tar.gz 2139610a9926fca15ecc04c9bf4354f6d950408fa7b3fc0b42ce1e707bb6eed1fb55c2c5c2b41a7c0fd35f91b5dbfedd47ff324c0eca84f8f240eb4474a7100b atheme-iris.initd -b9de65dde9f4e995ad382f3975fb4009c4a9b134466ffd5ca3d5dfab9b1b27bfa414e90679e59decad486e325f3b4328eabe6c8eae465c0c707a659499a2bbaf atheme-iris.confd" +c8ba5df2b1174a0c694e82a8f8b595f10caed6ca03c9667c596bb004151ed66023dd75eecce1948408620bcaef270a7e097754966580085745a5bae14590a1ec atheme-iris.confd" diff --git a/testing/atheme-iris/atheme-iris.confd b/testing/atheme-iris/atheme-iris.confd index 721fc12138..d7815c99dc 100644 --- a/testing/atheme-iris/atheme-iris.confd +++ b/testing/atheme-iris/atheme-iris.confd @@ -1,4 +1,5 @@ -LOGFILE="/var/log/atheme-iris/atheme-iris.log" PORT="9090" IP="0.0.0.0" -ARGS="-p ${PORT} -i ${IP} -l ${LOGFILE}" +ARGS="-p ${PORT} -i ${IP} -s" +#Uncomment if you want logging to file: beware of amount of logs! +#ARGS="$ARGS -l var/log/atheme-iris/atheme-iris.log" |