diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:39:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 21:43:13 +0100 |
commit | 22fd7b2d4764535bd3afc37728df1015b0294467 (patch) | |
tree | 308db1ade2168db9280b6c460c478e9183a8372f /sys-cluster/swift | |
parent | dev-lang/spidermonkey:{38,45} drop more static libs (diff) | |
download | gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.gz gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.bz2 gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.zip |
Drop remaining $Id$ and $Header$ from files.
Bug: 611234
Diffstat (limited to 'sys-cluster/swift')
-rw-r--r-- | sys-cluster/swift/files/swift-account.initd | 1 | ||||
-rw-r--r-- | sys-cluster/swift/files/swift-container.initd | 1 | ||||
-rw-r--r-- | sys-cluster/swift/files/swift-object.initd | 1 | ||||
-rw-r--r-- | sys-cluster/swift/files/swift-proxy.initd | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sys-cluster/swift/files/swift-account.initd b/sys-cluster/swift/files/swift-account.initd index f70950fe65d6..205280c76ae0 100644 --- a/sys-cluster/swift/files/swift-account.initd +++ b/sys-cluster/swift/files/swift-account.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ COMMAND=/usr/bin/swift-init PIDFILE=/run/swift/account-server.pid diff --git a/sys-cluster/swift/files/swift-container.initd b/sys-cluster/swift/files/swift-container.initd index 74663785610e..051951af138d 100644 --- a/sys-cluster/swift/files/swift-container.initd +++ b/sys-cluster/swift/files/swift-container.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ COMMAND=/usr/bin/swift-init PIDFILE=/run/swift/container-server.pid diff --git a/sys-cluster/swift/files/swift-object.initd b/sys-cluster/swift/files/swift-object.initd index bb00d2bec807..59ec78ca039a 100644 --- a/sys-cluster/swift/files/swift-object.initd +++ b/sys-cluster/swift/files/swift-object.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ COMMAND=/usr/bin/swift-init PIDFILE=/run/swift/object-server.pid diff --git a/sys-cluster/swift/files/swift-proxy.initd b/sys-cluster/swift/files/swift-proxy.initd index 2b96aca1ee64..cce9c32e335b 100644 --- a/sys-cluster/swift/files/swift-proxy.initd +++ b/sys-cluster/swift/files/swift-proxy.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ COMMAND=/usr/bin/swift-init PIDFILE=/run/swift/proxy-server.pid |