summaryrefslogtreecommitdiffstats
path: root/mail/teapop/files
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2001-03-11 01:08:47 +0000
committerjim <jim@FreeBSD.org>2001-03-11 01:08:47 +0000
commit9809d8abb1f5645444371d549b519170c96e4a65 (patch)
treecceb1660dcd81925c772a0ace2f8b0bc3dbadc86 /mail/teapop/files
parent721908a34124c02437be72361234010d635e32bb (diff)
downloadFreeBSD-ports-9809d8abb1f5645444371d549b519170c96e4a65.zip
FreeBSD-ports-9809d8abb1f5645444371d549b519170c96e4a65.tar.gz
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.
Diffstat (limited to 'mail/teapop/files')
-rw-r--r--mail/teapop/files/patch-aa26
1 files changed, 13 insertions, 13 deletions
diff --git a/mail/teapop/files/patch-aa b/mail/teapop/files/patch-aa
index efa6e7e..2a5ad53 100644
--- a/mail/teapop/files/patch-aa
+++ b/mail/teapop/files/patch-aa
@@ -1,21 +1,21 @@
---- etc/Makefile.in.orig Sat Aug 12 16:28:44 2000
-+++ etc/Makefile.in Sat Aug 12 17:15:14 2000
-@@ -23,14 +23,15 @@
+--- 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 installing teapop.passwd.sample; \
-+ ${INSTALL} -d ${sysconfdir}; \
-+ ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}/teapop.passwd.sample;
- @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"; \
+- @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; \
-+ ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}; \
- fi
+- fi
++ @echo Installing teapop.passwd.sample; \
++ ${INSTALL} -d ${sysconfdir}
++ ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}/teapop.passwd.sample;
makefile: ../config/timestamp
+ @echo Updating Makefile
OpenPOWER on IntegriCloud