Solved How to automatically accept every default option offered when I do "portupgrade -a"

Hello to everyone.

Usually I do upgrade the ports on my system using these commands :

Code:
# portsnap fetch extract
# portsnap fetch update
# portupgrade -a

When I write the last command, "portupgrade -a",from time to time a window is shown and I should click on Enter to validate the default options. What I want to do is to understand how to click automatically on every window it shows. This will help me to save a lot of time,preventing me to click manually a lot of time on each window that it is shown on the screen.
 
Back
Top