new fortunes and spelling correction
authorChris Koeritz <fred@gruntose.com>
Tue, 13 Mar 2018 01:07:16 +0000 (21:07 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 13 Mar 2018 01:07:16 +0000 (21:07 -0400)
infobase/fortunes.dat
scripts/site_avenger/revamp_cakelampvm.sh

index b192b515c41039cdb48656874147a52797738262..96ca7b7904e2048480c8329f8ddd3378d466c463 100644 (file)
@@ -43226,5 +43226,19 @@ countless lifetimes to come.
   -- Penor Rinpoche, from "An Ocean of Blessings: Heart Teachings of Drubwang
      Penor Rinpoche", translated by Ani Jinba Palmo, published by Shambhala
      Publications
+~
+    "When the sun comes out and illumines the world, its image is reflected in
+all clean vessels of water, being in all places without coming or going.  If
+one vessel breaks, then the reflection of the sun does not appear in it.  Do
+you think it is the fault of the sun that its reflection does not appear
+there?"
+    "No--it is just because the vessel is broken; it’s no fault of the sun."
+    "The knowledge of realization of Thusness, buddha-knowledge, is also like
+this, appearing throughout the cosmos, without before or after: Buddha appears
+in the clean mind-vessels of all sentient beings.  If the mind-vessel is
+always clean, the embodiment of Buddha is always seen; if the mind is
+polluted, the vessel breaks and the Buddha cannot be seen."
+  -- from "The Flower Ornament Scripture: A Translation of The Avatamsaka
+     Sutra", translated by Thomas Cleary, published by Shambhala Publications
 
 
index 2ce26bc6fa5805a2a79602f5f529cd964c45a4df..dfc656ae333fd5b2f1de3f48c1cf708d5e978099 100644 (file)
@@ -244,7 +244,7 @@ pattern="[#;][[:blank:]]*read only = yes"
 replacement="read only = no"
 
 # we just always do the replacement now, after realizing the sentinel pattern
-# was acutally already in the file...  too much subtlety can get one into trouble.
+# was actually already in the file...  too much subtlety can get one into trouble.
 sed -i "0,/$pattern/{s/$pattern/$replacement/}" /etc/samba/smb.conf
 test_or_die "patching samba configuration to enable write acccess on user home dirs"
 # sweet, looks like that worked...