diff options
Diffstat (limited to 'virtual/miller-base/files')
-rwxr-xr-x | virtual/miller-base/files/update.portage.cron-2 | 2 | ||||
-rw-r--r-- | virtual/miller-base/files/weekly-av-scan.cron | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/virtual/miller-base/files/update.portage.cron-2 b/virtual/miller-base/files/update.portage.cron-2 index 005c097..4d6f595 100755 --- a/virtual/miller-base/files/update.portage.cron-2 +++ b/virtual/miller-base/files/update.portage.cron-2 @@ -1,6 +1,6 @@ #!/bin/bash -source "/usr/share/portage/config/make.conf" +source "/usr/share/portage/config/make.globals" source "/etc/make.conf" if df -l ${PORTDIR} 2> /dev/null > /dev/null ; then diff --git a/virtual/miller-base/files/weekly-av-scan.cron b/virtual/miller-base/files/weekly-av-scan.cron index 2ea61d9..7282a05 100644 --- a/virtual/miller-base/files/weekly-av-scan.cron +++ b/virtual/miller-base/files/weekly-av-scan.cron @@ -1,6 +1,6 @@ #!/bin/bash -source "/usr/share/portage/config/make.conf" +source "/usr/share/portage/config/make.globals" source "/etc/make.conf" nice clamscan / -ri \ |