Bug 32051 - Swapped month and day in UMC frontend hash
Swapped month and day in UMC frontend hash
Status: RESOLVED DUPLICATE of bug 42228
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 3.1
All Linux
: P5 minor (vote)
: UCS 3.2-x
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-24 12:06 CEST by Philipp Hahn
Modified: 2016-09-05 15:24 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Cleanup
Max CVSS v3 score:
best: Patch_Available+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2013-07-24 12:06:13 CEST
/usr/share/univention-lib/umc.sh:42
        timestamp=$(date +'%Y%d%m%H%M%S')
                             ^^^^
month should be before day.

And by the way:
lrwxrwxrwx 1 root root    3 24. Jul 11:51 css_$20132407115106$ -> css

That link is always broken, since the is no /usr/share/univention-management-console-frontend/css/ directory on my system.

And please fix the quoting; patch is available at Bug #24758
Comment 1 Florian Best univentionstaff 2013-10-29 17:31:50 CET
Index: base/univention-lib/shell/umc.sh
===================================================================
-       for idir in css js; do
+       for idir in js; do
Comment 2 Florian Best univentionstaff 2016-09-05 15:24:55 CEST
Fixed during Bug #42228.

*** This bug has been marked as a duplicate of bug 42228 ***