Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267780 - mail-filter/dcc rc-script dccifd check invalid
Summary: mail-filter/dcc rc-script dccifd check invalid
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-28 13:41 UTC by Matus UHLAR - fantomas
Modified: 2011-01-25 04:24 UTC (History)
3 users (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 Matus UHLAR - fantomas 2009-04-28 13:41:14 UTC
The /etc/init.d/dcc script has invalid check for DCCIFD instead of DCCIFD_ENABLE:

                if [[ "${DCCIFD}" != "on" ]]
                then    
                        einfo "DCCIFD_ENABLE is not set to 'on' in dcc_conf"
Comment 1 Martijn T 2009-05-15 16:14:39 UTC
I can confirm this bug and also that the suggested solution works.
Comment 2 Attila Tóth 2010-01-07 23:35:13 UTC
Another confirm.
Please apply this trivial.
Comment 3 Daniel Petre 2010-12-07 14:33:53 UTC
hello, just tested myself and can confirm the /etc/init.d/dcc script doesnt do a good check for DCCIFD_ENABLE in /etc/dcc/dcc_conf but for DCCIFD only which never starts the daemon..
can anyone fix the script already?
thanks !
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-01-25 04:24:36 UTC
InCVS