# $Ringlet: c/misc/penv/penv.conf.default.in,v 1.7 2004/01/06 16:38:10 roam Exp $ # # This is a sample penv(1) configuration file. # It lists all the variables recognized by penv(1) and their default values. # The location of the configuration file - not much help when found # within the file itself.. # # conffile = /usr/local/etc/penv.conf # The base directory for forming environment directories' names # # basedir = /var/db/penv # The number of components to take from the current directory name # when forming the environment directory name # # depth = 2 # The program used to process the environment directories # # envdir_p = /usr/local/bin/envdir # The octal value of the access permissions mode of the created files # (see chmod(2) and umask(1) for more information) # # filemode = 644