diff options
Diffstat (limited to 'dev-db/pgagent/files/pgagent.initd')
-rw-r--r-- | dev-db/pgagent/files/pgagent.initd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-db/pgagent/files/pgagent.initd b/dev-db/pgagent/files/pgagent.initd index 6e3e173414f8..a43916888bbb 100644 --- a/dev-db/pgagent/files/pgagent.initd +++ b/dev-db/pgagent/files/pgagent.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ PGAGENTOPT="-t ${PGA_POLL} -r ${PGA_RETRY} -s ${PGA_LOG} -l ${PGA_LEVEL}" |