summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 04:09:34 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 04:09:34 +0000
commitfe85b0dc5b92adc9e48966e2227d525f0d12f7db (patch)
tree5a84c769020394faac5b9a0f4779dcfc89943534 /sys-apps/acpid
parentwe license under gpl2, not gpl2 or later (diff)
downloadgentoo-2-fe85b0dc5b92adc9e48966e2227d525f0d12f7db.tar.gz
gentoo-2-fe85b0dc5b92adc9e48966e2227d525f0d12f7db.tar.bz2
gentoo-2-fe85b0dc5b92adc9e48966e2227d525f0d12f7db.zip
we license under gpl2, not gpl2 or later
Diffstat (limited to 'sys-apps/acpid')
-rw-r--r--sys-apps/acpid/files/acpid.rc67
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/acpid/files/acpid.rc6 b/sys-apps/acpid/files/acpid.rc6
index 9b91826e5782..acf7cd70b863 100644
--- a/sys-apps/acpid/files/acpid.rc6
+++ b/sys-apps/acpid/files/acpid.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/files/acpid.rc6,v 1.3 2003/02/14 23:11:40 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/files/acpid.rc6,v 1.4 2004/03/06 04:06:01 vapier Exp $
depend() {
need localmount
@@ -9,7 +9,6 @@ depend() {
checkconfig() {
if [ ! -e /proc/acpi ] ; then
-
eerror "ACPI support has not been compiled into the kernel"
return 1
fi