On Tue, Sep 16, 2008 at 10:24:30PM +0200, Nick Jennings wrote:
> Also, the next time my /etc/init.d/httpd file is overwritten by a system  
> update the fix goes away. So how do I fix this the real way, without  
> hacking the init script?

It's kind of hackish, but maybe you could do this:

Since the httpd init script has this in it:

if [ -f /etc/sysconfig/httpd ]; then
        . /etc/sysconfig/httpd
fi

You could put the ulimit line in /etc/sysconfig/httpd.

-- 
Jonathan Billings <[EMAIL PROTECTED]>
The College of Language, Science and Arts
LS&A IT - Research Systems and Support

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to