Re: default user

2007-07-10 Thread Amos Jeffries
, nobody, [default User for squid]) fi ]) AC_SUBST(cfg_CACHE_EFFECTIVE_USER) - modify src/Makefile.am yes::: [EMAIL PROTECTED]@%$(cfg_CACHE_EFFECTIVE_USER)%g;\ - run bootstrap.sh (Makefile.am - Makefile.in) yes. it gives me ... ./src/Makefile.in: (looks OK) cfg_CACHE_EFFECTIVE_USER

Re: default user

2007-07-10 Thread Henrik Nordstrom
], [ if tets -z $withval; then AC_DEFINE(cfg_CACHE_EFFECTIVE_USER, $withval, [change User for squid to $withval]) else AC_DEFINE(cfg_CACHE_EFFECTIVE_USER, nobody, [default User for squid]) fi ]) AC_SUBST(cfg_CACHE_EFFECTIVE_USER) You also need to assign the cfg_CACHE_EFFECTIVE_USER

Re: default user

2007-07-10 Thread squid3
; then AC_DEFINE(cfg_CACHE_EFFECTIVE_USER, $withval, [change User for squid to $withval]) else AC_DEFINE(cfg_CACHE_EFFECTIVE_USER, nobody, [default User for squid]) fi ]) AC_SUBST(cfg_CACHE_EFFECTIVE_USER) You also need to assign the cfg_CACHE_EFFECTIVE_USER variable a value

default user

2007-07-09 Thread Amos Jeffries
Hey guys, I find myself in need of a ./configure option to set the cache_effective_user other than 'nobody' on a per-dist basis, leaving the squid.conf setup as-is. Can someone please explain to me how the @HTTP_PORT@ etc get replaced in squid.conf / cf.data.pre I have tried modifying