]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/fireinfo/0001-Add-an-other-forbidden-string-Serial.patch
Merge remote-tracking branch 'ms/ipsec-subnets' into next
[ipfire-2.x.git] / src / patches / fireinfo / 0001-Add-an-other-forbidden-string-Serial.patch
1 From edacae4b2cdc41f1c0bfc93e041532ff6c49f60c Mon Sep 17 00:00:00 2001
2 From: Michael Tremer <michael.tremer@ipfire.org>
3 Date: Tue, 17 Mar 2015 22:19:17 +0100
4 Subject: [PATCH 1/5] Add an other forbidden string: "Serial"
5
6 ---
7 src/fireinfo/system.py | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/src/fireinfo/system.py b/src/fireinfo/system.py
11 index daf77b399d20..9d7872822b85 100644
12 --- a/src/fireinfo/system.py
13 +++ b/src/fireinfo/system.py
14 @@ -45,7 +45,7 @@ INVALID_ID_STRINGS = (
15 "EVAL",
16 "Not Applicable",
17 "None", "empty",
18 - "System Serial Number",
19 + "Serial", "System Serial Number",
20 "XXXXX",
21 "01010101-0101-0101-0101-010101010101",
22 "00020003-0004-0005-0006-000700080009",
23 --
24 2.4.3
25