]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-branding.patch
- use util-linux virtual
[packages/anaconda.git] / anaconda-branding.patch
1 --- anaconda-11.2.0.24.org/product.py   2006-05-08 22:22:44.000000000 +0200
2 +++ anaconda-11.2.0.24/product.py       2007-02-20 19:14:33.134623000 +0100
3 @@ -29,11 +29,11 @@
4  else:
5      path = None
6  
7 -productStamp = ""
8 -productName = "anaconda"
9 -productVersion = "bluesky"
10 -productPath = "Packages"
11 +productStamp = "pld"
12 +productName = "PLD Linux Distribution"
13 +productVersion = "3.0 (Th)"
14 +productPath = "PLD"
15  productArch = None
16 -bugUrl = "your distribution provided bug reporting tool."
17 +bugUrl = "http://bugs.pld-linux.org/"
18  
19  if path is not None:
20      f = open(path, "r")
This page took 0.047304 seconds and 3 git commands to generate.