Anomalie #5837
Le chmod ne semble plus appliqué sur les templates
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.4
Description
Exemple :
<file name='/etc/profile.d/eolerc.sh' mode='0755'/>
donne :
root@horus:/usr/share/eole/creole/distrib# ls -l /etc/profile.d/eolerc.sh -rw-r--r-- 1 root root 2894 juil. 30 17:37 /etc/profile.d/eolerc.sh
Related issues
Associated revisions
typo dans template.py & bug dans CreoleCat
Ref #5837 @30m
- creole/template.py : typo sur chmod
Fixes #5837 @20m
History
#1 Updated by Joël Cuissinat over 7 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit 7d41d59abe05fb4f089223601daad46cf5cd1787.
#2 Updated by Joël Cuissinat over 7 years ago
- Due date set to 07/31/2013
- Assigned To set to Joël Cuissinat
- Start date set to 07/29/2013
#3 Updated by Joël Cuissinat over 7 years ago
- Target version changed from Eole 2.4-dev-3 to Eole 2.4-alpha
#4 Updated by Joël Cuissinat over 7 years ago
- Status changed from Résolu to Fermé
root@scribe:~# rm /etc/profile.d/eolerc.sh root@scribe:~# CreoleCat -t eolerc.sh root@scribe:~# ls -l /etc/profile.d/eolerc.sh -rwxr-xr-x 1 root root 2946 août 22 09:24 /etc/profile.d/eolerc.sh