hi there,

i was wondering how can i make the /usr/ports tree
permanently writeable by :wheel, i am (naturally) member of on my
notebook.

the openbsd FAQ says:

* You can modify the ownerships of the ports tree so that you can write
  there as a regular user. In this case, the regular user has been added
  to the wsrc group, and the underlying directories are made group
  writable.

        # chgrp -R wsrc /usr/ports
        # find /usr/ports -type d -exec chmod g+w {} \;


but does not a cvs update change the updated files based on the
cvs server updated from?

also, i have
SUDO=sudo
in /etc/mk.conf

but still i have to issue a
amaaq> sudo make install

-f
-- 
all your base are belong to us.

Reply via email to