Please read the Arch Linux guidelines before reporting a bug, they're very good:
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated. Use the "Mark out of date" link on the package page, or the mailing list.
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated. Use the "Mark out of date" link on the package page, or the mailing list.
FS#10 - [initscripts] no vcs without speaker
Attached to Project:
Arch Hurd
Opened by Alexander Preisinger (Giselher) - 2010-06-19 21:21:17
Last edited by Matthias Lanzinger (melpo) - 2010-08-15 15:28:07
Opened by Alexander Preisinger (Giselher) - 2010-06-19 21:21:17
Last edited by Matthias Lanzinger (melpo) - 2010-08-15 15:28:07
|
DetailsThe rc.multi scirpt fails to start the virtual consoles if no console speaker is given.
Solution: /libexec/rc.mulit: - CONSOLEOPTS="$CONSOLEOPTS -d $CONSOLESPEAKER" + if [ -n $CONSOLESPEAKER]; then + CONSOLEOPTS="$CONSOLEOPTS -d $CONSOLESPEAKER" + fi |
This task depends upon
Closed by Matthias Lanzinger (melpo)
2010-08-15 15:28:07
Reason for closing: Fixed
Additional comments about closing: Fixed in initscripts-2010.08
2010-08-15 15:28:07
Reason for closing: Fixed
Additional comments about closing: Fixed in initscripts-2010.08
Comment by Matthias Lanzinger (melpo) -
2010-07-01 16:11:32
- Field changed: Status (New → Requires testing)
Added to initscripts git, package in testing soon