diff options
Diffstat (limited to 'system/pcsc-lite/doinst.sh')
-rw-r--r-- | system/pcsc-lite/doinst.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/pcsc-lite/doinst.sh b/system/pcsc-lite/doinst.sh index 1555bf6c5f..5086b84736 100644 --- a/system/pcsc-lite/doinst.sh +++ b/system/pcsc-lite/doinst.sh @@ -11,7 +11,6 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -# Keep same perms on rc.pcscd.new: if [ -e etc/rc.d/rc.pcscd ]; then cp -a etc/rc.d/rc.pcscd etc/rc.d/rc.pcscd.new.incoming cat etc/rc.d/rc.pcscd.new > etc/rc.d/rc.pcscd.new.incoming @@ -19,5 +18,4 @@ if [ -e etc/rc.d/rc.pcscd ]; then fi config etc/rc.d/rc.pcscd.new -config etc/reader.conf.d/reader.conf.new |