public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openssh/files: sshd.rc6
Date: Sun, 19 Jul 2009 05:55:01 +0000	[thread overview]
Message-ID: <E1MSPMT-0004lJ-T0@stork.gentoo.org> (raw)

vapier      09/07/19 05:55:01

  Modified:             sshd.rc6
  Log:
  Add checkconfig to reload() #277007 by Michał Górny.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 net-misc/openssh/files/sshd.rc6

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openssh/files/sshd.rc6?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openssh/files/sshd.rc6?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openssh/files/sshd.rc6?r1=1.25&r2=1.26

Index: sshd.rc6
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sshd.rc6	10 Jul 2009 21:32:44 -0000	1.25
+++ sshd.rc6	19 Jul 2009 05:55:01 -0000	1.26
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6,v 1.25 2009/07/10 21:32:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6,v 1.26 2009/07/19 05:55:01 vapier Exp $
 
 opts="${opts} reload checkconfig gen_keys"
 
@@ -73,6 +73,7 @@
 }
 
 reload() {
+	checkconfig || return 1
 	ebegin "Reloading ${SVCNAME}"
 	start-stop-daemon --stop --signal HUP --oknodo \
 	    --exec "${SSHD_BINARY}" --pidfile "${SSHD_PIDFILE}"






             reply	other threads:[~2009-07-19  5:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-19  5:55 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-12  8:09 [gentoo-commits] gentoo-x86 commit in net-misc/openssh/files: sshd.rc6 Christian Ruppert (idl0r)
2009-07-10 21:32 Robin H. Johnson (robbat2)
2009-04-12 20:12 Robin H. Johnson (robbat2)
2007-09-20  7:38 Mike Frysinger (vapier)

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=E1MSPMT-0004lJ-T0@stork.gentoo.org \
    --to=vapier@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