diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-09 09:18:54 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-09 10:33:03 +0100 |
commit | deac63d0c8f646e7d8617cf664e01d599253de89 (patch) | |
tree | fd1fdd2204dd820fd869f8d48fdea118be8400a7 /app-antivirus/skyldav/files | |
parent | 25dab8527ad800ab29e715ec39e246389afc7388 (diff) | |
download | gentoo-deac63d0c8f646e7d8617cf664e01d599253de89.tar.gz gentoo-deac63d0c8f646e7d8617cf664e01d599253de89.tar.xz |
Convert $Header to $Id
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-antivirus/skyldav/files')
-rw-r--r-- | app-antivirus/skyldav/files/skyldav.confd | 2 | ||||
-rwxr-xr-x | app-antivirus/skyldav/files/skyldav.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/skyldav/files/skyldav.confd b/app-antivirus/skyldav/files/skyldav.confd index aad4d230590..3638144bc10 100644 --- a/app-antivirus/skyldav/files/skyldav.confd +++ b/app-antivirus/skyldav/files/skyldav.confd @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ # Config file for /etc/init.d/skyldav diff --git a/app-antivirus/skyldav/files/skyldav.initd b/app-antivirus/skyldav/files/skyldav.initd index fd4bf09f7e3..ce19ccf8786 100755 --- a/app-antivirus/skyldav/files/skyldav.initd +++ b/app-antivirus/skyldav/files/skyldav.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ SKYLDAV_BIN="/usr/sbin/skyldav" SKYLDAV_OPTS="${SKYLDAV_OPTS:--m 2}" |