Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92785 - Qingy sample config file is incorrect
Summary: Qingy sample config file is incorrect
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 05:59 UTC by Lachlan Pease
Modified: 2005-05-30 02:13 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 Lachlan Pease 2005-05-16 05:59:55 UTC
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 Michele Noberasco (RETIRED) gentoo-dev 2005-05-16 06:29:20 UTC
Saw and fixed (upstream in CVS version of qingy), thank you!
Comment 2 Michele Noberasco (RETIRED) gentoo-dev 2005-05-30 01:17:48 UTC
Just committed a new, fixed version to the Tree...
Comment 3 Lachlan Pease 2005-05-30 02:13:20 UTC
Cheers