diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-18 16:34:53 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-18 16:34:53 +0000 |
commit | f8bce7076561a663d5e3c3bed6228c864068a816 (patch) | |
tree | 387c1d7ce2796d6e6c155f9c7169c6e7f4bc3fe6 /usr.sbin/httpd/Makefile.bsd-wrapper | |
parent | 81cd30fdb38bf839b31670a7ed9bad051eb2db9e (diff) |
don't install srm.conf, access.conf, srm.conf-dist and access.conf-dist
They are obsolete since years and empty anyway.
ok theo
Diffstat (limited to 'usr.sbin/httpd/Makefile.bsd-wrapper')
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index dc7e5fa5e18..c451f102f66 100644 --- a/usr.sbin/httpd/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Apache -# $OpenBSD: Makefile.bsd-wrapper,v 1.33 2002/09/09 12:09:50 henning Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.34 2002/09/18 16:34:52 henning Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -216,9 +216,8 @@ XMLFILES= \ src/lib/expat-lite/xmltok_impl.h CONFFILES= \ - conf/srm.conf-dist conf/access.conf-dist conf/httpd.conf-dist \ - conf/mime.types conf/access.conf conf/httpd.conf \ - conf/magic conf/srm.conf + conf/httpd.conf-dist conf/httpd.conf \ + conf/mime.types conf/magic HTDOCS= \ htdocs/apache_pb.gif htdocs/index.html htdocs/openbsdpower.gif \ |