patch-src_netplan_if_h 509 B

1234567891011
  1. $OpenBSD: patch-src_netplan_if_h,v 1.1 2005/08/10 07:53:44 mbalmer Exp $
  2. --- src/netplan_if.h.orig Mon Aug 8 14:25:19 2005
  3. +++ src/netplan_if.h Mon Aug 8 14:26:05 2005
  4. @@ -39,5 +39,5 @@
  5. #define PORT 2983 /* default IANA IP port */
  6. #define OLDPORT 5444 /* old IP port */
  7. #define HOMEDIR LIB /* data file dir go here */
  8. -#define NETDIR "netplan.dir" /* concatenated to HOMEDIR */
  9. +#define NETDIR "netplan" /* concatenated to HOMEDIR */
  10. #define ACL_FILE ".netplan-acl" /* access list file */