updates for cakelampvm v003
[feisty_meow.git] / scripts / site_avenger / revamp_cakelampvm_v003.sh
index 5cd4a5783fb6773fe80587f6e5d03349f7b690e7..6d51135dba42962ecfcf0d8d1b7ab01f44365791 100644 (file)
@@ -45,7 +45,7 @@ sep
 
 echo "Regenerating feisty meow loading dock."
 
-regenerate
+recustomize
 exit_on_error "regenerating feisty meow configuration"
 chown -R "$(logname)":"$(logname)" /home/$(logname)/.[a-zA-Z0-9]*
 exit_on_error "fix after reconfigured as sudo"
@@ -58,7 +58,12 @@ sep
 
 echo "Adding users to the mysql database."
 
-#hmmm: good application for hiding output unless error here.
+# note regarding v003 of the revamp script: i am leaving the mysql code
+# alone for the moment; it's a good example of using our password, gathered
+# above.  (a better example wouldn't pass the password on the command line
+# but involving an "expect" script is out of scope currently.)  --fred
+
+#hmmm: good example here for why we need the code that "hides output unless error".
 mysql -u root -p"$mysql_passwd" &>/dev/null <<EOF
   create user if not exists 'root'@'%' IDENTIFIED BY '$mysql_passwd';
   grant all privileges on *.* TO 'root'@'%' with grant option;
@@ -132,17 +137,17 @@ echo "...done with permission changes."
 
 sep
 
-regenerate
-exit_on_error "regenerating feisty meow scripts"
+recustomize
+exit_on_error "recustomize-ing feisty meow scripts"
 chown -R "$(logname)":"$(logname)" /home/$(logname)/.[a-zA-Z0-9]*
-exit_on_error "fix after regenerate as sudo"
+exit_on_error "fix after recustomize as sudo"
 echo "
 
 
 Thanks for revamping your cakelampvm.  :-)
 
 You may want to update your current shell's feisty meow environment by typing:
-  regenerate
+  recustomize
 "
 
 ##############