renamed sample-configuration/ -> examples/
authorxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Sat, 2 Feb 2008 13:53:48 +0000 (13:53 +0000)
committerxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Sat, 2 Feb 2008 13:53:48 +0000 (13:53 +0000)
git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@69 251d49ef-1d17-4917-a970-b30cf55b089b

INSTALL
examples/README [moved from sample-configuration/README with 100% similarity]
examples/hosts [moved from sample-configuration/hosts with 100% similarity]
examples/prometheus.conf [moved from sample-configuration/prometheus.conf with 100% similarity]

diff --git a/INSTALL b/INSTALL
index 0d28cab68c9a3b4dec7628343915338e85af1f1c..45a86f9fa06512160af7224e654dcee30e5572ae 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,8 +2,8 @@ Prometheus QoS installation - canonical
 
 1. run "./check-kernel-qos" script to check kernel modules HTB and SFQ (optional)
 2. as a root, run "make install" (you shouldn't get errors, just some warnings)
-3. edit /etc/prometheus/prometheus.conf (conf/prometheus.conf or sample-configuration/)
-4. edit /etc/prometheus/hosts (conf/prometheus.hosts or sample-configuration/)
+3. edit /etc/prometheus/prometheus.conf (conf/prometheus.conf or examples/...)
+4. edit /etc/prometheus/hosts (conf/prometheus.hosts or examples/...)
 5. edit /etc/cron.d/prometheus to update preview, shutdown and reload times
 6. run "/etc/init.d/prometheus start" to activate QoS
 7. run "/etc/init.d/prometheus stop" to shutdown QoS and generate stats
@@ -14,8 +14,8 @@ Prometheus QoS installation - alternative, old way
 
 1. if can read read this, you have already unpacked the .tar.gz archive
 2. run "make prometheus" (you shouldn't get errors, just some warnings)
-3. create /etc/prometheus/prometheus.conf (conf/prometheus.conf or sample-configuration/)
-4. create /etc/prometheus/hosts (conf/prometheus.hosts or sample-configuration/)
+3. create /etc/prometheus/prometheus.conf (conf/prometheus.conf or examples/...)
+4. create /etc/prometheus/hosts (conf/prometheus.hosts or examples/...)
 5. to activate QoS manualy from command line, just run "./prometheus"
 6. to softly shutdown QoS (and generate stats), run "./prometheus -f" ("flush")
 7. to force immediate flush of QoS rules, run "./prometheus -9" ("kill")
@@ -23,8 +23,8 @@ Prometheus QoS installation - alternative, old way
 Promethetus QoS advanced tips:
 
 1. use -p command line switch to generate instant and safe Hall of fame preview
-2. use qos-free-delay option for pause after flushing old rules/before loading new
-3. take time to understand sample-configuration/ files prometheus.conf and hosts
+2. use qos-free-delay option for pause after flushing old rulesbefore loading new
+3. take some time to understand files examples/prometheus.conf and examples/hosts
 4. note: qos-proxy-enable and qos-free-zone won't work together
 5. warning: doing SNAT and QoS on the same router may cause performance problems
 
similarity index 100%
rename from sample-configuration/README
rename to examples/README
similarity index 100%
rename from sample-configuration/hosts
rename to examples/hosts
This page took 0.204162 seconds and 4 git commands to generate.