pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

denyhosts: Move default denyhosts file to /etc



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jun 14 10:17:18 2019 -0500
Changeset:	857302fa481bb9e3a426b38ec6a0c79b02fe8b2f

Modified Files:
	denyhosts/Makefile

Log Message:
denyhosts: Move default denyhosts file to /etc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=857302fa481bb9e3a426b38ec6a0c79b02fe8b2f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 denyhosts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/denyhosts/Makefile b/denyhosts/Makefile
index 920f761ede..cc02d91af3 100644
--- a/denyhosts/Makefile
+++ b/denyhosts/Makefile
@@ -54,7 +54,7 @@ SUBST_STAGE.env=	post-patch
 SUBST_FILES.env=	scripts/*.py
 SUBST_SED.env=		-e 's|/bin/env python|${PYTHONBIN}|g'
 
-DENIED_HOSTS_FILE=	${PREFIX}/etc/hosts.deniedssh
+DENIED_HOSTS_FILE=	/etc/hosts.deniedssh
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index