| Anonymous | Login | 2026-02-28 23:15 CET |
| Main | My View | View Issues |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0004762 | [cas_cptemplates] regular use | minor | always | 2011-04-24 07:48 | 2011-07-10 18:25 | |||||||
| Reporter | ja | View Status | public | |||||||||
| Assigned To | phil | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | |||||||||||
| Summary | 0004762: cswcptemplates doesn't set ownerships and file permissions | |||||||||||
| Description | cswcptemplates doesn't set the ownerships and file permissions given in pkgmap of the package. Instead the system defaults settings were used. | |||||||||||
| Additional Information |
I figured out, that the following line in i.cswcptemplates might be the reason: contents=`grep "^${file} " $PKG_INSTALL_ROOT/var/sadm/install/contents` $contents was always empty, so no information about modes and ownerships could have been extracted. When using this: contents=`grep "^${TEMPLATEDIR}/${PKG}/${file} " $PKG_INSTALL_ROOT/var/sadm/install/contents` ownerships and permissions were set as written in the pkgmap file. |
|||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Copyright © 2000 - 2008 Mantis Group |