[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: hdparm.conf & S07hdparm



On Sun, Mar 13, 2005 at 02:39:03PM -0600, David Berg wrote:
> Is there a doc describing how S07hdparm reads hdparm.conf?  I don't
> find anything in /usr/share/doc/hdparm and don't see anything jumping
> out at me searching google.  I'm still learning bash scripting/regex
> and reading through the init script is rather time consuming.  If the
> doc isn't there let me know and I'll try to whip something up once I
> finally make my way through the whole script.
> 
> Dave


  It uses the following line, which is copied from the init file:

    egrep -v '^[[:space:]]*(#|$)' /etc/hdparm.conf |

. I guess that you saw that line yourself. Perhaps you want to rephrase
your question?



Reply to: