3 grep "^portage:" $pfile >/dev/null 2>&1 # ensure it's not already used
5 useradd -d /var/tmp/portage -mU -s /bin/false -u 250 portage >/dev/null 2>&1
6 gpasswd -a root portage >/dev/null 2>&1
10 echo "Please Add you to the \"portage\" group"
11 echo "Setup the \"PORTDIR\" in /etc/make.conf"
12 echo "use \"emerge-sync\" to sync the portage directory"
13 echo "use \"update-eix\" to create database"
14 echo "use \"eix\" to search package"
18 echo "Security Warning:"
20 echo "Since >=eix-0.12.0, eix uses by default OVERLAY_CACHE_METHOD=\"parse|ebuild*\""
21 echo "This is rather reliable, but ebuilds may be executed by user \"portage\". Set"
22 echo "OVERLAY_CACHE_METHOD=parse in /etc/eixrc if you do not trust the ebuilds."
23 if test -d /var/log && ! test -x /var/log || test -e /var/log/eix-sync.log
26 echo "eix-sync no longer supports redirection to /var/log/eix-sync.log"
27 echo "You can remove that file."