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 /app-admin/supervisor | |
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 'app-admin/supervisor')
-rw-r--r-- | app-admin/supervisor/files/init.d | 1 | ||||
-rw-r--r-- | app-admin/supervisor/files/init.d-r1 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app-admin/supervisor/files/init.d b/app-admin/supervisor/files/init.d index c75902ce8ce4..bf8d00c9517d 100644 --- a/app-admin/supervisor/files/init.d +++ b/app-admin/supervisor/files/init.d @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ checkconfig() { if [ ! -f /etc/supervisord.conf ] ; then diff --git a/app-admin/supervisor/files/init.d-r1 b/app-admin/supervisor/files/init.d-r1 index 105aa1abc4da..f22f49d54947 100644 --- a/app-admin/supervisor/files/init.d-r1 +++ b/app-admin/supervisor/files/init.d-r1 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ description="client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems" |