|
Bugzilla – Full Text Bug Listing |
| Summary: | Syntax error in /etc/init.d/boot.swap | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Björn Voigt <bjoernv> |
| Component: | Basesystem | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Alpha 3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Björn Voigt
2005-11-22 22:09:00 UTC
Please change the first line within /etc/init.d/boot.swap #!/bin/sh with the following #!/bin/bash with this the FIFO <( ... ) should work. |