# rdist distfile for MacOSX on klamath.vassar.edu ###################################################################### # @(#) Last modified by -EAM 18Sep2003 # These are turned off at present: OFF=( bethany ) # Physics Intro Lab stations (minus drumlin) PHYSLAB_STATIONS=(physlab008 physlab009 physlab010 physlab011 physlab012 physlab013 physlab014 physlab015 physlab016 physlab017 physlab018 ) PHYSLAB=( ${PHYSLAB_STATIONS} drumlin alecto megaera ) - ( ${OFF} ) PHYSOFFICE=( bethany glacier ) - ( ${OFF} ) CLASS=( physics205 physics207 ) - ( ${OFF} ) ALL=( ${PHYSLAB} ${PHYSOFFICE} ${CLASS} ) - ( ${OFF} ) ################### # System configuration: tcpd: ( /etc/hosts.deny /etc/hosts.allow ) -> ( ${ALL} ) ssh: /var/root/.ssh/authorized_keys -> ( ${ALL} ) sbin: /usr/local/sbin -> ( ${ALL} ) # Fugu replaces Fetch Fugu: /Applications/Fugu.app -> ( ${ALL} ) root: ( /private/var/root/.cshrc /private/var/root/.tcshrc /private/var/root/.emacs /private/var/root/.forward /private/var/root/.profile ) -> ( ${ALL} ) # General Unix help help: /usr/local/bin/help -> ( ${ALL} ) # Wrapper to discourage telnet telnet: /usr/local/bin/telnet -> ( ${ALL} ) # iperf running as a daemon iperf: ( /usr/local/sbin/iperf /Library/StartupItems/iperf ) -> ( ${ALL} ) # rwho daemon rwhod: /Library/StartupItems/rwhod -> ( ${ALL} ) # Some useful "soft" deletion tools for Unix deltools: ( /usr/local/bin/del /usr/local/bin/purge /usr/local/bin/undelete /usr/local/bin/clean /usr/local/bin/trash.compact ) -> ( ${ALL} ) ###################################################################### # Applications (from drumlin): Freebody: /Applications/Freebody -> ( ${PHYSLAB} ${CLASS} ) #### # The 'home' target copies the entire user's home directory and # subdirectories to each lab station. Use this only once at the # begining of the year to set up each station and then don't run # it again or you risk overwriting files of the same name. #home: #/Users/home -> ( ${PHYSLAB} ) ## EOF distfile ##