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-i18n | |
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-i18n')
-rw-r--r-- | app-i18n/canna/files/canna-3.7_p3.initd | 1 | ||||
-rw-r--r-- | app-i18n/multiskkserv/files/multiskkserv.conf | 1 | ||||
-rw-r--r-- | app-i18n/multiskkserv/files/multiskkserv.initd | 1 | ||||
-rw-r--r-- | app-i18n/skkserv/files/skkserv.initd | 1 | ||||
-rw-r--r-- | app-i18n/yaskkserv/files/yaskkserv.initd | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/app-i18n/canna/files/canna-3.7_p3.initd b/app-i18n/canna/files/canna-3.7_p3.initd index d0833dea9311..9e21b061368f 100644 --- a/app-i18n/canna/files/canna-3.7_p3.initd +++ b/app-i18n/canna/files/canna-3.7_p3.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # CANNASERVER_OPTS and CANNASERVER_OWNER is defined in /etc/conf.d/canna CANNASERVER_LOGFILE="/var/log/canna/CANNA0msgs" diff --git a/app-i18n/multiskkserv/files/multiskkserv.conf b/app-i18n/multiskkserv/files/multiskkserv.conf index e2e95fd8e501..12ca62e3987b 100644 --- a/app-i18n/multiskkserv/files/multiskkserv.conf +++ b/app-i18n/multiskkserv/files/multiskkserv.conf @@ -1,6 +1,5 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # Config file for /etc/init.d/multiskkserv diff --git a/app-i18n/multiskkserv/files/multiskkserv.initd b/app-i18n/multiskkserv/files/multiskkserv.initd index fb05843a761d..43fd803993f0 100644 --- a/app-i18n/multiskkserv/files/multiskkserv.initd +++ b/app-i18n/multiskkserv/files/multiskkserv.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$ depend() { need net diff --git a/app-i18n/skkserv/files/skkserv.initd b/app-i18n/skkserv/files/skkserv.initd index 1e6b6d7e75a1..abab626c62c2 100644 --- a/app-i18n/skkserv/files/skkserv.initd +++ b/app-i18n/skkserv/files/skkserv.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ start() { ebegin "Starting skkserv" diff --git a/app-i18n/yaskkserv/files/yaskkserv.initd b/app-i18n/yaskkserv/files/yaskkserv.initd index a378c266af71..7e081d1938b7 100644 --- a/app-i18n/yaskkserv/files/yaskkserv.initd +++ b/app-i18n/yaskkserv/files/yaskkserv.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ command=/usr/sbin/${SVCNAME}_${YASKKSERV_SERVER_TYPE} command_args="--no-daemonize ${YASKKSERV_OPTS}" |