public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted/files: twistd.init
Date: Tue,  8 Jan 2013 18:45:38 +0000 (UTC)	[thread overview]
Message-ID: <20130108184538.B02B22171D@flycatcher.gentoo.org> (raw)

floppym     13/01/08 18:45:38

  Modified:             twistd.init
  Log:
  Remove bashism, #450806 by kensington.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  dev-python/twisted/files/twistd.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/files/twistd.init?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/files/twistd.init?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/files/twistd.init?r1=1.2&r2=1.3

Index: twistd.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted/files/twistd.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twistd.init	10 Sep 2009 03:35:59 -0000	1.2
+++ twistd.init	8 Jan 2013 18:45:38 -0000	1.3
@@ -5,7 +5,7 @@
 }
 
 start() {
-	if [[ -z "${TWISTD_OPTS}" ]]; then
+	if [ -z "${TWISTD_OPTS}" ]; then
 		eerror "TWISTD_OPTS is not set!"
 		eerror "You need to configure twistd in /etc/conf.d/twistd."
 		return 1





             reply	other threads:[~2013-01-08 18:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08 18:45 Mike Gilbert (floppym) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-10  3:36 [gentoo-commits] gentoo-x86 commit in dev-python/twisted/files: twistd.init Arfrever Frehtes Taifersar Arahesis (arfrever)

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=20130108184538.B02B22171D@flycatcher.gentoo.org \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox