Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36571 - improper use of sleep/locales in ppp-2.4.2_beta3-r1
Summary: improper use of sleep/locales in ppp-2.4.2_beta3-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-27 03:14 UTC by François MASSON
Modified: 2003-12-27 06:46 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 François MASSON 2003-12-27 03:14:11 UTC
the net.ppp0 script use the sleep command with "0.5" parameter.
On certains locales (mine is French) the separator is a coma. i.e. one should have writen "sleep 0,5" instead of "sleep 0.5"
The easier wait to solve this problem is to use "sleep 1", which isn't local dependant.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-12-27 06:46:41 UTC
thx for pointing that out, fixed :)