X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=prometheus.c;h=96ce79705ebeaa45515dc191dab14a6399832f03;hp=366608fcd74f5f53375ed448645523aa2f5c23b5;hb=5def4ce39f6eec34acb8c333068da837bb28311b;hpb=0045483c1ee279bf0c1ae93bb9eb0344ab9cdf3c diff --git a/prometheus.c b/prometheus.c index 366608f..96ce797 100644 --- a/prometheus.c +++ b/prometheus.c @@ -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 */