pkgsrc-WIP-changes archive

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

ircd-hybrid: Removed INSTALL since the files created by it were no longer being used.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Fri Feb 8 00:16:15 2019 +0530
Changeset:	d2f28b0179448384ffe6c611592bac3b03500cd8

Modified Files:
	ircd-hybrid/TODO
Removed Files:
	ircd-hybrid/INSTALL

Log Message:
ircd-hybrid: Removed INSTALL since the files created by it were no longer being used.

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

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

diffstat:
 ircd-hybrid/INSTALL | 18 ------------------
 ircd-hybrid/TODO    |  8 ++++----
 2 files changed, 4 insertions(+), 22 deletions(-)

diffs:
diff --git a/ircd-hybrid/INSTALL b/ircd-hybrid/INSTALL
deleted file mode 100644
index b15a51d024..0000000000
--- a/ircd-hybrid/INSTALL
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: INSTALL,v 1.3 2005/11/13 22:40:00 adrianp Exp $
-
-case ${STAGE} in
-
-POST-INSTALL)
-
-	for f in ${PKG_SYSCONFDIR}/dline.conf ${PKG_SYSCONFDIR}/kline.conf \
-		${PKG_SYSCONFDIR}/xline.conf ${PKG_SYSCONFDIR}/nresv.conf \
-		${PKG_SYSCONFDIR}/cresv.conf ${PKG_SYSCONFDIR}/ircd.motd
-	do
-		${TOUCH} ${f}
-		${CHOWN} @IRCD_HYBRID_IRC_USER@ ${f}
-		${CHGRP} @IRCD_HYBRID_IRC_GROUP@ ${f}
-		${CHMOD} 0640 ${f}
-	done
-
-	;;
-esac
diff --git a/ircd-hybrid/TODO b/ircd-hybrid/TODO
index c0cabaa21d..0482dfd53f 100644
--- a/ircd-hybrid/TODO
+++ b/ircd-hybrid/TODO
@@ -1,4 +1,4 @@
-- INSTALL can be probably removed: all the files created are no longer needed
-  (only ircd.motd is still honored, but not needeed). Apart that, after
-  deinstalling ircd-hybrid all those files still resides on ${PKG_SYSCONFDIR}
-  also if they were not adjusted.
+- INSTALL has been removed.
+- Now an empty ${PKG_SYSCONFDIR} is created, and if nothing is added
+  the folder is removed on uninstall.
+- Verify the above changes work correctly.


Home | Main Index | Thread Index | Old Index