diff options
author | 2002-09-18 16:34:52 +0000 | |
---|---|---|
committer | 2002-09-18 16:34:52 +0000 | |
commit | c97b3981c88c217cb595a7d47babe12e7d146358 (patch) | |
tree | b665bdf49dcd3310f1283af1147a7467e9f186ca | |
parent | not good; back to old version (diff) | |
download | wireguard-openbsd-c97b3981c88c217cb595a7d47babe12e7d146358.tar.xz wireguard-openbsd-c97b3981c88c217cb595a7d47babe12e7d146358.zip |
don't install srm.conf, access.conf, srm.conf-dist and access.conf-dist
They are obsolete since years and empty anyway.
ok theo
-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 \ |