Changeset 168
- Timestamp:
- 02/06/08 13:46:25
(10 months ago)
- Author:
- bwhalen
- Message:
On newer systems (f8+) a check is performed when building rpms to ensure that you have not used the absolute buildpath in any of your files. The commnent in genhomedircon does this and will cause the build to fail. Since local.users is not used in clip since we provide the newer toolchain that uses seusers this comment is not needed anyway.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1 |
r168 |
|
| 314 | 314 | def heading(self): |
|---|
| 315 | 315 | ret = "\n#\n#\n# User-specific file contexts, generated via %s\n" % sys.argv[0] |
|---|
| 316 | | ret += "# edit %s to change file_context\n#\n#\n" % self.getUsersFile() |
|---|
| | 316 | # ret += "# edit %s to change file_context\n#\n#\n" % self.getUsersFile() |
|---|
| 317 | 317 | return ret |
|---|
| 318 | 318 | |
|---|
Download in other formats:
* Generating other formats may take time.