summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/util/processinfo_linux2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/processinfo_linux2.cpp b/src/mongo/util/processinfo_linux2.cpp
index 9e0a54a98f9..0030b246444 100644
--- a/src/mongo/util/processinfo_linux2.cpp
+++ b/src/mongo/util/processinfo_linux2.cpp
@@ -299,6 +299,7 @@ namespace mongo {
paths.push_back( "/etc/debian_release" );
paths.push_back( "/etc/slackware-version" );
paths.push_back( "/etc/centos-release" );
+ paths.push_back( "/etc/os-release" );
for ( i = paths.begin(); i != paths.end(); ++i ) {
// for each path