summaryrefslogtreecommitdiff
path: root/mail/teapop-devel/files/patch-aa
blob: 2cd606c95ac2988ee1f3d2dd5e326889c7712924 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- etc/Makefile.in.orig	Thu Aug 30 17:24:19 2001
+++ etc/Makefile.in	Thu Aug 30 17:25:37 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} 0644 ${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