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:
authorMichael Boelen <michael.boelen@cisofy.com>2017-03-12 18:42:44 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-03-12 18:42:44 +0300
commitc2b7c76f97c9d245932f67b1b1961708d8514922 (patch)
tree8658e9574d7330c53b68408da5cc1ebaa08581cd
parent78b6a6b49f93c49da5145f239681dff07605080f (diff)
Mark OS version of Arch Linux as rolling release
-rw-r--r--include/osdetection2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osdetection b/include/osdetection
index 117f045f..6bc47fcd 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -132,7 +132,7 @@
"arch")
LINUX_VERSION="Arch Linux"
OS_FULLNAME="Arch Linux"
- OS_VERSION="Unknown"
+ OS_VERSION="Rolling release"
;;
"coreos")
LINUX_VERSION="CoreOS"