summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdnd/pathnames.h
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-03-07 16:12:47 +0000
committerhm <hm@FreeBSD.org>1999-03-07 16:12:47 +0000
commit36b481d4f3a44d80e63d9ab230c89bdc520fb8c2 (patch)
treeabc3088378a2452b0fa146a0004c2c09e5cffdb7 /usr.sbin/i4b/isdnd/pathnames.h
parentb5deeb6bf1fe0c49cd65fd1140c0935a47d172de (diff)
downloadFreeBSD-src-36b481d4f3a44d80e63d9ab230c89bdc520fb8c2.zip
FreeBSD-src-36b481d4f3a44d80e63d9ab230c89bdc520fb8c2.tar.gz
update the i4b userland to i4b release 0.71.00
Diffstat (limited to 'usr.sbin/i4b/isdnd/pathnames.h')
-rw-r--r--usr.sbin/i4b/isdnd/pathnames.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/i4b/isdnd/pathnames.h b/usr.sbin/i4b/isdnd/pathnames.h
index 75afec9..f986116 100644
--- a/usr.sbin/i4b/isdnd/pathnames.h
+++ b/usr.sbin/i4b/isdnd/pathnames.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
* i4b daemon - location of files
* ------------------------------
*
- * $Id: pathnames.h,v 1.5 1998/12/05 18:03:30 hm Exp $
+ * $Id: pathnames.h,v 1.7 1999/02/14 19:51:01 hm Exp $
*
- * last edit-date: [Sat Dec 5 18:11:17 1998]
+ * last edit-date: [Sun Feb 14 10:11:43 1999]
*
*---------------------------------------------------------------------------*/
@@ -45,7 +45,11 @@
#define LIBDIR "/usr/local/lib/isdn"
#define LOG_FILE_DEF "/var/log/isdnd.log"
+#ifdef __bsdi__
#define ACCT_FILE_DEF "/var/log/isdnd.acct"
+#else
+#define ACCT_FILE_DEF "/var/account/isdnd.acct"
+#endif
#define PIDFILE "/var/run/isdnd.pid"
OpenPOWER on IntegriCloud