summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-06-13 02:07:32 +0000
committerbrian <brian@FreeBSD.org>1997-06-13 02:07:32 +0000
commit1fd5f260cda7f6c95c4ac594c6bf879aeab7e3e4 (patch)
tree831ad05671253696bc09836cadf3a7237579254c /usr.sbin/ppp/defs.h
parente6dedeb7e4bd1d34deb875f405b8b3a4457e09cc (diff)
downloadFreeBSD-src-1fd5f260cda7f6c95c4ac594c6bf879aeab7e3e4.zip
FreeBSD-src-1fd5f260cda7f6c95c4ac594c6bf879aeab7e3e4.tar.gz
Add ppp.linkdown file to compliment ppp.linkup.
Submitted by: Forgotten Passed on by: Terry Dwyer 61 8 9491 5161 <tdwyer@io.telstra.com.au> Also remove extraneous setuid(0) - it's only undone by the subsequent call to SelectSystem().
Diffstat (limited to 'usr.sbin/ppp/defs.h')
-rw-r--r--usr.sbin/ppp/defs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h
index a4aefca..2b90881 100644
--- a/usr.sbin/ppp/defs.h
+++ b/usr.sbin/ppp/defs.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: defs.h,v 1.14 1997/05/10 03:39:52 brian Exp $
+ * $Id: defs.h,v 1.15 1997/06/09 03:27:18 brian Exp $
*
* TODO:
*/
@@ -53,8 +53,8 @@
#define NEXT_REDIAL_PERIOD 3 /* Default Hold time to next number redial */
#define CONFFILE "ppp.conf"
-#define LINKFILE "ppp.linkup"
-#define ETHERFILE "ppp.etherup"
+#define LINKUPFILE "ppp.linkup"
+#define LINKDOWNFILE "ppp.linkdown"
#define SECRETFILE "ppp.secret"
/*
OpenPOWER on IntegriCloud