diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sysinfo/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sysinfo/parse.c b/plugins/sysinfo/parse.c index 9e185874..45399496 100644 --- a/plugins/sysinfo/parse.c +++ b/plugins/sysinfo/parse.c @@ -375,7 +375,7 @@ int xs_parse_distro(char *name) FILE *fp = NULL; char buffer[bsize], *pos = NULL; - if((fp = fopen("/etc/lsb_release", "r")) != NULL) + if((fp = fopen("/etc/lsb-release", "r")) != NULL) { char id[bsize], codename[bsize], release[bsize]; strcpy(id, "?"); |