Documentation on the config-package-dev system is available at http://debathena.mit.edu/config-packages/. Exercises - Make a package to configure /etc/dhcp3/dhclient.conf to configure your machine to use MIT's nameservers no matter what the DHCP server says: supersede domain-name "mit.edu"; supersede domain-name-servers 18.70.0.160, 18.71.0.3, 18.72.0.151; - Make a package to configure elinks (one of the reasonable links programs) to set ELINKS_CONFDIR=$ATHENA_SESSION_TMPDIR before running elinks (this is necessary with AFS homedirs). Note that code that does this is already installed on mega-man and linerva, so they're not good places to investigate. - Make a package to configure your AFS cache to be bigger. It should not conflict with debathena-afs-config. - Make a package that causes /etc/cron.d/lprng to not run.