added new name for hoople core (nucleus) into the feisty meow snarfer.
&backup_hierarchy($base, $number, $root, "scripts");
# get all C++ code project hierarchies.
-&backup_hierarchy($base, $number, "$root", "core");
+&backup_hierarchy($base, $number, "$root", "nucleus");
&backup_hierarchy($base, $number, "$root", "octopi");
&backup_hierarchy($base, $number, "$root", "graphiq");
rd='perl $SHELLDIR/files/zapdirs.pl'
#regen-- this might be better as a function.
regenerate='bash $SHELLDIR/core/bootstrap_shells.sh ; perl $SHELLDIR/core/generate_aliases.pl ; echo ; nechung'
-reroot='chowngrp -R root /root'
+reroot='chown -R root:root /root'
dvd_rip='vobcopy -m'
rm='perl $SHELLDIR/files/safedel.pl'
ren='\mv -v -i '
echo function definitions begin...
fi
-# applies a chown and a chgrp to the files specified, but the user name must
-# have a private group of the same name for this to work.
-function chowngrp {
- chown $*
-# $2 $3 $4 $5 $6 $7 $8 $9
- chgrp $*
-# $2 $3 $4 $5 $6 $7 $8 $9
-}
-
# makes a directory of the name specified and then tries to change the
# current directory to that directory.
function mcd {
moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky '
unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky '
-refred='(chowngrp -R fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'
+refred='(chown -R fred:fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'