Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I don't know where comes from this problem (getopt syntax or getopt internal) but I can describe it: in /etc/init.d/autofs, there is the followin line * getopt_eval="$(getopt -q -o -t:vdg --long timeout:,verbose,debug,ghost -- $getopt_input) " * getopt_input="$daemonoptions $options" * options=-nobrowse,intr (i did not look where "options" is set) * daemonoptions="--timeout 30" but it seems getopt_eval returns something like "--timeout 30 -t r" and force timeout options to "r" which is not an integer * sys-apps/util-linux-2.12r-r3 * net-fs/autofs-4.1.3-r7 thanks
*** This bug has been marked as a duplicate of 91104 ***