This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > c-icap (0.5.2)

c-icap is an implementation of an ICAP server. It can be used with HTTP
proxies that support the ICAP protocol to implement content adaptation
and filtering services.

In order to start c-icap at boot and stop it properly at shutdown,
make sure rc.c-icap is executable and add the following lines to
the following files:

/etc/rc.d/rc.local
==================
# Startup c-icap
if [ -x /etc/rc.d/rc.c-icap ]; then
/etc/rc.d/rc.c-icap start
fi

/etc/rc.d/rc.local_shutdown
===========================
# Stop c-icap
if [ -x /etc/rc.d/rc.c-icap ]; then
/etc/rc.d/rc.c-icap stop
fi

Maintained by: Jeremy HOCDE
Keywords: icap
ChangeLog: c-icap

Homepage:
http://c-icap.sourceforge.net/

Source Downloads:
c_icap-0.5.2.tar.gz (c0ad392336eb401d1630174cc67c0f71)

Download SlackBuild:
c-icap.tar.gz
c-icap.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds