diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-24 18:21:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-24 18:21:26 +0000 |
commit | 9f27684da690f2551b9fde7c4784370dac1e4967 (patch) | |
tree | 01085ce8627d27af3dbdc5d8b261f16d02ae38e6 /share/scripts/debconf | |
parent | Harmonizing first line in comments of non-shebang files. (diff) | |
download | compute-tools-9f27684da690f2551b9fde7c4784370dac1e4967.tar.xz compute-tools-9f27684da690f2551b9fde7c4784370dac1e4967.zip |
Using fixme rather than todo in source files.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/debconf')
-rwxr-xr-x | share/scripts/debconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 179e506..86c871f 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -602,7 +602,7 @@ EOF IPV4_ADDRESS1_PART4="$(echo ${IPV4_ADDRESS1} | cut -d. -f4)" IPV6_ADDRESS1="$(${DIG} AAAA +short ${NAME} | tail -n1)" - # TODO: address parts + # FIXME: address parts export IPV4_ADDRESS1 IPV4_ADDRESS1_PART1 IPV4_ADDRESS1_PART2 IPV4_ADDRESS1_PART3 IPV4_ADDRESS1_PART4 export IPV6_ADDRESS1 |