aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hdparm/hdparm.confd
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-10-13 08:11:14 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-10-13 08:11:14 +0000
commit326e3880df8dfe920efabf57994121acb8c6fd1d (patch)
treef3b38951cc9550ac16de584d5ef3a9a6be4723ca /testing/hdparm/hdparm.confd
parent7ccf5d526950166104a3767cb754384702babe2c (diff)
downloadaports-326e3880df8dfe920efabf57994121acb8c6fd1d.tar.bz2
aports-326e3880df8dfe920efabf57994121acb8c6fd1d.tar.xz
main/hdparm: removed init scripts and moved to main
Diffstat (limited to 'testing/hdparm/hdparm.confd')
-rw-r--r--testing/hdparm/hdparm.confd26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/hdparm/hdparm.confd b/testing/hdparm/hdparm.confd
deleted file mode 100644
index a1ae626b3b..0000000000
--- a/testing/hdparm/hdparm.confd
+++ /dev/null
@@ -1,26 +0,0 @@
-# /etc/conf.d/hdparm: config file for /etc/init.d/hdparm
-
-#
-# Note that options such as -y which force *immediate* power saving options
-# should generally not be placed here. The hdparm init.d script may run at
-# anytime with respect to other init.d scripts that do system wide drive
-# scans (like the hald script), so they will merely get spun right back up.
-# If you wish to use these options, please use the local.start init.d script
-# instead so that you're guaranteed that it will run last.
-#
-
-# 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"
-# cdrom0_args="-d1"
-
-# or you can set options for all PATA drives
-pata_all_args="-d1"
-
-# or you can set options for all SATA drives
-sata_all_args=""
-
-# or, you can set hdparm options for all drives
-all_args=""