Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2006-05-18 03:48:52 UTC

Modified files:
  Tag: u2_10_12_branch
     ircd/Makefile.in ChangeLog

Log message:

Install convert-conf utility under ${prefix}.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.102 ircu2.10/ChangeLog:1.710.2.103
--- ircu2.10/ChangeLog:1.710.2.102      Mon May 15 19:34:00 2006
+++ ircu2.10/ChangeLog  Wed May 17 20:48:41 2006
@@ -1,3 +1,8 @@
+2006-05-17  Michael Poole <[EMAIL PROTECTED]>
+
+       * ircd/Makefile.in (install-*): Install convert-conf.  Install
+       umkpasswd when ${BINDIR}/ircd is not a symlink.
+
 2006-05-15  Michael Poole <[EMAIL PROTECTED]>
 
        * ircd/s_auth.c (check_auth_finished): Only check passwords on
Index: ircu2.10/ircd/Makefile.in
diff -u ircu2.10/ircd/Makefile.in:1.69.2.2 ircu2.10/ircd/Makefile.in:1.69.2.3
--- ircu2.10/ircd/Makefile.in:1.69.2.2  Wed Feb 15 19:49:54 2006
+++ ircu2.10/ircd/Makefile.in   Wed May 17 20:48:41 2006
@@ -297,6 +297,7 @@
          ${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 @@
        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:
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to