diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-12 17:59:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-12 17:59:51 +0000 |
commit | b63a21c9c06cf17534095c875ecb784edb268517 (patch) | |
tree | 46015fdfa7da00db5996b250f79eb4b442b82a29 | |
parent | b4f7ac85a75f43b3e7c9c8c866a8a79295a14e15 (diff) | |
download | control-center-b63a21c9c06cf17534095c875ecb784edb268517.tar control-center-b63a21c9c06cf17534095c875ecb784edb268517.tar.gz control-center-b63a21c9c06cf17534095c875ecb784edb268517.tar.bz2 control-center-b63a21c9c06cf17534095c875ecb784edb268517.tar.xz control-center-b63a21c9c06cf17534095c875ecb784edb268517.zip |
add notice that we can drop it with kernel-2.6.x
-rw-r--r-- | wrapper | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ # The mcc wrapper goals are : # - prevent bad gtk bugs if one launch it from the cli and suspend itt # - having less overhead for launching drakxconf if cli version must be used +# +# It's no more needed when using nptl on 2.6.x kernels use lib qw(/usr/lib/libDrakX); use common; |