Description of problem: Multiple flaws in /etc/init.d/gpsd 1) script points to /usr/bin/gpsd, gpsd is actually installed to /usr/sbin/gpsd 2) script uses -p $PIDFILE, gpsd uses -P (capital) Version-Release number of selected component (if applicable): gpsd-2.39-3.fc11.i586 How reproducible: always, "service start gpsd" Steps to Reproduce: 1. service start gpsd 2. 3. Actual results: Fails to run (complains about missing /usr/bin/gpsd, once you fix that it complains about -p invalid option. Expected results: It should run gpsd. Additional info:
This likes to be dup of 505588
*** This bug has been marked as a duplicate of bug 505588 ***