| Summary: | 1.29.0 tar.bz2 has examples/shutdown-1.0/ with read-only permissions | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Hannu Nyman <hannu.nyman> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.29.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Hannu Nyman
2018-07-01 18:35:00 UTC
Are you sure about it? I triple-checked, the perms are ok. Looks like the file has changed during the night. Above in the original ticket is the "tar tvf" from the file I downloaded yesterday from https://www.busybox.net/downloads/busybox-1.29.0.tar.bz2 (before you had announced the release), and that file has older time stamps and different permissions than the one that can be downloaded right now. Right now, today's file seems to have the correct permissions. perus@ub1804:/tmp$ tar tvf busybox-1.29.0.tar.bz2 | grep shutdown drwxr-xr-x root/root 0 2018-07-02 16:55 busybox-1.29.0/examples/shutdown-1.0/ -rw-r--r-- root/root 1158 2018-07-02 16:55 busybox-1.29.0/examples/shutdown-1.0/README drwxr-xr-x root/root 0 2018-07-02 16:55 busybox-1.29.0/examples/shutdown-1.0/script/ -rwxr-xr-x root/root 2068 2018-07-02 16:55 busybox-1.29.0/examples/shutdown-1.0/script/stop_storage -rw-r--r-- root/root 3334 2018-07-02 16:55 busybox-1.29.0/examples/shutdown-1.0/script/hardshutdown.c so, I guess that I managed to download some kind of pre-release version? I guess that the ticket can be closed. |