aboutsummaryrefslogtreecommitdiff
path: root/mail/dcc-dccd/files/patch-homedir::Makefile.in
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-23 11:08:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-23 11:08:04 +0000
commit8e81e236966d75c66033bf5e81aaa65ece61e8d7 (patch)
tree62b6d1477c381cc854c33ead7c8a20b1eb2954f0 /mail/dcc-dccd/files/patch-homedir::Makefile.in
parentfc4d65e932880e5e11b16bacfd844ed850934ea3 (diff)
Notes
Diffstat (limited to 'mail/dcc-dccd/files/patch-homedir::Makefile.in')
-rw-r--r--mail/dcc-dccd/files/patch-homedir::Makefile.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/mail/dcc-dccd/files/patch-homedir::Makefile.in b/mail/dcc-dccd/files/patch-homedir::Makefile.in
deleted file mode 100644
index e10c4a51f0f8..000000000000
--- a/mail/dcc-dccd/files/patch-homedir::Makefile.in
+++ /dev/null
@@ -1,33 +0,0 @@
---- homedir/Makefile.in.orig Sun Feb 11 09:05:45 2007
-+++ homedir/Makefile.in Sun Feb 11 09:07:59 2007
-@@ -57,23 +57,19 @@
- $(HINST) -m 755 -d $(DIR); fi
- if test ! -d $(DIR)/log; then\
- $(HINST) -m 710 -d $(DIR)/log; fi
-- if test -s $(DIR)/dcc_conf; then\
-- sh make-dcc_conf -h $(DIR);\
-- else\
-- $(HINST) -m 644 dcc_conf $(DIR)/dcc_conf;\
-- fi
-+ $(INSTALL) -m 644 dcc_conf $(DIR)/dcc_conf.dist; \
- for nm in flod grey_flod whitelist grey_whitelist\
- whiteclnt whitecommon; do\
- if test ! -f $(DIR)/$$nm; then\
-- $(HINST) -m 644 $$nm $(DIR)/$$nm; fi; done
-+ $(INSTALL) -m 644 $$nm $(DIR)/$$nm.dist; fi; done
- if test ! -f $(DIR)/ids -a ! -f $(DIR)/map -a ! -f $(DIR)/map.txt; then\
- umask 077; PASSWD1=`$(RSTRING)`; PASSWD2=`$(RSTRING)`;\
-- sed -e "s/secret1/$$PASSWD1/" map.txt >$(DIR)/map.txt;\
-+ sed -e "s/secret1/$$PASSWD1/" map.txt >$(DIR)/map.txt.dist;\
- sed -e "s/secret1/$$PASSWD1/" -e "s/secret2/$$PASSWD2/" ids\
-- >$(DIR)/ids;\
-- ${DEPTH}/cdcc/cdcc -qh $(DIR) 'new map; load $(DIR)/map.txt';\
-- set +e; chown $(DCC_SUID) $(DIR)/map.txt\
-- $(DIR)/map $(DIR)/ids;\
-+ >$(DIR)/ids.dist;\
-+ ${DEPTH}/cdcc/cdcc -qh $(DIR) 'new map; load $(DIR)/map.txt.dist';\
-+ set +e; chown $(DCC_SUID) $(DIR)/map.txt.dist\
-+ $(DIR)/map $(DIR)/ids.dist;\
- fi
-
- deinstall: