diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index c0605c4a5..3c9ce85eb 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -11,6 +11,7 @@ the /boot directory content from the bootdisk (on PowerPC the 2nd stage increased to over 64MB ...) - mp3info: removed gcc33 patch (does not apply) and cleanups + - fixed pcse-lite to not create a /usr/local file (+ some cleanups) *) 2003-09-06 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/package/tibit/pcsc-lite/pcsc-lite.conf b/package/tibit/pcsc-lite/pcsc-lite.conf index efa3581ce..42dc692e7 100644 --- a/package/tibit/pcsc-lite/pcsc-lite.conf +++ b/package/tibit/pcsc-lite/pcsc-lite.conf @@ -21,7 +21,7 @@ # --- ROCK-COPYRIGHT-NOTE-END --- post_pcsc() { - mkdir -p /usr/local/pcsc/drivers + # mkdir -p /usr/local/pcsc/drivers cat << EOT > /etc/devfsd.d/pcsc # Let's assume in the default config that every tts is a pcsc device. @@ -34,5 +34,5 @@ EOT install_init pcscd $confdir/pcscd.init } -postmake="post_pcsc" +hookadd postmake 3 "post_pcsc"