X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=prometheus.c;h=979516e1a7acc4ecc7b1f1f15a073e962189b4d4;hp=366608fcd74f5f53375ed448645523aa2f5c23b5;hb=e1614f4ecf6a148290070fb92fb8ec5162316816;hpb=0045483c1ee279bf0c1ae93bb9eb0344ab9cdf3c diff --git a/prometheus.c b/prometheus.c index 366608f..979516e 100644 --- a/prometheus.c +++ b/prometheus.c @@ -31,7 +31,7 @@ #include "cll1.h" -const char *version="0.7.7"; /*0.7.9 will be last development, 0.8.0 first stable */ +const char *version="0.7.7-1"; /*0.7.9 will be last development, 0.8.0 first stable */ /* ======= Help screen is hopefuly self-documenting part of code :-) ======= */ @@ -57,8 +57,8 @@ int filter_type=1; /*1 mark, 2 classify*/ char *mark="MARK"; char *mark_iptables="MARK --set-mark "; int dry_run=0; /* preview - use puts() instead of system() */ -char *config="/etc/prometheus.conf"; /* main configuration file */ -char *hosts="/etc/hosts"; /* line bandwidth definition file */ +char *config="/etc/prometheus/prometheus.conf"; /* main configuration file */ +char *hosts="/etc/prometheus/hosts"; /* line bandwidth definition file */ char *tc="/sbin/tc"; /* requires tc with HTB support */ char *iptables="/usr/sbin/iptables"; /* requires iptables utility */ char *iptablessave="/usr/sbin/iptables-save"; /* new */