Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 67310a1cec5607b03d70a9e023e9a2a3 > files > 6

c-icap-0.2.5-4.mga3.src.rpm

--- c-icap.conf.in	2012-09-09 11:56:01.522325747 -0500
+++ c-icap.conf.in.mga	2012-09-09 11:55:36.412639662 -0500
@@ -10,7 +10,7 @@
 #	The file to store the pid of the main process of the c-icap server.
 # Default:
 #	PidFile /var/run/c-icap/c-icap.pid
-PidFile /var/run/c-icap/c-icap.pid
+PidFile /run/icapd/icapd.pid
 
 # TAG: CommandsSocket
 # Format: CommandsSocket socket_file
@@ -18,7 +18,7 @@
 #	The path of file to use as control socket for c-icap
 # Default:
 #	CommandsSocket /var/run/c-icap/c-icap.ctl
-CommandsSocket /var/run/c-icap/c-icap.ctl
+CommandsSocket /run/icapd/icapd.ctl
 
 # TAG: Timeout
 # Format: Timeout seconds
@@ -119,6 +119,7 @@
 #	No value
 # Example:
 #	User wwwrun
+User icapd
 
 # TAG: Group
 # Format: Group groupname
@@ -129,6 +130,7 @@
 #	No value
 # Example:
 #	Group nogroup
+Group icapd
 
 # TAG: ServerAdmin
 # Format: ServerAdmin admin_mail
@@ -137,7 +139,7 @@
 #	about this server (logs, info service, etc)
 # Default:
 #	No value
-ServerAdmin you@your.address
+ServerAdmin root@localhost
 
 # TAG: ServerName
 # Format: ServerName aServerName
@@ -146,7 +148,7 @@
 #	server (logs, info service, etc)
 # Default:
 #	No value
-ServerName YourServerName
+ServerName localhost
 
 # TAG: TmpDir
 # Format: TmpDir dir
@@ -181,7 +183,7 @@
 #	The location of modules
 # Default:
 #	ModulesDir @prefix@/lib/c_icap
-ModulesDir @prefix@/lib/c_icap
+ModulesDir @libdir@/c_icap
 
 # TAG: ServicesDir
 # Format: ServicesDir dir
@@ -189,7 +191,7 @@
 #	The location of services
 # Default:
 #	ServicesDir @prefix@/lib/c_icap
-ServicesDir @prefix@/lib/c_icap
+ServicesDir @libdir@/c_icap
 
 # TAG: TemplateDir
 # Format: TemplateDir dir
@@ -199,7 +201,7 @@
 # Default:
 #	No value
 # Example:
-TemplateDir @prefix@/share/c_icap/templates/
+TemplateDir /etc/icapd/
 
 # TAG: TemplateDefaultLanguage
 # Format: TemplateDefaultLanguage lang
@@ -222,7 +224,7 @@
 #	It can be used more than once to use multiple magic files.
 # Default:
 #	LoadMagicFile @prefix@/etc/c-icap.magic
-LoadMagicFile @prefix@/etc/c-icap.magic
+LoadMagicFile /etc/icapd/c-icap.magic
 
 # TAG: RemoteProxyUsers
 # Format: RemoteProxyUsers onoff
@@ -447,7 +449,7 @@
 #	information about the c-icap server.
 # Default:
 #	ServerLog @prefix@/var/log/server.log
-ServerLog @prefix@/var/log/server.log
+ServerLog /var/log/icapd/server.log
 
 # TAG: AccessLog
 # Format: AccessLog LogFile [LogFormat] [[!]acl1] [[!]acl2] [...]
@@ -462,7 +464,7 @@
 #	AccessLog @prefix@/var/log/access.log
 # Example:
 #	AccessLog @prefix@/var/log/access.log MyFormat all
-AccessLog @prefix@/var/log/access.log
+AccessLog /var/log/icapd/access.log
 
 # TAG: Logger
 # Format: Logger LoggerName