Bug 92785 - Qingy sample config file is incorrect
Bug#: 92785 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: UPSTREAM Assigned To: s4t4n@gentoo.org Reported By: predatory.kangaroo@gmail.com
Component: Applications
URL: 
Summary: Qingy sample config file is incorrect
Keywords:  
Status Whiteboard: 
Opened: 2005-05-16 05:59 0000
Description:   Opened: 2005-05-16 05:59 0000
In qingy-0.5.3 (I haven't tested other versions yet), the configuration file
(/etc/qingy/settings) says the following (at line 52:

# these options are valid only if qingy is started from tty3
#tty = 1

Where it should say

# these options are valid only if qingy is started from tty3
#tty = 3

Reproducible: Always
Steps to Reproduce:
1. Emerge qingy-0.5.3
2. Look at the end (line 52) of /etc/qingy/settings

Actual Results:  
# these options are valid only if qingy is started from tty3
#tty = 1


Expected Results:  
# these options are valid only if qingy is started from tty3
#tty = 3

------- Comment #1 From Michele Noberasco 2005-05-16 06:29:20 0000 -------
Saw and fixed (upstream in CVS version of qingy), thank you!

------- Comment #2 From Michele Noberasco 2005-05-30 01:17:48 0000 -------
Just committed a new, fixed version to the Tree...

------- Comment #3 From Lachlan Pease 2005-05-30 02:13:20 0000 -------
Cheers