diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-09-06 02:17:08 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-09-06 02:17:08 +0000 |
commit | 29e4cb2c40a76747c725a219030a04f22fbc97af (patch) | |
tree | ee019cd5b79d6bbcf2877a455093fb83acdb1c70 /sys-apps/hdparm | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-29e4cb2c40a76747c725a219030a04f22fbc97af.tar.gz gentoo-2-29e4cb2c40a76747c725a219030a04f22fbc97af.tar.bz2 gentoo-2-29e4cb2c40a76747c725a219030a04f22fbc97af.zip |
Fixed typos in conf.d files. Thanks to Redshift <gentoo@halffull.org> and Steve Dibb <sdibb@myway.com> in bug #62275.
Diffstat (limited to 'sys-apps/hdparm')
-rw-r--r-- | sys-apps/hdparm/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/hdparm/files/hdparm-conf.d | 4 | ||||
-rw-r--r-- | sys-apps/hdparm/files/hdparm-conf.d.3 | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/hdparm/ChangeLog b/sys-apps/hdparm/ChangeLog index ffcc0e9124a4..f06d23dca366 100644 --- a/sys-apps/hdparm/ChangeLog +++ b/sys-apps/hdparm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/hdparm # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v 1.49 2004/09/04 18:30:28 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v 1.50 2004/09/06 02:17:08 swegener Exp $ + + 06 Sep 2004; Sven Wegener <swegener@gentoo.org> files/hdparm-conf.d, + files/hdparm-conf.d.3: + Fixed typos in conf.d files. Thanks to Redshift <gentoo@halffull.org> and + Steve Dibb <sdibb@myway.com> in bug #62275. *hdparm-5.7 (04 Sep 2004) diff --git a/sys-apps/hdparm/files/hdparm-conf.d b/sys-apps/hdparm/files/hdparm-conf.d index bc68a422e575..3da42175f069 100644 --- a/sys-apps/hdparm/files/hdparm-conf.d +++ b/sys-apps/hdparm/files/hdparm-conf.d @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # 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.3 2004/07/15 00:43:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/files/hdparm-conf.d,v 1.4 2004/09/06 02:17:08 swegener Exp $ # You can either set hdparm arguments for each drive using disc*_args and cdrom*_args.. # eg. # disc0_args="-d1 -X66" -# disc1_args"-d1" +# disc1_args="-d1" # cdrom0_args="-d1" # Or, you can set hdparm options for ALL drives using all_args.. diff --git a/sys-apps/hdparm/files/hdparm-conf.d.3 b/sys-apps/hdparm/files/hdparm-conf.d.3 index f356708750a1..fa8c23f332c3 100644 --- a/sys-apps/hdparm/files/hdparm-conf.d.3 +++ b/sys-apps/hdparm/files/hdparm-conf.d.3 @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/files/hdparm-conf.d.3,v 1.1 2004/08/01 14:43:43 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/files/hdparm-conf.d.3,v 1.2 2004/09/06 02:17:08 swegener Exp $ # You can either set hdparm arguments for each drive using hdX_args, # discX_args, cdromX_args and genericX_args, e.g. # # hda_args="-d1 -X66" -# disc1_args"-d1" +# disc1_args="-d1" # cdrom0_args="-d1" # or, you can set hdparm options for ALL drives using all_args, e.g. |