aboutsummaryrefslogtreecommitdiff
path: root/irc/irc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-08-05 23:19:36 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-08-05 23:19:36 +0000
commit9aac569eaa031e27191a3f4165b389a17f467ad2 (patch)
tree1ed78841e1757014ccc09581c61c3683992d3f77 /irc/irc
parent47b836bfe5c397deb173a868525d4cba22cbb5fa (diff)
downloadports-9aac569eaa031e27191a3f4165b389a17f467ad2.tar.gz
ports-9aac569eaa031e27191a3f4165b389a17f467ad2.zip
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
Notes
Notes: svn path=/head/; revision=302141
Diffstat (limited to 'irc/irc')
-rw-r--r--irc/irc/Makefile2
-rw-r--r--irc/irc/files/ircd.in (renamed from irc/irc/files/ircd.sh.in)0
2 files changed, 1 insertions, 1 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index 6e8d609f7453..072770c750b9 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -20,7 +20,7 @@ COMMENT= The "Internet Relay Chat" Server
CONFLICTS_INSTALL= charybdis-[0-9]* ircd-hybrid-[0-9]* Nefarious-[0-9]* \
ru-ircd-hybrid-[0-9]* ircd-ru-[0-9]*
-USE_RC_SUBR= ircd.sh
+USE_RC_SUBR= ircd
MAN5= iauth.conf.5
MAN8= ircd.8 iauth.8 ircdwatch.8
diff --git a/irc/irc/files/ircd.sh.in b/irc/irc/files/ircd.in
index 5e1ff858b4c6..5e1ff858b4c6 100644
--- a/irc/irc/files/ircd.sh.in
+++ b/irc/irc/files/ircd.in