diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2013-06-02 14:11:39 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2013-06-02 14:11:39 +0000 |
commit | 77347b2fa0582691590683c602cdd0f75c867601 (patch) | |
tree | c2edeeb0db3addeaa096e12d9289d15ed2c889da /usr.bin/bgplg/bgplgsh.c | |
parent | 3580d2a59c05ccda1127f954c9c127ccce40c770 (diff) |
move bgplg and slowcgi sockets to /var/www/run
input reyk@, guenther@
"move fast" deraadt@
OK naddy@
Diffstat (limited to 'usr.bin/bgplg/bgplgsh.c')
-rw-r--r-- | usr.bin/bgplg/bgplgsh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bgplg/bgplgsh.c b/usr.bin/bgplg/bgplgsh.c index 2af9d17d149..5d4e1adda69 100644 --- a/usr.bin/bgplg/bgplgsh.c +++ b/usr.bin/bgplg/bgplgsh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgplgsh.c,v 1.4 2013/06/01 18:47:55 reyk Exp $ */ +/* $OpenBSD: bgplgsh.c,v 1.5 2013/06/02 14:11:38 florian Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> @@ -34,7 +34,7 @@ #include "bgplg.h" -#define BGPDSOCK "/var/www/logs/bgpd.rsock" +#define BGPDSOCK "/var/www/run/bgpd.rsock" #define BGPCTL "/usr/sbin/bgpctl", "-s", BGPDSOCK #define PING "/sbin/ping" #define TRACEROUTE "/usr/sbin/traceroute" |