summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/IPXrouted/main.c')
-rw-r--r--usr.sbin/IPXrouted/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/IPXrouted/main.c b/usr.sbin/IPXrouted/main.c
index 821e125..70dd513 100644
--- a/usr.sbin/IPXrouted/main.c
+++ b/usr.sbin/IPXrouted/main.c
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: main.c,v 1.7 1997/07/06 07:38:30 jhay Exp $
+ * $Id: main.c,v 1.8 1999/04/24 09:18:48 jhay Exp $
*/
#ifndef lint
@@ -388,7 +388,7 @@ getinfo()
{
FILE *fh;
- fh = fopen("/tmp/ipxrouted.dmp", "a");
+ fh = fopen("/var/log/ipxrouted.dmp", "a");
if(fh == NULL)
return;
OpenPOWER on IntegriCloud