# SITE/dphys-config.list - tell dphys-config what files to process # authors multiple, last modification 2006.10.05 # extra filesystem and fstab line configuration # after updating this also autogenerate exports and user quota dphys-config-filesys.list:/etc/:if [ -x /usr/local/sbin/dphys-config-filesys ] ; then /usr/local/sbin/dphys-config-filesys; fi; if [ -x /usr/local/sbin/dphys-config-exports ] ; then /usr/local/sbin/dphys-config-exports; fi; if [ -x /usr/local/sbin/dphys-config-quota ] ; then /usr/local/sbin/dphys-config-quota; fi # extra filesystem and fstab line script local/sbin/dphys-config-filesys:/usr/:chmod 755 {}; {} # NFS exports for shares script local/sbin/dphys-config-exports:/usr/:chmod 755 {}; {} # quota configuration script local/sbin/dphys-config-quota:/usr/:chmod 755 {}; {} # usb storage (sticks/disks) modules load configuration local/sbin/dphys-config-usb-storage:/usr/:chmod 755 {}; {} # X configuration # X server setup, hardware description dphys-config-x:/etc/:if [ -x /usr/local/sbin/dphys-config-x ] ; then /usr/local/sbin/dphys-config-x ; fi # and XFree.conf generator script local/sbin/dphys-config-x:/usr/:chmod 755 {}; {} # select various X settings local/sbin/dphys-config-altern-xcursor:/usr/:chmod 755 {}; {} local/sbin/dphys-config-altern-xsession:/usr/:chmod 755 {}; {} # select various applications local/sbin/dphys-config-altern-xterminal:/usr/:chmod 755 {}; {} local/sbin/dphys-config-altern-wwwbrowser:/usr/:chmod 755 {}; {}