Added and indexed FreeBSD 2.0.5, 2.1.5 and 2.1.7
This commit is contained in:
parent
2f288c9eeb
commit
0c641931e5
2 changed files with 35 additions and 2 deletions
|
|
@ -88,7 +88,10 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(26, 'Debian', '4.0', 'debian-etch', 8),
|
||||
(27, 'Debian', '5.0', 'debian-lenny', 9),
|
||||
(28, 'Debian', '6.0', 'debian-squeeze', 10),
|
||||
(29, 'FreeBSD', '1.0', 'freebsd-1.0', 0);
|
||||
(29, 'FreeBSD', '1.0', 'freebsd-1.0', 0),
|
||||
(30, 'FreeBSD', '2.0.5', 'freebsd-2.0.5', 1),
|
||||
(31, 'FreeBSD', '2.1.5', 'freebsd-2.1.5', 2),
|
||||
(32, 'FreeBSD', '2.1.7', 'freebsd-2.1.7', 3);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue