All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Webb <chris@arachsys.com>
To: mlmmj@mlmmj.org
Subject: Re: [mlmmj] More Nits
Date: Thu, 15 Apr 2010 17:41:32 +0000	[thread overview]
Message-ID: <20100415174132.GM12365@arachsys.com> (raw)
In-Reply-To: <4917C91D-7A19-4BF2-A179-E3061BC3524E@sabahattin-gucukoglu.com>

Mads Martin Joergensen <mmj@mmj.dk> writes:

> * Chris Webb <chris@arachsys.com> [Apr 15. 2010 11:52]:
> > > BTW: Will there ever be a transition period to mlmmj-receive?  Yes, I know. :-)
> > 
> > You could use the following patch which corrects the two systematic
> > spelling errors globally throughout the code. [Patch in git format
> > because of the file renames.]
> 
> Could we please install both binaries, so that we won't get something
> breaking on upgrade. That's the reason I haven't done this back in 0.7.
> If someone takes care of that, I might even submit a patch to print a
> big fat warning all over saying that mlmmj-recieve has been invoked the
> old and deprecated way, which will go away in future versions.

I think putting in a symlink for that might be as simple as

diff --git a/src/Makefile.am b/src/Makefile.am
index 79a906c..4fbae1d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,3 +59,6 @@ mlmmj_maintd_SOURCES = mlmmj-maintd.c print-version.c log_error.c mygetline.c \
 
 mlmmj_list_SOURCES = mlmmj-list.c strgen.c writen.c print-version.c memory.c \
                     log_error.c random-int.c readn.c
+
+install-exec-hook:
+	ln -fs $(DESTDIR)$(bindir)/mlmmj-rec{ei,ie}ve

on top of my previous patch, although I'm never 100% sure with autoconf!

Cheers,

Chris.


      parent reply	other threads:[~2010-04-15 17:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-07  2:36 [mlmmj] More Nits Sabahattin Gucukoglu
2010-04-07  3:03 ` Ben Schmidt
2010-04-07  4:39 ` Sabahattin Gucukoglu
2010-04-13  5:20 ` Morten Shearman Kirkegaard
2010-04-14 19:28 ` Sabahattin Gucukoglu
2010-04-15  9:49 ` Chris Webb
2010-04-15 16:49 ` Mads Martin Joergensen
2010-04-15 17:41 ` Chris Webb [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100415174132.GM12365@arachsys.com \
    --to=chris@arachsys.com \
    --cc=mlmmj@mlmmj.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.