[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: mystuff
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: mystuff
- From: Jim Dew <jdew@cleannorth.org>
- Date: Thu, 10 Jul 2008 13:37:36 -0400 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Thu, 10 Jul 2008 13:37:40 -0401 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <1lVF0.A.LvC.6jkdIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Move examples into /usr/local/share/ircd/examples since .../ircd/ already exists
Go me
Modified Files:
--------------
mystuff/irc/ircd-hybrid:
Makefile
mystuff/irc/ircd-hybrid/pkg:
PLIST
Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /cvs/mystuff/irc/ircd-hybrid/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lirc/ircd-hybrid/Makefile -Lirc/ircd-hybrid/Makefile -u -r1.3 -r1.4
--- irc/ircd-hybrid/Makefile
+++ irc/ircd-hybrid/Makefile
@@ -45,8 +45,9 @@
post-install:
@mkdir -p ${WRKINST}/etc/ircd
+ @mkdir -p ${WRKINST}/usr/local/share/ircd/examples/
.for file in cresv.conf example.conf kline.conf rkline.conf xline.conf dline.conf ircd.motd nresv.conf rxline.conf
- ${INSTALL_DATA} ${WRKINST}/etc/ircd/${file} ${WRKINST}/usr/local/share/examples/${file}
+ ${INSTALL_DATA} ${WRKINST}/etc/ircd/${file} ${WRKINST}/usr/local/share/ircd/examples/${file}
.endfor
.include <bsd.port.mk>
Index: PLIST
===================================================================
RCS file: /cvs/mystuff/irc/ircd-hybrid/pkg/PLIST,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lirc/ircd-hybrid/pkg/PLIST -Lirc/ircd-hybrid/pkg/PLIST -u -r1.3 -r1.4
--- irc/ircd-hybrid/pkg/PLIST
+++ irc/ircd-hybrid/pkg/PLIST
@@ -8,46 +8,46 @@
bin/servlink
@man man/man8/ircd.8
@sample ${SYSCONFDIR}/ircd/
+share/ircd/
+share/ircd/examples/
@owner ${IRCD_USER}
-share/examples/cresv.conf
+share/ircd/examples/cresv.conf
@mode 600
@sample ${SYSCONFDIR}/ircd/cresv.conf
@mode
-share/examples/dline.conf
+share/ircd/examples/dline.conf
@mode 600
@sample ${SYSCONFDIR}/ircd/dline.conf
@mode
-share/examples/example.conf
+share/ircd/examples/example.conf
@mode 600
@sample ${SYSCONFDIR}/ircd/example.conf
@mode
-share/examples/ircd.motd
+share/ircd/examples/ircd.motd
@mode 600
@sample ${SYSCONFDIR}/ircd/ircd.motd
@mode
-share/examples/kline.conf
+share/ircd/examples/kline.conf
@mode 600
@sample ${SYSCONFDIR}/ircd/kline.conf
@mode
-share/examples/nresv.conf
+share/ircd/examples/nresv.conf
@mode 600
@sample ${SYSCONFDIR}/ircd/nresv.conf
@mode
-share/examples/rkline.conf
+share/ircd/examples/rkline.conf
@mode 600
@sample ${SYSCONFDIR}/ircd/rkline.conf
@mode
-share/examples/rxline.conf
+share/ircd/examples/rxline.conf
@mode 600
@sample ${SYSCONFDIR}/ircd/rxline.conf
@mode
-share/examples/xline.conf
+share/ircd/examples/xline.conf
@mode 600
@sample ${SYSCONFDIR}/ircd/xline.conf
@mode
-@mode
@owner
-share/ircd/
share/ircd/help/
share/ircd/help/opers/
share/ircd/help/opers/accept
- Prev by Date: CVS Update: mystuff
- Next by Date: CVS Update: mystuff
- Previous by thread: CVS Update: mystuff
- Next by thread: CVS Update: mystuff
- Index(es):