diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /mail/teapop-devel/files/patch-aa | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'mail/teapop-devel/files/patch-aa')
-rw-r--r-- | mail/teapop-devel/files/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/teapop-devel/files/patch-aa b/mail/teapop-devel/files/patch-aa deleted file mode 100644 index efa6e7efca00..000000000000 --- a/mail/teapop-devel/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- 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 @@ - 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"; \ -- ${INSTALL} -d ${sysconfdir}; \ -- ${INSTALL} teapop.passwd ${sysconfdir}; \ -- ${CHMOD} 0755 ${sysconfdir}/teapop.passwd; \ -+ ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}; \ - fi - - makefile: ../config/timestamp |