Changeset 114
- Timestamp:
- 09/27/09 09:06:56 (4 years ago)
- Files:
-
- 1 added
- 3 deleted
- 3 edited
-
bin/qtp-extraclam (deleted)
-
bin/qtp-install-sanesecurity (added)
-
bin/qtp-menu (modified) (5 diffs)
-
doc/release-notes.txt (modified) (1 diff)
-
etc/cron.hourly/unofficial-clamav-sigs.sh (deleted)
-
etc/unofficial-clamav-sigs.conf (deleted)
-
man/qmailtoaster-plus.1.gz (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
bin/qtp-menu
r63 r114 5 5 # 6 6 # change log 7 # 09/25/09 shubes - changed qtp-extraclam to qtp-install-sanesecurity 7 8 # 02/19/09 Jake - Removed qtp-install-roundcube due to security 8 9 # - issue with Roundcube. … … 85 86 up2date "Check for updated toaster packages" \ 86 87 newmodel "Run the newmodel upgrade script" \ 88 sanesecurity "Install sanesecurity filters" \ 87 89 spamdyke "Install spamdyke filter" \ 88 90 clean-spam "Install hourly cron to process spam" \ 89 91 clean-trash "Install hourly cron to clean Trash folder" \ 90 92 qtp-maildrop "Add maildrop to logrotate" \ 91 qtp-extraclam "Install extra ClamAV defs to fight spam" \92 93 QControlPE "Install QControlPE, a replacement for VqAdmin" \ 93 94 install-gnome "Install the GNOME desktop and XWindows" 2>$tempfile … … 152 153 command="sa-stats" 153 154 ;; 155 "sanesecurity" ) 156 command="qtp-install-sanesecurity" 157 ;; 154 158 "spamdyke" ) 155 159 command="qtp-install-spamdyke" … … 163 167 "qtp-maildrop" ) 164 168 command="qtp-maildrop" 165 ;;166 "qtp-extraclam" )167 command="qtp-extraclam"168 169 ;; 169 170 "QControlPE" ) … … 191 192 # 192 193 193 me=$ (basename $0)194 myver=v0.3. 1194 me=${0##*/} 195 myver=v0.3.2 195 196 196 197 a1_initialization -
doc/release-notes.txt
r113 r114 1 09/26/09 - Eric <ejs@shubes.net> 2 - qtp-install-sanesecurity - refactored qtp-extraclam 3 1 4 09/11/09 - Eric <ejs@shubes.net> 2 5 - qtp-clean-spam - changed -ctime to -mtime, refactored to simplify
Note: See TracChangeset
for help on using the changeset viewer.

