# /etc/dphys-admin - user settings for dphys-admin auto installer # author Neil Franklin, last modification 2005.06.03 # copyright ETH Zuerich Physics Departement # use under either modified/non-advertising BSD or GPL license # WARNING: this is perl code, not sh !!! # this is executed by require; so full normal perl syntax applies # don't use "my" here, else it collides with existing default settings # list file telling us what to install or remove #$conf_listfile = "/etc/dphys-admin.list"; # address to send error/warning/log/info mails to # this is needed because this program usually runs unattended # this is in '' and not "", because perl dislikes an @ in "" strings # setting this to '' with nothing in it disables mailing #$conf_mailaddress = 'root@localhost';