diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-03 10:11:32 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-03 10:11:32 +0000 |
commit | 48054e5adfbd7a8202eda08acaaec22410f97764 (patch) | |
tree | a72fc701caa5fe819b0f8d5976b58c10671598ac /www/c-icap/pkg-plist | |
parent | be5fd00daedd2e4f70e0daa5156a90b0bf8cf35d (diff) | |
download | ports-48054e5adfbd7a8202eda08acaaec22410f97764.tar.gz ports-48054e5adfbd7a8202eda08acaaec22410f97764.zip |
- Fixed serious bug in utf8 web pages recognition causing c-icap to enters an
endless loop
- Fixed typo in pkg-install
- Added to Makefile LOG_DIR, RUN_DIR and TMP_DIR variables
PR: ports/101296
Submitted by: Elisey Savateev <b3k at mail.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=169546
Diffstat (limited to 'www/c-icap/pkg-plist')
-rw-r--r-- | www/c-icap/pkg-plist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/c-icap/pkg-plist b/www/c-icap/pkg-plist index 999056537846..58f23f9b994d 100644 --- a/www/c-icap/pkg-plist +++ b/www/c-icap/pkg-plist @@ -8,7 +8,7 @@ etc/c-icap.conf.default @unexec if cmp -s %D/etc/c-icap.magic %D/etc/c-icap.magic.default; then rm -f %D/etc/c-icap.magic; fi etc/c-icap.magic.default @exec [ -f %B/c-icap.magic ] || cp -p %%PREFIX%%/%F %B/c-icap.magic -@unexec [ ! -f /var/run/c-icap.pid ] || %D/etc/rc.d/c_icap stop +@unexec [ ! -f %%RUN_DIR%%/c-icap.pid ] || %D/etc/rc.d/c_icap stop include/c_icap/access.h include/c_icap/body.h include/c_icap/c-icap.h @@ -48,5 +48,4 @@ lib/libicapapi.a lib/libicapapi.la lib/libicapapi.so.0 lib/libicapapi.so -@cwd / -@dirrmtry var/log/c_icap +@unexec rmdir %%LOG_DIR%% 2>/dev/null || true |