SOURCES: sarg-fix_pathes.patch (NEW) - fix user_limit_block pathes

darekr darekr at pld-linux.org
Fri Oct 27 20:02:56 CEST 2006


Author: darekr                       Date: Fri Oct 27 18:02:56 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix user_limit_block pathes

---- Files affected:
SOURCES:
   sarg-fix_pathes.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/sarg-fix_pathes.patch
diff -u /dev/null SOURCES/sarg-fix_pathes.patch:1.1
--- /dev/null	Fri Oct 27 20:02:56 2006
+++ SOURCES/sarg-fix_pathes.patch	Fri Oct 27 20:02:51 2006
@@ -0,0 +1,12 @@
+--- sarg-2.2.orig/user_limit_block~	2006-05-17 15:06:20.000000000 +0200
++++ sarg-2.2/user_limit_block	2006-10-27 19:58:36.000000000 +0200
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+ 
+-conf="/usr/local/sarg/sarg.conf"
+-squid_password_file="/usr/local/squid/etc/passwd"
++conf="/etc/sarg/sarg.conf"
++squid_password_file="/etc/squid/passwd"
+ tmp="/tmp/sarg_limit.$$"
+ 
+ limit_file=`grep "per_user_limit" $conf|grep -v "#"|awk '{print $2}'`
================================================================


More information about the pld-cvs-commit mailing list