From 3083719ddb24bbb452e7ddba34bec067ea249056 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Jul 2012 00:01:50 +0000 Subject: Wed Jul 25 00:01:50 UTC 2012 --- community/polipo/PKGBUILD | 6 +++--- community/polipo/polipo.rc.d | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'community/polipo') diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index dbffcd127..ee0685944 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 72964 2012-06-25 17:08:53Z ttopper $ +# $Id: PKGBUILD 74295 2012-07-23 16:25:48Z ttopper $ # Maintainer: Thorsten Töpper # Contributor: Jelle van der Waa # Contributor: Thomas Holmquist @@ -7,7 +7,7 @@ pkgname=polipo pkgver=1.0.4.1 -pkgrel=5 +pkgrel=6 pkgdesc="A small and fast caching web proxy." arch=('i686' 'x86_64') url="http://www.pps.jussieu.fr/~jch/software/polipo/" @@ -19,7 +19,7 @@ source=("http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz" "polipo.cron" "polipo.rc.d" "polipo.conf.d" "polipo.service") md5sums=('bfc5c85289519658280e093a270d6703' 'bac0e1a871964c931eb5f7a369b3243c' - '8f096b7d77a71e0772ce71a8c8b1b3e3' + '7406aad26807fb3a4e5f7b01ecb97a59' '685aa0c6070dee11c701932d23afcc6a' '109d0e8c15d669281ff14f8991ad0ed8') diff --git a/community/polipo/polipo.rc.d b/community/polipo/polipo.rc.d index 260fab050..0333ded57 100644 --- a/community/polipo/polipo.rc.d +++ b/community/polipo/polipo.rc.d @@ -19,7 +19,7 @@ case "$1" in [[ -f /run/$daemon_name.pid ]] && rm -f /run/$daemon_name.pid # RUN - sudo -u nobody /usr/bin/$daemon_name ${POLIPO_ARGS} + su -c "/usr/bin/$daemon_name ${POLIPO_ARGS}" -s /bin/sh - nobody # if [[ $? -gt 0 ]]; then stat_fail -- cgit v1.2.3-54-g00ecf