Package Details: adsuck 2.5.0-5

Git Clone URL: https://aur.archlinux.org/adsuck.git (read-only, click to copy)
Package Base: adsuck
Description: DNS filter
Upstream URL: https://github.com/conformal/adsuck
Licenses: BSD
Submitter: acoolon
Maintainer: None
Last Packager: TheGoliath
Votes: 13
Popularity: 0.000000
First Submitted: 2010-12-17 10:03 (UTC)
Last Updated: 2020-01-21 19:32 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

skanky commented on 2013-03-04 11:01 (UTC)

I think the following patch will: 1) Fix the service file issue 2) Comment out the adsuck.rc install 3) Make the filter file a backed up file (eg .pacnew and .pacsave) on upgrade or removal. I've tested it on my machine and it installed okay, but I've not done much patching before, so it might be able to be tidied up a bit. --------------- --- PKGBUILD 2013-02-27 13:10:17.000000000 +0000 +++ PKGBUILD.new 2013-03-04 10:48:44.339441438 +0000 @@ -8,6 +8,7 @@ pkgrel=2 pkgdesc="DNS filter" arch=(any) +backup=('var/adsuck/filter') url=http://opensource.conformal.com/wiki/Adsuck license=(BSD) depends=(ldns libevent) @@ -30,8 +31,9 @@ install -D -m700 "${srcdir}/${pkgname}-${pkgver}/adsuck" "${pkgdir}/usr/sbin/adsuck" install -D "${srcdir}/${pkgname}-${pkgver}/adsuck.8" "${pkgdir}/usr/share/man/man8/adsuck.8" install -D -m644 "${srcdir}/filter" "${pkgdir}/var/adsuck/filter" - install -D -m755 "${srcdir}/adsuck.rc" "${pkgdir}/etc/rc.d/adsuck" - install -D -m755 "${srcdir}/adsuck.rc" "${pkgdir}/usr/lib/systemd/system/adsuck.service" + # swap following two lines' comment status if using initscripts + #install -D -m755 "${srcdir}/adsuck.rc" "${pkgdir}/etc/rc.d/adsuck" + install -D -m755 "${srcdir}/adsuck.service" "${pkgdir}/usr/lib/systemd/system/adsuck.service" # uncomment if you want it #install -D -m755 "${srcdir}/50-adsuck-update" "${pkgdir}/usr/lib/dhcpcd/dhcpcd-hooks/50-adsuck-update" -} \ No newline at end of file +} ---------------

jorge_barroso commented on 2013-02-11 16:33 (UTC)

there is already a service file ;) check it

<deleted-account> commented on 2013-02-04 20:46 (UTC)

Please fix the adsuck.rc installing as a service file.

whynothugo commented on 2013-01-28 17:45 (UTC)

Latest PKGBUILD is installing "${srcdir}/adsuck.rc" into "${pkgdir}/usr/lib/systemd/system/adsuck.service", instead of "${srcdir}/adsuck.service"

whynothugo commented on 2013-01-05 20:38 (UTC)

Here's a systemd unit file, which should be installed to /usr/lib/systemd/system/adsuck.service: https://gist.github.com/4463536

csw commented on 2013-01-02 21:50 (UTC)

2.5.0 is out

jorge_barroso commented on 2012-12-09 17:56 (UTC)

I'm updating and checking it

csw commented on 2012-12-07 12:12 (UTC)

Any migration plans to the community repository?