From bbf1068f9bb7f3474da5d415a58d0fda9c33ed81 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 12 Dec 2017 17:33:45 +0000 Subject: Set some saner default variables --- portage-update.sh | 4 ++-- 1 file 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 ====== -- cgit v1.2.3