~ubuntu-branches/ubuntu/trusty/clamav/trusty

« back to all changes in this revision

Viewing changes to debian/clamav-freshclam.config.in

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-03-19 08:59:31 UTC
  • mfrom: (0.35.40 sid)
  • Revision ID: package-import@ubuntu.com-20140319085931-xoapew06wmkh6gin
Tags: 0.98.1+dfsg-4ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
else
60
60
  db_set clamav-freshclam/NotifyClamd "false" || true
61
61
fi
 
62
if [ -n "$PrivateMirror" ]; then
 
63
  db_set clamav-freshclam/PrivateMirror "$PrivateMirror" || true
 
64
fi
62
65
 
63
66
# States
64
67
 
153
156
    Stateupdate_interval
154
157
    ;;
155
158
    notify_daemon)
156
 
    StateGeneric medium clamav-freshclam/NotifyClamd End update_interval
 
159
    StateGeneric medium clamav-freshclam/NotifyClamd private_mirror update_interval
 
160
    ;;
 
161
    private_mirror)
 
162
    StateGeneric low clamav-freshclam/PrivateMirror End notify_daemon
157
163
    ;;
158
164
  esac
159
165
done