From 5ce053cf43c926815965648f7a5660e4ada8db65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=A5=20Ivan=20Tam=20=E2=99=A5?= Date: Mon, 9 Sep 2013 16:44:08 +0000 Subject: [PATCH] LOGGLY-3979 Add 'Debian' to list of supported Linux Debian => 6.0 ("Squeeze") installs rsyslog by default. http://debian-handbook.info/browse/wheezy/sect.syslog.html --- configure-syslog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/configure-syslog.py b/configure-syslog.py index 2c96191..82c4803 100755 --- a/configure-syslog.py +++ b/configure-syslog.py @@ -363,6 +363,7 @@ def get_os_id(os_name): 'fedora': OS_FEDORA, 'red hat enterprise linux server': OS_RHEL, 'centos': OS_CENTOS, + 'debian': OS_UBUNTU, }.get(os_name.lower(), OS_UNSUPPORTED) def get_syslog_id(product_name):