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 /sys-apps/lm_sensors | |
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 'sys-apps/lm_sensors')
-rw-r--r-- | sys-apps/lm_sensors/files/fancontrol-init.d-2 | 1 | ||||
-rw-r--r-- | sys-apps/lm_sensors/files/fancontrol.initd | 1 | ||||
-rw-r--r-- | sys-apps/lm_sensors/files/lm_sensors-3-init.d | 1 | ||||
-rw-r--r-- | sys-apps/lm_sensors/files/lm_sensors.initd | 1 | ||||
-rw-r--r-- | sys-apps/lm_sensors/files/sensord-4-init.d | 1 | ||||
-rw-r--r-- | sys-apps/lm_sensors/files/sensord.initd | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sys-apps/lm_sensors/files/fancontrol-init.d-2 b/sys-apps/lm_sensors/files/fancontrol-init.d-2 index 22d191b0f083..ea60db78370d 100644 --- a/sys-apps/lm_sensors/files/fancontrol-init.d-2 +++ b/sys-apps/lm_sensors/files/fancontrol-init.d-2 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ CONFIG=/etc/fancontrol diff --git a/sys-apps/lm_sensors/files/fancontrol.initd b/sys-apps/lm_sensors/files/fancontrol.initd index 05f787d026dc..0734668a4c0a 100644 --- a/sys-apps/lm_sensors/files/fancontrol.initd +++ b/sys-apps/lm_sensors/files/fancontrol.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$ FANCONTROL_CONFIGFILE=${FANCONTROL_CONFIGFILE:-"/etc/fancontrol"} FANCONTROL_SSDARGS=${FANCONTROL_SSDARGS:-"--background --wait 1000"} diff --git a/sys-apps/lm_sensors/files/lm_sensors-3-init.d b/sys-apps/lm_sensors/files/lm_sensors-3-init.d index 2aa5f6472942..461d1ede93e0 100644 --- a/sys-apps/lm_sensors/files/lm_sensors-3-init.d +++ b/sys-apps/lm_sensors/files/lm_sensors-3-init.d @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ checkconfig() { if [ ! -f /etc/conf.d/lm_sensors ]; then diff --git a/sys-apps/lm_sensors/files/lm_sensors.initd b/sys-apps/lm_sensors/files/lm_sensors.initd index 4804b7832e92..4efc6c964040 100644 --- a/sys-apps/lm_sensors/files/lm_sensors.initd +++ b/sys-apps/lm_sensors/files/lm_sensors.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/bin/sensors" diff --git a/sys-apps/lm_sensors/files/sensord-4-init.d b/sys-apps/lm_sensors/files/sensord-4-init.d index 9a8723fe4ea4..beaecbfabf77 100644 --- a/sys-apps/lm_sensors/files/sensord-4-init.d +++ b/sys-apps/lm_sensors/files/sensord-4-init.d @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ CONFIG=/etc/sensors3.conf diff --git a/sys-apps/lm_sensors/files/sensord.initd b/sys-apps/lm_sensors/files/sensord.initd index 96acb59887e4..fa958dbf4389 100644 --- a/sys-apps/lm_sensors/files/sensord.initd +++ b/sys-apps/lm_sensors/files/sensord.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$ SENSORD_PIDFILE=${SENSORD_PIDFILE:-"/run/sensord.pid"} SENSORD_SSDARGS=${SENSORD_SSDARGS:-"--wait 1000"} |