Bug 7665 - Hiveconf does not support integer literals other than decimal
Summary: Hiveconf does not support integer literals other than decimal
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Misc (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Frida Flodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-22 14:18 CET by Frida Flodin
Modified: 2021-06-08 13:08 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Frida Flodin cendio 2021-03-22 14:18:17 CET
Hivevconf can only handle integers with base 10. Sometimes it is convenient to save a number in another base as a integer literal. For example '/vsmagent/make_homedir_mode' is easier to write as an octal number (e.g. 0700)

For that particular example, right now, we have to get the value as a string and then convert it ourselves.

Note You need to log in before you can comment on or make changes to this bug.