* [gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor.initd-r6
@ 2011-09-01 16:01 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-09-01 16:01 UTC (permalink / raw
To: gentoo-commits
blueness 11/09/01 16:01:54
Modified: tor.initd-r6
Log:
Cleaned up tor.initd-r6
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.4 net-misc/tor/files/tor.initd-r6
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor.initd-r6?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor.initd-r6?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor.initd-r6?r1=1.3&r2=1.4
Index: tor.initd-r6
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.initd-r6,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tor.initd-r6 1 Sep 2011 15:56:56 -0000 1.3
+++ tor.initd-r6 1 Sep 2011 16:01:54 -0000 1.4
@@ -1,12 +1,11 @@
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.initd-r6,v 1.3 2011/09/01 15:56:56 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.initd-r6,v 1.4 2011/09/01 16:01:54 blueness Exp $
-opts="${opts} checkconfig checkvarrun reload"
-PIDDIR="/var/run/tor"
-PIDFILE="${PIDDIR}/tor.pid"
-CONFFILE="/etc/tor/torrc"
+opts="${opts} checkconfig reload"
+PIDFILE=/var/run/tor/tor.pid
+CONFFILE=/etc/tor/torrc
depend() {
need net
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor.initd-r6
@ 2011-09-14 10:53 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-09-14 10:53 UTC (permalink / raw
To: gentoo-commits
blueness 11/09/14 10:53:02
Modified: tor.initd-r6
Log:
Change opts to extra_commands on ~arch ebuilds, bug #381895
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.5 net-misc/tor/files/tor.initd-r6
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor.initd-r6?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor.initd-r6?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor.initd-r6?r1=1.4&r2=1.5
Index: tor.initd-r6
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.initd-r6,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tor.initd-r6 1 Sep 2011 16:01:54 -0000 1.4
+++ tor.initd-r6 14 Sep 2011 10:53:02 -0000 1.5
@@ -1,9 +1,9 @@
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.initd-r6,v 1.4 2011/09/01 16:01:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.initd-r6,v 1.5 2011/09/14 10:53:02 blueness Exp $
-opts="${opts} checkconfig reload"
+extra_commands="checkconfig reload"
PIDFILE=/var/run/tor/tor.pid
CONFFILE=/etc/tor/torrc
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor.initd-r6
@ 2011-12-04 10:31 Sven Wegener (swegener)
0 siblings, 0 replies; 4+ messages in thread
From: Sven Wegener (swegener) @ 2011-12-04 10:31 UTC (permalink / raw
To: gentoo-commits
swegener 11/12/04 10:31:39
Modified: tor.initd-r6
Log:
reload is extra_started_commands
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.6 net-misc/tor/files/tor.initd-r6
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor.initd-r6?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor.initd-r6?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor.initd-r6?r1=1.5&r2=1.6
Index: tor.initd-r6
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.initd-r6,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tor.initd-r6 14 Sep 2011 10:53:02 -0000 1.5
+++ tor.initd-r6 4 Dec 2011 10:31:39 -0000 1.6
@@ -1,9 +1,11 @@
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.initd-r6,v 1.5 2011/09/14 10:53:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/files/tor.initd-r6,v 1.6 2011/12/04 10:31:39 swegener Exp $
+
+extra_commands="checkconfig"
+extra_started_commands="reload"
-extra_commands="checkconfig reload"
PIDFILE=/var/run/tor/tor.pid
CONFFILE=/etc/tor/torrc
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor.initd-r6
@ 2015-03-20 12:46 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-03-20 12:46 UTC (permalink / raw
To: gentoo-commits
blueness 15/03/20 12:46:13
Removed: tor.initd-r6
Log:
Version bump upstream stable. Bump alpha to new rc. Remove older unstables.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-20 12:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 10:31 [gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor.initd-r6 Sven Wegener (swegener)
-- strict thread matches above, loose matches on Subject: below --
2015-03-20 12:46 Anthony G. Basile (blueness)
2011-09-14 10:53 Anthony G. Basile (blueness)
2011-09-01 16:01 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