prometheanfire 15/04/05 02:40:10
Modified: swift-proxy.initd swift-object.initd
swift-container.initd swift-account.initd
Log:
fixing init scripts for bug 511710
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0x33ED3FD25AFC78BA)
Revision Changes Path
1.2 sys-cluster/swift/files/swift-proxy.initd
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-proxy.initd?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-proxy.initd?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-proxy.initd?r1=1.1&r2=1.2
Index: swift-proxy.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-proxy.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- swift-proxy.initd 2 Jan 2013 20:03:40 -0000 1.1
+++ swift-proxy.initd 5 Apr 2015 02:40:10 -0000 1.2
@@ -1,10 +1,10 @@
#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-proxy.initd,v
1.1 2013/01/02 20:03:40 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-proxy.initd,v
1.2 2015/04/05 02:40:10 prometheanfire Exp $
COMMAND=/usr/bin/swift-init
-PIDFILE=/var/run/swift/swift-proxy.pid
+PIDFILE=/run/swift/proxy-server.pid
depend() {
after net
1.2 sys-cluster/swift/files/swift-object.initd
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-object.initd?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-object.initd?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-object.initd?r1=1.1&r2=1.2
Index: swift-object.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-object.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- swift-object.initd 2 Jan 2013 20:03:40 -0000 1.1
+++ swift-object.initd 5 Apr 2015 02:40:10 -0000 1.2
@@ -1,10 +1,10 @@
#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-object.initd,v 1.1
2013/01/02 20:03:40 prometheanfire Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-object.initd,v 1.2
2015/04/05 02:40:10 prometheanfire Exp $
COMMAND=/usr/bin/swift-init
-PIDFILE=/var/run/swift/swift-object.pid
+PIDFILE=/run/swift/object-server.pid
depend() {
after net
1.2 sys-cluster/swift/files/swift-container.initd
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-container.initd?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-container.initd?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-container.initd?r1=1.1&r2=1.2
Index: swift-container.initd
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-container.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- swift-container.initd 2 Jan 2013 20:03:40 -0000 1.1
+++ swift-container.initd 5 Apr 2015 02:40:10 -0000 1.2
@@ -1,10 +1,10 @@
#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-container.initd,v 1.1
2013/01/02 20:03:40 prometheanfire Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-container.initd,v 1.2
2015/04/05 02:40:10 prometheanfire Exp $
COMMAND=/usr/bin/swift-init
-PIDFILE=/var/run/swift/swift-container.pid
+PIDFILE=/run/swift/container-server.pid
depend() {
after net
1.2 sys-cluster/swift/files/swift-account.initd
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-account.initd?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-account.initd?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/files/swift-account.initd?r1=1.1&r2=1.2
Index: swift-account.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-account.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- swift-account.initd 2 Jan 2013 20:03:40 -0000 1.1
+++ swift-account.initd 5 Apr 2015 02:40:10 -0000 1.2
@@ -1,10 +1,10 @@
#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-account.initd,v 1.1
2013/01/02 20:03:40 prometheanfire Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-cluster/swift/files/swift-account.initd,v 1.2
2015/04/05 02:40:10 prometheanfire Exp $
COMMAND=/usr/bin/swift-init
-PIDFILE=/var/run/swift/swift-account.pid
+PIDFILE=/run/swift/account-server.pid
depend() {
after net