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 /net-print | |
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 'net-print')
-rw-r--r-- | net-print/cups/files/cupsd.init.d-r2 | 1 | ||||
-rw-r--r-- | net-print/cups/files/cupsd.init.d-r3 | 1 | ||||
-rw-r--r-- | net-print/lprng/files/lprng-init | 1 | ||||
-rw-r--r-- | net-print/lprng/files/printcap | 1 | ||||
-rw-r--r-- | net-print/mtink/files/mtinkd.confd | 1 | ||||
-rw-r--r-- | net-print/mtink/files/mtinkd.rc | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/net-print/cups/files/cupsd.init.d-r2 b/net-print/cups/files/cupsd.init.d-r2 index 7910a3c511bc..f89263077593 100644 --- a/net-print/cups/files/cupsd.init.d-r2 +++ b/net-print/cups/files/cupsd.init.d-r2 @@ -1,6 +1,5 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation -# $Id$ description="The Common Unix Printing System daemon" command="/usr/sbin/cupsd" diff --git a/net-print/cups/files/cupsd.init.d-r3 b/net-print/cups/files/cupsd.init.d-r3 index 20373414e9c0..2f563e4c7698 100644 --- a/net-print/cups/files/cupsd.init.d-r3 +++ b/net-print/cups/files/cupsd.init.d-r3 @@ -1,6 +1,5 @@ #!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation -# $Id$ description="The Common Unix Printing System daemon" command="/usr/sbin/cupsd" diff --git a/net-print/lprng/files/lprng-init b/net-print/lprng/files/lprng-init index 39f88b047e1c..115c8adf3ed7 100644 --- a/net-print/lprng/files/lprng-init +++ b/net-print/lprng/files/lprng-init @@ -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/net-print/lprng/files/printcap b/net-print/lprng/files/printcap index 500aec20c21f..c851e8e2e826 100644 --- a/net-print/lprng/files/printcap +++ b/net-print/lprng/files/printcap @@ -1,5 +1,4 @@ # /etc/printcap: printer capability database. -# $Id$ # # You can use the filter entries df, tf, cf, gf etc. for your # own filters. See the printcap(5) manpage for more details. diff --git a/net-print/mtink/files/mtinkd.confd b/net-print/mtink/files/mtinkd.confd index 9facf032790d..2c5993521b4c 100644 --- a/net-print/mtink/files/mtinkd.confd +++ b/net-print/mtink/files/mtinkd.confd @@ -1,6 +1,5 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # define the device file, adapt this #DEV_FILE=/dev/lp0 diff --git a/net-print/mtink/files/mtinkd.rc b/net-print/mtink/files/mtinkd.rc index 769e71d9208c..d57664700229 100644 --- a/net-print/mtink/files/mtinkd.rc +++ b/net-print/mtink/files/mtinkd.rc @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ depend() { use cups |