diff options
-rwxr-xr-x | portage-update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portage-update.sh b/portage-update.sh index 307c1c5..9800ce9 100755 --- a/portage-update.sh +++ b/portage-update.sh @@ -6,10 +6,10 @@ # ====== EDIT VARIABLES BELOW HERE ====== # Portage temporary directory to be passed to "rm -rf", if you would like it cleared afterwards (e.g. "/tmp/portage/*") -PORTAGE_TEMP="/tmp/portage/*" +PORTAGE_TEMP="/var/tmp/portage/*" # Services that are safe to restart if they have deleted files open (e.g. "apache2 sshd vixie-cron") -SAFE_SERVICES="apache2 cupsd lvmetad ntpd proftpd smartd sshd tor syslog-ng vixie-cron webmin" +SAFE_SERVICES="cupsd lvmetad ntpd smartd sshd tor syslog-ng vixie-cron webmin" # ====== EDIT VARIABLES ABOVE HERE ====== |