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.
Tasklist

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
Task Type Bug Report
Category Backend / Core
Status Closed
Assigned To Matthias Lanzinger (melpo)
Operating System All
Severity High
Priority High
Reported Version 1.0
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The 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
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

Loading...