Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18655 - wrong parameter in startup of powertweakd in /etc/init.d/powertweakd
Summary: wrong parameter in startup of powertweakd in /etc/init.d/powertweakd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Jay Pfeifer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-02 15:22 UTC by Arndt Faulhaber
Modified: 2003-08-15 23:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arndt Faulhaber 2003-04-02 15:22:01 UTC
this is for ebuild:

powertweak-0.99.5_pre20021029.ebuild,v 1.5

and here the diff -c to correct it...:

*** powertweakd.ori     Wed Apr  2 22:09:33 2003
--- /etc/init.d/powertweakd     Wed Apr  2 22:09:41 2003
***************
*** 5,11 ****

  start() {
          ebegin "Starting powertweakd"
!         start-stop-daemon --start --quiet --exec /usr/sbin/powertweakd -- -p /var/run/powertweakd.pid
          eend $?
  }

--- 5,11 ----

  start() {
          ebegin "Starting powertweakd"
!         start-stop-daemon --start --quiet --exec /usr/sbin/powertweakd -- -d -p /var/run/powertweakd.pid
          eend $?
  }

Cheers, Arndt

PS: Sorry if I did something wrong... first time  submit a bug / patch...

Reproducible: Always
Steps to Reproduce:
just emerge the ebuild and you will see...
Actual Results:  
deamon did not start

Expected Results:  
deamon should be started
Comment 1 SpanKY gentoo-dev 2003-08-15 23:33:24 UTC
added 0.99.5 to cvs along with your fix, thanks for the bug report :)