Install convert-conf utility under ${prefix}.
authorMichael Poole <mdpoole@troilus.org>
Thu, 18 May 2006 03:48:41 +0000 (03:48 +0000)
committerMichael Poole <mdpoole@troilus.org>
Thu, 18 May 2006 03:48:41 +0000 (03:48 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1657 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/Makefile.in

index 660928dd42ed4b66fdf229a5857c3d167e1522b5..569a131effbc8724887bfe2e22a730a5a9b2b2c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-17  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/Makefile.in (install-*): Install convert-conf.  Install
+       umkpasswd when ${BINDIR}/ircd is not a symlink.
+
 2006-05-15  Michael Poole <mdpoole@troilus.org>
 
        * ircd/s_auth.c (check_auth_finished): Only check passwords on
index 22c5a06196e2424130bde6e1352f7ea68127be62..027fd6e99ab8acbc2740f979d4031d857a1c08f5 100644 (file)
@@ -297,6 +297,7 @@ install-with-symlink: build mkbindir
          ${LN_S} ircd.`cat /tmp/ircd.tag` ${SYMLINK}; )
        @${RM} /tmp/ircd.tag
        ${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} umkpasswd ${BINDIR}
+       ${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR}
        ${INSTALL} -m 600 -o ${IRCDOWN} -g ${IRCDGRP} ${top_srcdir}/doc/example.conf ${DPATH}
 
 install-no-symlink: build mkbindir
@@ -309,6 +310,8 @@ install-no-symlink: build mkbindir
        fi
        @echo "Installing new ircd as ${BINDIR}/ircd :"
        ${INSTALL} -m ${IRCDMODE} -o ${IRCDOWN} -g ${IRCDGRP} ircd ${BINDIR}/ircd
+       ${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} umkpasswd ${BINDIR}
+       ${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR}
        ${INSTALL} -m 600 -o ${IRCDOWN} -g ${IRCDGRP} ${top_srcdir}/doc/example.conf ${DPATH}
 
 uninstall: