Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37512874
en ru br
ALT Linux repos
S:0.6.1-alt2
5.0: 0.5.3k-alt4
4.1: 0.5.3k-alt3.M41.1
4.0: 0.5.3k-alt3.M40.1

Group :: System/Servers
RPM: 3proxy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 3proxy-0.6.1-alt-changes.patch
Download


 src/3proxy.c      | 1 +
 src/stringtable.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/3proxy.c b/src/3proxy.c
index 0e480e0..e494bbe 100644
--- a/src/3proxy.c
+++ b/src/3proxy.c
@@ -2047,6 +2047,7 @@ int main(int argc, char * argv[]) {
 	 signal(SIGTERM, mysigterm);
 	 signal(SIGINT, mysigterm);
 	 signal(SIGUSR1, mysigusr1);
+	 signal(SIGHUP, mysigusr1);
 	 signal(SIGPIPE, SIG_IGN);
 	 cyclestep();
 
diff --git a/src/stringtable.c b/src/stringtable.c
index 002dfa1..b67132e 100644
--- a/src/stringtable.c
+++ b/src/stringtable.c
@@ -38,7 +38,7 @@ unsigned char * strings[] = {
 /* 24 */	NULL,
 #ifndef TPROXY_CONF
 #ifndef _WIN32
-/* 25 */	(unsigned char *)"/usr/local/etc/3proxy/3proxy.cfg",
+/* 25 */	(unsigned char *)"/etc/3proxy.conf",
 #else
 /* 25 */	(unsigned char *)"3proxy.cfg",
 #endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin