diff options
author | Milan Bouchet-Valat <nalimilan@club.fr> | 2009-09-28 11:16:04 +0200 |
---|---|---|
committer | Milan Bouchet-Valat <nalimilan@club.fr> | 2009-09-28 11:49:10 +0200 |
commit | e2f49be92354f29aee35d265f02e0743d164c6a5 (patch) | |
tree | 5dd607407816c91de55923b1a90e191fe9a128ca /Users/Users.pm | |
parent | ee59351bfa31ee60779a20a79b1b49f308a777b0 (diff) |
Remove versioning for Debian systems, and make Ubuntu follow Debian
Versions are confusing, and we should only support the current distribution release, since backports to stable releases are very unlikely. All this complexity was creating bugs with new versions not being supported properly. Adapted from a patch shipped by Debian as 01_debian_4.0.patch.
Diffstat (limited to 'Users/Users.pm')
-rw-r--r-- | Users/Users.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Users/Users.pm b/Users/Users.pm index bfc6d96..2ec852d 100644 --- a/Users/Users.pm +++ b/Users/Users.pm @@ -236,7 +236,7 @@ my $logindefs_dist_map = { 'mandrake-9.0' => $rh_logindefs_defaults, 'pld-1.0' => $rh_logindefs_defaults, 'fedora-1' => $rh_logindefs_defaults, - 'debian-3.0' => $rh_logindefs_defaults, + 'debian' => $rh_logindefs_defaults, 'vine-3.0' => $rh_logindefs_defaults, 'gentoo' => $gentoo_logindefs_defaults, 'archlinux' => $gentoo_logindefs_defaults, |