Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-12-05 19:03:04 +0300
committermboelen <michael@cisofy.com>2014-12-05 19:03:04 +0300
commit40e93c9b4556ddfbb8d74ac77e5ac614577e9e69 (patch)
tree77a4fbe45aafaffd7296314573f606893b5e9e3c /include/osdetection
parent7f45bb5d850d5320208936274ac92d06b589f095 (diff)
Enhance screen output for DragonFly BSD
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osdetection b/include/osdetection
index b4f94fd6..1358fa98 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -361,6 +361,7 @@
case ${OS} in
"AIX") ECHOCMD="echo" ;;
+ "DragonFly") ECHOCMD="echo -e"; ECHONB="echo -n" ;;
"MacOS") ECHOCMD="echo" ;;
"Solaris") ECHOCMD="echo" ;;
"Linux")