Home | History | Annotate | Line # | Download | only in mrouted
pathnames.h revision 1.2
      1  1.1   brezak /*
      2  1.1   brezak  * The mrouted program is covered by the license in the accompanying file
      3  1.1   brezak  * named "LICENSE".  Use of the mrouted program represents acceptance of
      4  1.1   brezak  * the terms and conditions listed in that file.
      5  1.1   brezak  *
      6  1.1   brezak  * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
      7  1.1   brezak  * Leland Stanford Junior University.
      8  1.1   brezak  *
      9  1.1   brezak  *
     10  1.2  mycroft  * $Id: pathnames.h,v 1.2 1995/06/01 02:26:00 mycroft Exp $
     11  1.1   brezak  */
     12  1.1   brezak 
     13  1.1   brezak #define _PATH_MROUTED_CONF	"/etc/mrouted.conf"
     14  1.2  mycroft 
     15  1.1   brezak #define _PATH_MROUTED_PID	"/var/run/mrouted.pid"
     16  1.2  mycroft #define _PATH_MROUTED_GENID	"/var/run/mrouted.genid"
     17  1.1   brezak #define _PATH_MROUTED_DUMP	"/var/tmp/mrouted.dump"
     18  1.2  mycroft #define _PATH_MROUTED_CACHE	"/var/tmp/mrouted.cache"
     19