Skip to content

Commit

Permalink
scriptlib: add warning for non-POSIX utility
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPawn committed Jul 17, 2020
1 parent fade96a commit da8bc62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scriptlib/functions/yf_fritzos_login_hash.function
Expand Up @@ -22,6 +22,9 @@
# this encoding) will simply be done by adding another 0x00 byte to each character #
# and this approach is only valid for characters from the 7-bit ASCII set. #
# #
# WARNING: #
# This script needs a 'md5sum' binary, which isn't part of POSIX standards. #
# #
#######################################################################################
# #
# U: printf md5sum sed #
Expand Down
3 changes: 3 additions & 0 deletions scriptlib/functions/yf_get_ip_address.function
Expand Up @@ -15,6 +15,9 @@
# 0 - stdout is valid and contains at least one entry #
# 1 - the interface name is invalid or the interface has no IPv4 address assigned #
# #
# WARNING: #
# This script needs a 'ip' binary, which isn't part of POSIX standards. #
# #
#######################################################################################
# #
# U: ip sed printf #
Expand Down

0 comments on commit da8bc62

Please sign in to comment.