public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Popov (pinkbyte)" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/quagga/files: quagga-services.init.3
Date: Tue, 23 Apr 2013 09:25:18 +0000 (UTC)	[thread overview]
Message-ID: <20130423092519.084DD2171E@flycatcher.gentoo.org> (raw)

pinkbyte    13/04/23 09:25:18

  Modified:             quagga-services.init.3
  Log:
  Version bump, wrt bug #466578, thanks to David Lamparter. Minor path fix in initscript
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.3                  net-misc/quagga/files/quagga-services.init.3

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/quagga/files/quagga-services.init.3?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/quagga/files/quagga-services.init.3?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/quagga/files/quagga-services.init.3?r1=1.2&r2=1.3

Index: quagga-services.init.3
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/quagga/files/quagga-services.init.3,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quagga-services.init.3	5 Dec 2012 22:48:59 -0000	1.2
+++ quagga-services.init.3	23 Apr 2013 09:25:18 -0000	1.3
@@ -1,11 +1,11 @@
 #!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/files/quagga-services.init.3,v 1.2 2012/12/05 22:48:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/files/quagga-services.init.3,v 1.3 2013/04/23 09:25:18 pinkbyte Exp $
 
 : ${CFGFILE:=/etc/quagga/${SVCNAME}.conf}
 
-pidfile=/var/run/quagga/${SVCNAME}.pid
+pidfile=/run/quagga/${SVCNAME}.pid
 
 command=/usr/sbin/${SVCNAME}
 command_args="-d -f ${CFGFILE} ${EXTRA_OPTS} --pid_file ${pidfile}"
@@ -34,7 +34,7 @@
         return 1
     fi
 
-	checkpath -d -m 0750 -o quagga:quagga /var/run/quagga
+	checkpath -d -m 0750 -o quagga:quagga /run/quagga
 
 	if [ ${SVCNAME} = "zebra" ]; then
 		ebegin "Cleaning up stale zebra routes..."





             reply	other threads:[~2013-04-23  9:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23  9:25 Sergey Popov (pinkbyte) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-05 22:48 [gentoo-commits] gentoo-x86 commit in net-misc/quagga/files: quagga-services.init.3 Jeroen Roovers (jer)
2011-10-21 22:51 Diego Petteno (flameeyes)

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=20130423092519.084DD2171E@flycatcher.gentoo.org \
    --to=pinkbyte@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