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 /dev-db/postgresql | |
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 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/files/postgresql-check-db-dir | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/postgresql.init | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/postgresql.init-9.3 | 1 | ||||
-rw-r--r-- | dev-db/postgresql/files/postgresql.init-pre_9.2 | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/dev-db/postgresql/files/postgresql-check-db-dir b/dev-db/postgresql/files/postgresql-check-db-dir index 861b398e5032..7f89919a1f68 100644 --- a/dev-db/postgresql/files/postgresql-check-db-dir +++ b/dev-db/postgresql/files/postgresql-check-db-dir @@ -1,7 +1,6 @@ #!/bin/sh # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ eerror() { echo "$@" >&2 diff --git a/dev-db/postgresql/files/postgresql.init b/dev-db/postgresql/files/postgresql.init index 0952f1b5def9..35dd316e9604 100644 --- a/dev-db/postgresql/files/postgresql.init +++ b/dev-db/postgresql/files/postgresql.init @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ extra_started_commands="reload" diff --git a/dev-db/postgresql/files/postgresql.init-9.3 b/dev-db/postgresql/files/postgresql.init-9.3 index 6a0489013a72..ffecea7a757c 100644 --- a/dev-db/postgresql/files/postgresql.init-9.3 +++ b/dev-db/postgresql/files/postgresql.init-9.3 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ extra_started_commands="reload" diff --git a/dev-db/postgresql/files/postgresql.init-pre_9.2 b/dev-db/postgresql/files/postgresql.init-pre_9.2 index c8b615a6c86b..0973087b315d 100644 --- a/dev-db/postgresql/files/postgresql.init-pre_9.2 +++ b/dev-db/postgresql/files/postgresql.init-pre_9.2 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ extra_started_commands="reload" |