Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374311 - net-mail/mailgraph 1.14 init script uses option deprecated by sys-apps/baselayout 2.0.2
Summary: net-mail/mailgraph 1.14 init script uses option deprecated by sys-apps/basela...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 06:54 UTC by John Wilcock
Modified: 2011-07-07 15:08 UTC (History)
0 users

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 John Wilcock 2011-07-07 06:54:22 UTC
The /etc/init.d/mailgraph script from net-mail/mailgraph 1.14 uses start-stop-daemon with the -c option which has been deprecated by sys-apps/baselayout 2.0.2

Reproducible: Always

Steps to Reproduce:
1. emerge mailgraph
2. /etc/init.d/mailgraph start
3.
Actual Results:  
WARNING: -c/--chuid is deprecated and will be removed in the future, please use -u/--user instead

Expected Results:  
Works fine if -c is changed to --user

See also bug 366581 for another fix to the mailgraph init script
Comment 1 Eray Aslan gentoo-dev 2011-07-07 15:08:58 UTC
+*mailgraph-1.14-r1 (07 Jul 2011)
+
+  07 Jul 2011; Eray Aslan <eras@gentoo.org> +mailgraph-1.14-r1.ebuild,
+  files/mailgraph.initd-new:
+  Fix depreciation warning and crashed status in init script - bugs #366581
+  #374311. EAPI bump.
+