freebsd-ports/mail/teapop/files/patch-aa
Jim Mock 389518e808 Don't install teapop.passwd -- only install teapop.passwd.sample, and
let the user know they need to copy it to teapop.passwd before using
teapop.
2001-03-11 01:08:47 +00:00

21 lines
676 B
Text

--- etc/Makefile.in.orig Sat Mar 10 19:51:58 2001
+++ etc/Makefile.in Sat Mar 10 19:55:01 2001
@@ -23,15 +23,9 @@
fi
install: build
- @echo Checking for existing teapop.passwd; \
- if [ -f ${sysconfdir}/teapop.passwd ]; then \
- echo "Exists...NOT installing teapop.passwd"; \
- else \
- echo "Not found, installing teapop.passwd"; \
- ${INSTALL} -d ${sysconfdir}; \
- ${INSTALL} teapop.passwd ${sysconfdir}; \
- ${CHMOD} 0755 ${sysconfdir}/teapop.passwd; \
- fi
+ @echo Installing teapop.passwd.sample; \
+ ${INSTALL} -d ${sysconfdir}
+ ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}/teapop.passwd.sample;
makefile: ../config/timestamp
@echo Updating Makefile