updated refred macro to not try to change perms on things that rarely
authorChris Koeritz <fred@gruntose.com>
Tue, 6 Mar 2012 23:50:45 +0000 (18:50 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 6 Mar 2012 23:50:45 +0000 (18:50 -0500)
exist any more.

examples/custom_overrides/fred/fred_common.alias

index 3a372ea1ac095ed28689db6948b939d0d52c6cf1..de93371418fc7b70abc6ca06322d6660105778ba 100644 (file)
@@ -7,6 +7,6 @@ alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chun
 alias unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky '
 
 # cleans up the ownership for all my files.
-alias refred='(chown -R fred:fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'
+alias refred='(chown -R fred:fred /home/fred /home/games /home/archives ; normal_perm /var/log )'