public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tinc/files: tincd.lo.1
@ 2012-03-11 14:08 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2012-03-11 14:08 UTC (permalink / raw
  To: gentoo-commits

blueness    12/03/11 14:08:26

  Modified:             tincd.lo.1
  Log:
  Version bump, some cosmetic cleanups
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-misc/tinc/files/tincd.lo.1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd.lo.1?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd.lo.1?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd.lo.1?r1=1.4&r2=1.5

Index: tincd.lo.1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo.1,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tincd.lo.1	2 Feb 2012 20:29:33 -0000	1.4
+++ tincd.lo.1	11 Mar 2012 14:08:26 -0000	1.5
@@ -1,20 +1,18 @@
 #!/sbin/runscript
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo.1,v 1.4 2012/02/02 20:29:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo.1,v 1.5 2012/03/11 14:08:26 blueness Exp $
 
 extra_started_commands="reload"
 
 DAEMON="/usr/sbin/tincd"
 
-depend()
-{
+depend() {
 	use logger dns
 	need net
 }
 
-start()
-{
+start() {
 	NETNAME="${RC_SVCNAME#*.}"
 	CONFIG="/etc/tinc/${NETNAME}/tinc.conf"
 	PIDFILE="/var/run/tinc.${NETNAME}.pid"
@@ -33,8 +31,7 @@
 	fi
 }
 
-stop()
-{
+stop() {
 	NETNAME="${RC_SVCNAME#*.}"
 	CONFIG="/etc/tinc/${NETNAME}/tinc.conf"
 	PIDFILE="/var/run/tinc.${NETNAME}.pid"
@@ -45,8 +42,7 @@
 	fi
 }
 
-reload()
-{
+reload() {
 	NETNAME=${RC_SVCNAME#*.}
 	CONFIG="/etc/tinc/${NETNAME}/tinc.conf"
 	PIDFILE="/var/run/tinc.${NETNAME}.pid"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-11 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11 14:08 [gentoo-commits] gentoo-x86 commit in net-misc/tinc/files: tincd.lo.1 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox