Bug 8965
Summary: | How does linuxconf stores string values ? | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | prabirm |
Component: | linuxconf | Assignee: | Nalin Dahyabhai <nalin> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-02-05 01:23:35 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
prabirm
2000-01-29 20:06:36 UTC
These are shell-style configuration files, meant to be sourced by other shell scripts. This means that spaces, punctuation marks, and other oddities need to be quoted. A tool that tries to read these files but doesn't properly parse shell quotes (ugly as they are) is therefore buggy. |