summaryrefslogtreecommitdiff
path: root/community/polipo/polipo.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-27 00:01:57 +0000
committerroot <root@rshg054.dnsready.net>2012-06-27 00:01:57 +0000
commitc77c7fc60c48c9aaa8f915eb112405e8879e46aa (patch)
tree46509cb375dc9d89676ab0d115c35629fc7326ae /community/polipo/polipo.install
parent9a6b691757346035549dbd12d1323301d04a6675 (diff)
Wed Jun 27 00:01:57 UTC 2012
Diffstat (limited to 'community/polipo/polipo.install')
-rw-r--r--community/polipo/polipo.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/polipo/polipo.install b/community/polipo/polipo.install
index 9c1117321..bacc46377 100644
--- a/community/polipo/polipo.install
+++ b/community/polipo/polipo.install
@@ -7,8 +7,8 @@ post_install() {
install-info $infodir/$file $infodir/dir 2> /dev/null
done
install -d /var/cache/polipo 2> /dev/null
- touch /var/log/polipo 2> /dev/null
- chown -R nobody:nobody /var/cache/polipo /var/log/polipo 2> /dev/null
+ touch /var/log/polipo.log 2> /dev/null
+ chown -R nobody:nobody /var/cache/polipo /var/log/polipo.log 2> /dev/null
}
post_upgrade() {