mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
21 lines
1.2 KiB
Text
21 lines
1.2 KiB
Text
--- tools/install_ircd.orig Tue Oct 26 08:59:37 2004
|
|
+++ tools/install_ircd Tue Oct 26 09:00:08 2004
|
|
@@ -120,12 +120,12 @@
|
|
# try to install the example files if needed
|
|
|
|
check_install ${BINPATH}/mkpasswd${EXESUFFIX} tools/mkpasswd${EXESUFFIX}
|
|
-check_install_data ${ETCPATH}/ircd.conf samples/example.conf.short
|
|
-check_install_data ${ETCPATH}/ircd.motd samples/ptlink.motd
|
|
-check_install_data ${ETCPATH}/opers.motd samples/opers.motd
|
|
-check_install_data ${ETCPATH} samples/kline.conf
|
|
-check_install_data ${ETCPATH}/main.dconf samples/main.dconf.sample
|
|
-check_install_data ${ETCPATH}/network.dconf samples/network.dconf.sample
|
|
+#check_install_data ${ETCPATH}/ircd.conf samples/example.conf.short
|
|
+#check_install_data ${ETCPATH}/ircd.motd samples/ptlink.motd
|
|
+#check_install_data ${ETCPATH}/opers.motd samples/opers.motd
|
|
+#check_install_data ${ETCPATH} samples/kline.conf
|
|
+#check_install_data ${ETCPATH}/main.dconf samples/main.dconf.sample
|
|
+#check_install_data ${ETCPATH}/network.dconf samples/network.dconf.sample
|
|
check_install_data_old ${ETCPATH}/help.user samples/help.user
|
|
check_install_data_old ${ETCPATH}/help.oper samples/help.oper
|
|
check_install_data_old ${ETCPATH}/help.admin samples/help.admin
|