diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-06-13 04:41:16 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-06-13 04:41:16 +0000 |
commit | bd224e468c6f0dc1e7fbe1de48f3061dc2e87afc (patch) | |
tree | 30cfb0653ce4b330c3507c619ca94b98d2968864 /usr.sbin/httpd/Makefile.bsd-wrapper | |
parent | 5b015aa00414af2cb1e443459a8c157ae23a35d2 (diff) |
Don't install httpd.conf-dist.
from brad.
Diffstat (limited to 'usr.sbin/httpd/Makefile.bsd-wrapper')
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index 3b6201941e0..9ae7699410e 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.66 2008/06/07 01:59:36 jdixon Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.67 2008/06/13 04:41:15 mbalmer Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -227,8 +227,7 @@ MODCONFDIR= \ modules.sample CONFFILES= \ - conf/httpd.conf-dist conf/httpd.conf \ - conf/mime.types conf/magic + conf/httpd.conf conf/mime.types conf/magic HTDOCS= \ htdocs/apache_pb.gif htdocs/index.html htdocs/openbsdpower.gif \ |