Penguin
Diff: RedHatMetaNetScripts
EditPageHistoryDiffInfoLikePages

Differences between version 2 and revision by previous author of RedHatMetaNetScripts.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Sunday, August 31, 2003 3:03:56 pm by CraigBox Revert
Older page: version 1 Last edited on Sunday, August 31, 2003 3:02:54 pm by AlastairPorter Revert
@@ -1,9 +1,7 @@
 AlastairPorter is trying to write some RedHat init.d scripts for the MetaNet. 
  
-Edit the page to copy the script, because i can't be bothered to indent it  
-  
-Etud:  
+<pre>  
  
 #!/bin/sh 
 
 # Etud startup script for the Ethernet over UDP daemon 
@@ -104,4 +102,5 @@
  echo "Usage: $0 {start|stop|restart|force-reload}" >&2 
  ;; 
  
 esac 
+</pre>