mirror of
https://github.com/webmin/webmin.git
synced 2026-07-09 20:00:38 +01:00
Merge pull request #753 from gnadelwarty/master
Stay with generic-linux until module not avail solved
This commit is contained in:
@@ -404,8 +404,8 @@ Sun Java Desktop System 2.0 (Linux) suse-linux 9.2 `cat /etc/SuSE-release 2>/de
|
||||
Sun Java Desktop System 3.0 (Linux) suse-linux 9.2 `cat /etc/SuSE-release 2>/dev/null` =~ /Java Desktop System.*\nVERSION = 3\.0/i
|
||||
Sun Java Desktop System 2.0 (Solaris) solaris 9 $uname =~ /SunOS.*\s5\.9\s/i && `cat /etc/sun-release 2>/dev/null` =~ /Sun\s+Java\s+Desktop/
|
||||
|
||||
# Synology NAS Linux
|
||||
Synology NAS $1 syno-linux $1 `grep productversion= /etc.defaults/VERSION` =~ /productversion="([0-9]+\.[0-9+])\./
|
||||
# Synology NAS, Syno Linux - DSM Version 6.x+
|
||||
Synology DSM $1 generic-linux $1 `grep productversion= /etc.defaults/VERSION` =~ /productversion="([0-9]+\.[0-9+])\./
|
||||
|
||||
# All other Linux variants, identified by kernel version
|
||||
Generic Linux $1 generic-linux $1 `uname -r` =~ /^([0-9]+\.[0-9+])\./
|
||||
|
||||
Reference in New Issue
Block a user