diff options
author | Michael Scherer <misc@zarb.org> | 2013-02-10 16:51:04 +0100 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2013-02-11 12:00:33 -0500 |
commit | 70d9c4f72f25a19e815ee22b790885915a2b6412 (patch) | |
tree | 2bcce17396d12f497edd6735c50ab59dfe9cf68d | |
parent | 2ac215a4f3d5afbc38314960d875e7c6ac694cc0 (diff) | |
download | initscripts-70d9c4f72f25a19e815ee22b790885915a2b6412.tar initscripts-70d9c4f72f25a19e815ee22b790885915a2b6412.tar.gz initscripts-70d9c4f72f25a19e815ee22b790885915a2b6412.tar.bz2 initscripts-70d9c4f72f25a19e815ee22b790885915a2b6412.tar.xz initscripts-70d9c4f72f25a19e815ee22b790885915a2b6412.zip |
fix the patch for apache modules in rwtab, that are now in /var/cache/httpd
-rw-r--r-- | rwtab | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ dirs /var/lib/nfs empty /tmp empty /var/cache/foomatic empty /var/cache/logwatch -empty /var/cache/mod_ssl -empty /var/cache/mod_proxy +empty /var/cache/httpd/ssl +empty /var/cache/httpd/proxy empty /var/cache/php-pear empty /var/cache/systemtap empty /var/db/nscd |