1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/wwwoffle/files/patch-conf::Makefile.in
Munechika SUMIKAWA 1f10de108e - Fix breakage in bento
- Suppress message when booting from rc.d/wwwoffled.sh from netchild.
2002-03-29 08:36:24 +00:00

12 lines
642 B
Plaintext

--- conf/Makefile.in- Fri Mar 29 16:40:55 2002
+++ conf/Makefile.in Fri Mar 29 16:39:51 2002
@@ -49,7 +49,7 @@
echo "WWWOFFLE: There is already a config file $(CONFDIR)/wwwoffle.conf." ;\
echo "WWWOFFLE: Run 'conf/upgrade-config.pl $(CONFDIR)/wwwoffle.conf' to upgrade it." ;\
echo "WWWOFFLE: " )
- [ ! -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install
+ $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install
[ -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf
######## CONF FILE ########