Author: pebender
Date: Wed Jan  7 10:12:51 2009
New Revision: 4181

Modified:
    trunk/gar-minimyth/html/minimyth/conf/minimyth.pm

Log:
- Made some minor editorial clean-ups to the example minimyth.pm.



Modified: trunk/gar-minimyth/html/minimyth/conf/minimyth.pm
==============================================================================
--- trunk/gar-minimyth/html/minimyth/conf/minimyth.pm   (original)
+++ trunk/gar-minimyth/html/minimyth/conf/minimyth.pm   Wed Jan  7 10:12:51  
2009
@@ -36,14 +36,14 @@
      # memory).
      # For this to work, you need to prepare the swap file on the server.  
This is
      # done using the command:
-    #   'cd {swap-dir} ; dd if=/dev/zero of=<swap-file> bs=1k  
count=<swap-size}'
-    # where <swap-dir> is the directory that will be exported and mounted  
on
-    # the frontend as the directory containing the swap file, <swap-file>  
is the
-    # name of the swap file, and <swap-size> is the size of the swap file  
in
+    #   'cd {swap-dir} ; dd if=/dev/zero of={swap-file} bs=1k  
count={swap-size}'
+    # where {swap-dir} is the directory that will be exported and mounted  
on
+    # the frontend as the directory containing the swap file, {swap-file}  
is the
+    # name of the swap file, and {swap-size} is the size of the swap file  
in
      # kilobytes. Remember to use different swap files for each MiniMyth  
frontend.
  #    {
-#        my $swap_url    = '<swap-url>';
-#        my $swap_file   = '<swap-file>';
+#        my $swap_url    = '{swap-url}';
+#        my $swap_file   = '{swap-file}';
  #        my $swap_device = '';
  #        open(FILE, '-|', '/sbin/losetup -f') || die;
  #        while(<FILE>)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to