diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-14 12:53:32 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-14 12:53:32 +0000 |
commit | afb97e70afc71262f0f23ea3ddecc0bdc1ec226e (patch) | |
tree | 34ebfd3edb32b2bc6a5a844d864f7f29d9d74a8b /xf86config.py | |
parent | 4b8cb6b7eda61db8935333fccafd91526b14a8fe (diff) | |
download | anaconda-afb97e70afc71262f0f23ea3ddecc0bdc1ec226e.tar.gz anaconda-afb97e70afc71262f0f23ea3ddecc0bdc1ec226e.tar.xz anaconda-afb97e70afc71262f0f23ea3ddecc0bdc1ec226e.zip |
set mode to 0666 in dri
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xf86config.py b/xf86config.py index b5e797d0f..dd28ba648 100644 --- a/xf86config.py +++ b/xf86config.py @@ -569,6 +569,7 @@ Section "Screen" EndSection Section "DRI" + Mode 0666 EndSection """ |