FS#15831 - executing rc.local leads to: bash: /dev/vc/*: No such file or directory

Attached to Project: Arch Linux
Opened by Martin Stolpe (BertiBoeller) - Thursday, 06 August 2009, 13:26 GMT
Last edited by Allan McRae (Allan) - Thursday, 06 August 2009, 13:30 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Here's the contents of my rc.local file:

#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#


for vc in /dev/vc/*; do /usr/bin/setleds -D +num < "$vc"; done
This task depends upon

Closed by  Allan McRae (Allan)
Thursday, 06 August 2009, 13:30 GMT
Reason for closing:  Not a bug
Comment by Allan McRae (Allan) - Thursday, 06 August 2009, 13:30 GMT
You should fix it then....

http://www.archlinux.org/news/454/

Loading...