This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: clamav-0.88.3-3


>>>>> Reini Urban writes:

    > Due to another packaging errors detected by Volker Zell I've updated
    > clamav to 0.88.3-3, and split the packages into libclamav1 and
    > libclamav-devel.

I think here comes the last packaging error:

Your postinstall script tries to copy from etc/defaults/etc but your *.conf
files are in etc/defaults/etc/clamav.

#!/bin/sh

for f in clamd freshclam; do
  if [ ! -e /etc/$f.conf ]; then
    cp etc/defaults/etc/$f.conf /etc/$f.conf
  fi
done

Ciao
  Volker


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]