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/hdparm/files
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/hdparm/files')
-rw-r--r--sys-apps/hdparm/files/hdparm-conf.d7
-rw-r--r--sys-apps/hdparm/files/hdparm-init9
2 files changed, 7 insertions, 9 deletions
diff --git a/sys-apps/hdparm/files/hdparm-conf.d b/sys-apps/hdparm/files/hdparm-conf.d
index cf208a58aec0..5b09abc40b7a 100644
--- a/sys-apps/hdparm/files/hdparm-conf.d
+++ b/sys-apps/hdparm/files/hdparm-conf.d
@@ -1,6 +1,6 @@
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/files/hdparm-conf.d,v 1.1 2003/03/01 21:17:39 sethbc 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/hdparm/files/hdparm-conf.d,v 1.2 2004/03/06 04:09:07 vapier Exp $
# You can either set hdparm arguments for each drive using disc*_args and cdrom*_args..
# eg.
@@ -12,4 +12,3 @@
# eg.
# this mimics the behavior of the current script
all_args="-d1"
-
diff --git a/sys-apps/hdparm/files/hdparm-init b/sys-apps/hdparm/files/hdparm-init
index e249682c74df..f8761751de4f 100644
--- a/sys-apps/hdparm/files/hdparm-init
+++ b/sys-apps/hdparm/files/hdparm-init
@@ -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/hdparm/files/hdparm-init,v 1.2 2003/02/14 23:25:49 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/hdparm/files/hdparm-init,v 1.3 2004/03/06 04:09:07 vapier Exp $
depend() {
need localmount
@@ -10,6 +10,5 @@ depend() {
start() {
ebegin "Enabling DMA on IDE drives"
/sbin/hdparm -d1 /dev/ide/hd/*u? &> /dev/null
- eend
+ eend $?
}
-