diff options
author | randomdan <randomdan@localhost> | 2007-12-17 11:42:18 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2007-12-17 11:42:18 +0000 |
commit | cb9d59c8ffdde21746f4ee0e5198777523e3a4aa (patch) | |
tree | 1b67e109455e07d56c7f4ceeff6a0eb352f6d00f /virtual/miller-base | |
parent | Add slony1 support (diff) | |
download | portage-cb9d59c8ffdde21746f4ee0e5198777523e3a4aa.tar.bz2 portage-cb9d59c8ffdde21746f4ee0e5198777523e3a4aa.tar.xz portage-cb9d59c8ffdde21746f4ee0e5198777523e3a4aa.zip |
Make the AV scan nice
Diffstat (limited to 'virtual/miller-base')
-rw-r--r-- | virtual/miller-base/files/weekly-av-scan.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/miller-base/files/weekly-av-scan.cron b/virtual/miller-base/files/weekly-av-scan.cron index 50975e6..ce9d9c3 100644 --- a/virtual/miller-base/files/weekly-av-scan.cron +++ b/virtual/miller-base/files/weekly-av-scan.cron @@ -1,3 +1,3 @@ #!/bin/bash -clamscan / -ri `mount | grep -v ^/dev | cut -d ' ' -f 3 | sed -e 's/^/--exclude-dir=/'` +nice clamscan / -ri `mount | grep -v ^/dev | cut -d ' ' -f 3 | sed -e 's/^/--exclude-dir=/'` |