tossed usages of chowngrp, since chown does what it did.
authorChris Koeritz <fred@gruntose.com>
Thu, 26 Jan 2012 15:38:18 +0000 (10:38 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 26 Jan 2012 15:38:18 +0000 (10:38 -0500)
added new name for hoople core (nucleus) into the feisty meow snarfer.

scripts/archival/snarf_feisty_meow.pl
scripts/core/common_aliases.txt
scripts/core/functions.sh
scripts/examples/custom_overrides/fred/c_common_aliases.txt

index 2cb1d8473c89449873f3422c80690a06565e594b..f9e832a715f084fb60ce98e799ee4ab84bbb172e 100644 (file)
@@ -52,7 +52,7 @@ local($root) = &canonicalize("$HOME/feisty_meow");
 &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");
 
index 0fdf30bc11c7414d2f7b0935771cfb6ffd333a7e..e3886e738655de75621c4cbfb41e9d4874a262ed 100644 (file)
@@ -36,7 +36,7 @@ rmdir='perl $SHELLDIR/files/zapdirs.pl'
 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 '
index bf92a58d15f6f231c4e7bce8e5928ce87cda27cd..8c9cc2d6e642e02a4db8edac699418fbbf666917 100644 (file)
@@ -6,15 +6,6 @@ if [ ! -z "$SHELL_DEBUG" ]; then
   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 {
index ec8c5fa88738014bb162a743ff21ffd4ace9c7cd..83c32e354ad1ee7e8c1fbe4b952bc873ea825bb1 100644 (file)
@@ -2,7 +2,7 @@
 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 )'