# Configuration file for: paludis-wrapper # Each section is only considered if the corresponding useflag # was enabled at build time ### ## ask ####### # What should be the default for the ask hook if you press ENTER. # Default action is to perform the action #PALUDIS_HOOKS_ASK_DEFAULT="yes" # How long (in seconds) should the ask hook wait before continuing. # You can still press CTRL-C during this time, if you do not want to perform the action. # Default is 0 seconds. #PALUDIS_HOOKS_ASK_WAIT=0 ### ## nice ###### # By default, the nice wrapper is disabled, uncumment the following to # enable it PALUDIS_WRAPPER_NICE="yes" # the default nice value for paludis. It can be overriden by --nice option. PALUDIS_NICE=10