File ircd-ircu2.10.12.08_binary_name.patch of Package ircd-ircu

Index: doc/Makefile.in
===================================================================
--- doc/Makefile.in.orig
+++ doc/Makefile.in
@@ -45,11 +45,10 @@
 depend:
 
 install:
-	test -d ${MANDIR}/man8 || mkdir ${MANDIR}/man8 || mkdir -p ${MANDIR}/man8
-	${INSTALL} -m 644 ${srcdir}/ircd.8 ${MANDIR}/man8
+	${INSTALL} -D -m 644 ${srcdir}/ircd.8 ${MANDIR}/man8/ircd-ircu.8
 
 uninstall:
-	${RM} -f ${MANDIR}/man8/ircd.8
+	${RM} -f ${MANDIR}/man8/ircd-ircu.8
 
 # You need GNU make for this to work.
 # Makefile: ../config/config.status Makefile.in ../config/gen.doc.Makefile \
Index: ircd/Makefile.in
===================================================================
--- ircd/Makefile.in.orig
+++ ircd/Makefile.in
@@ -308,10 +308,10 @@
 	  ${CHOWN} ${IRCDOWN} ${DPATH}; \
 	  ${CHGRP} ${IRCDGRP} ${DPATH}; \
 	fi
-	@echo "Installing new ircd as ${BINDIR}/ircd :"
-	${INSTALL} -m ${IRCDMODE} -o ${IRCDOWN} -g ${IRCDGRP} ircd ${BINDIR}/ircd
+	@echo "Installing new ircd as ${BINDIR}/ircd-ircu :"
+	${INSTALL} -m ${IRCDMODE} -o ${IRCDOWN} -g ${IRCDGRP} ircd ${BINDIR}/ircd-ircu
 	${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} umkpasswd ${BINDIR}
-	${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR}
+	${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR}/ircu-convert-conf
 	${INSTALL} -m 600 -o ${IRCDOWN} -g ${IRCDGRP} ${top_srcdir}/doc/example.conf ${DPATH}
 
 uninstall:
Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in
@@ -584,7 +584,7 @@
 dnl chroot operation
 AC_MSG_CHECKING([where the binary will be for /restart])
 if test x"$unet_cv_with_symlink" = xno; then
-    unet_spath="$unet_bindir/ircd"
+    unet_spath="$unet_bindir/ircd-ircu"
 else
     unet_spath="$unet_bindir/$unet_cv_with_symlink"
 fi
openSUSE Build Service is sponsored by