ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/defaults.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/defaults.h (file contents):
Revision 2865 by michael, Sun Jan 19 14:35:22 2014 UTC vs.
Revision 3048 by michael, Tue Feb 25 22:30:30 2014 UTC

# Line 51 | Line 51
51  
52   /* dirs */
53   #define DPATH        PREFIX
54 #define SBINPATH     PREFIX "/sbin/"
54   #define BINPATH      PREFIX "/bin/"
55   #define MSGPATH      DATADIR "/" PACKAGE "/messages"
56   #define MODPATH      LIBDIR "/" PACKAGE "/modules/"
# Line 62 | Line 61
61   #define RUNPATH      LOCALSTATEDIR "/run"
62  
63   /* files */
64 < #define SPATH     SBINPATH "/ircd"  /* ircd executable */
64 > #define SPATH     BINPATH "/ircd"  /* ircd executable */
65   #define CPATH     ETCPATH "/ircd.conf"  /* ircd.conf file */
66   #define KPATH     ETCPATH "/kline.db"  /* kline file */
67   #define RESVPATH  ETCPATH "/resv.db"  /* resv file */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)