Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 19128 | Differences between
and this patch

Collapse All | Expand All

(-)uucp-1.06.1/policy.h (-20 / +23 lines)
Lines 295-307 Link Here
295
   these lock files will be placed in the named directory; otherwise
295
   these lock files will be placed in the named directory; otherwise
296
   they will be placed in the default spool directory.  On some HDB
296
   they will be placed in the default spool directory.  On some HDB
297
   systems the lock files are placed in /etc/locks.  On some they are
297
   systems the lock files are placed in /etc/locks.  On some they are
298
   placed in /usr/spool/locks.  On the NeXT they are placed in
298
   placed in /var/spool/locks.  On the NeXT they are placed in
299
   /usr/spool/uucp/LCK.  */
299
   /var/spool/uucp/LCK.  */
300
/* #define LOCKDIR "/usr/spool/uucp" */
300
/* #define LOCKDIR "/var/spool/uucp" */
301
/* #define LOCKDIR "/etc/locks" */
301
/* #define LOCKDIR "/etc/locks" */
302
/* #define LOCKDIR "/usr/spool/locks" */
302
/* #define LOCKDIR "/var/spool/locks" */
303
/* #define LOCKDIR "/usr/spool/uucp/LCK" */
303
/* #define LOCKDIR "/var/spool/uucp/LCK" */
304
/* #define LOCKDIR "/var/spool/lock" */
304
/* #define LOCKDIR "/var/spool/lock" */
305
# define LOCKDIR "/var/lock/subsys"
305
306
306
/* You must also specify the format of the lock files by setting
307
/* You must also specify the format of the lock files by setting
307
   exactly one of the following macros to 1.  Check an existing lock
308
   exactly one of the following macros to 1.  Check an existing lock
Lines 522-528 Link Here
522
523
523
   If you define HAVE_HDB_LOGGING, each program will by default use a
524
   If you define HAVE_HDB_LOGGING, each program will by default use a
524
   separate log file.  For uucico talking to uunet, for example, it
525
   separate log file.  For uucico talking to uunet, for example, it
525
   will be /usr/spool/uucp/.Log/uucico/uunet.  Each line will look
526
   will be /var/spool/uucp/.Log/uucico/uunet.  Each line will look
526
   something like this:
527
   something like this:
527
528
528
   uucp uunet (12/10-09:04:22,16390,1) Receiving uunet/D./D.uunetSwJ72
529
   uucp uunet (12/10-09:04:22,16390,1) Receiving uunet/D./D.uunetSwJ72
Lines 571-586 Link Here
571
/* The name of the default spool directory.  If HAVE_TAYLOR_CONFIG is
572
/* The name of the default spool directory.  If HAVE_TAYLOR_CONFIG is
572
   set to 1, this may be overridden by the ``spool'' command in the
573
   set to 1, this may be overridden by the ``spool'' command in the
573
   configuration file.  */
574
   configuration file.  */
574
#define SPOOLDIR "/usr/spool/uucp"
575
/* #define SPOOLDIR "/var/spool/uucp" */
575
/* #define SPOOLDIR "/var/spool/uucp" */
576
 #define SPOOLDIR "/var/spool/uucp" 
576
577
577
/* The name of the default public directory.  If HAVE_TAYLOR_CONFIG is
578
/* The name of the default public directory.  If HAVE_TAYLOR_CONFIG is
578
   set to 1, this may be overridden by the ``pubdir'' command in the
579
   set to 1, this may be overridden by the ``pubdir'' command in the
579
   configuration file.  Also, a particular system may be given a
580
   configuration file.  Also, a particular system may be given a
580
   specific public directory by using the ``pubdir'' command in the
581
   specific public directory by using the ``pubdir'' command in the
581
   system file.  */
582
   system file.  */
582
#define PUBDIR "/usr/spool/uucppublic"
583
/* #define PUBDIR "/var/spool/uucppublic" */
583
/* #define PUBDIR "/var/spool/uucppublic" */
584
 #define PUBDIR "/var/spool/uucppublic" 
584
585
585
/* The default command path.  This is a space separated list of
586
/* The default command path.  This is a space separated list of
586
   directories.  Remote command executions requested by uux are looked
587
   directories.  Remote command executions requested by uux are looked
Lines 643-662 Link Here
643
/* The default log file when using HAVE_TAYLOR_LOGGING.  When using
644
/* The default log file when using HAVE_TAYLOR_LOGGING.  When using
644
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
645
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
645
   command in the configuration file.  */
646
   command in the configuration file.  */
646
#define LOGFILE "/usr/spool/uucp/Log"
647
/*#define LOGFILE "/var/spool/uucp/Log" */
647
/* #define LOGFILE "/var/spool/uucp/Log" */
648
 #define LOGFILE "/var/spool/uucp/Log" 
648
649
649
/* The default statistics file when using HAVE_TAYLOR_LOGGING.  When
650
/* The default statistics file when using HAVE_TAYLOR_LOGGING.  When
650
   using HAVE_TAYLOR_CONFIG, this may be overridden by the
651
   using HAVE_TAYLOR_CONFIG, this may be overridden by the
651
   ``statfile'' command in the configuration file.  */
652
   ``statfile'' command in the configuration file.  */
652
#define STATFILE "/usr/spool/uucp/Stats"
653
/*#define STATFILE "/var/spool/uucp/Stats" */
653
/* #define STATFILE "/var/spool/uucp/Stats" */
654
 #define STATFILE "/var/spool/uucp/Stats" 
654
655
655
/* The default debugging file when using HAVE_TAYLOR_LOGGING.  When
656
/* The default debugging file when using HAVE_TAYLOR_LOGGING.  When
656
   using HAVE_TAYLOR_CONFIG, this may be overridden by the
657
   using HAVE_TAYLOR_CONFIG, this may be overridden by the
657
   ``debugfile'' command in the configuration file.  */
658
   ``debugfile'' command in the configuration file.  */
658
#define DEBUGFILE "/usr/spool/uucp/Debug"
659
/*#define DEBUGFILE "/var/spool/uucp/Debug" */
659
/* #define DEBUGFILE "/var/spool/uucp/Debug" */
660
#define DEBUGFILE "/var/spool/uucp/Debug" 
660
661
661
#endif /* HAVE_TAYLOR_LOGGING */
662
#endif /* HAVE_TAYLOR_LOGGING */
662
663
Lines 665-681 Link Here
665
/* The default log file when using HAVE_V2_LOGGING.  When using
666
/* The default log file when using HAVE_V2_LOGGING.  When using
666
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
667
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
667
   command in the configuration file.  */
668
   command in the configuration file.  */
668
#define LOGFILE "/usr/spool/uucp/LOGFILE"
669
/*#define LOGFILE "/var/spool/uucp/LOGFILE" */
670
#define LOGFILE "/var/spool/uucp/LOGFILE"
669
671
670
/* The default statistics file when using HAVE_V2_LOGGING.  When using
672
/* The default statistics file when using HAVE_V2_LOGGING.  When using
671
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``statfile''
673
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``statfile''
672
   command in the configuration file.  */
674
   command in the configuration file.  */
673
#define STATFILE "/usr/spool/uucp/SYSLOG"
675
/* #define STATFILE "/var/spool/uucp/SYSLOG" */
676
#define STATFILE "/var/spool/uucp/SYSLOG"
674
677
675
/* The default debugging file when using HAVE_V2_LOGGING.  When using
678
/* The default debugging file when using HAVE_V2_LOGGING.  When using
676
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``debugfile''
679
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``debugfile''
677
   command in the configuration file.  */
680
   command in the configuration file.  */
678
#define DEBUGFILE "/usr/spool/uucp/DEBUG"
681
#define DEBUGFILE "/var/spool/uucp/DEBUG"
679
682
680
#endif /* HAVE_V2_LOGGING */
683
#endif /* HAVE_V2_LOGGING */
681
684
Lines 688-703 Link Here
688
   be replaced by the system name (if there is no appropriate system,
691
   be replaced by the system name (if there is no appropriate system,
689
   "ANY" will be used).  No other '%' character may appear in the
692
   "ANY" will be used).  No other '%' character may appear in the
690
   string.  */
693
   string.  */
691
#define LOGFILE "/usr/spool/uucp/.Log/%s/%s"
694
#define LOGFILE "/var/spool/uucp/.Log/%s/%s"
692
695
693
/* The default statistics file when using HAVE_HDB_LOGGING.  When using
696
/* The default statistics file when using HAVE_HDB_LOGGING.  When using
694
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``statfile''
697
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``statfile''
695
   command in the configuration file.  */
698
   command in the configuration file.  */
696
#define STATFILE "/usr/spool/uucp/.Admin/xferstats"
699
#define STATFILE "/var/spool/uucp/.Admin/xferstats"
697
700
698
/* The default debugging file when using HAVE_HDB_LOGGING.  When using
701
/* The default debugging file when using HAVE_HDB_LOGGING.  When using
699
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``debugfile''
702
   HAVE_TAYLOR_CONFIG, this may be overridden by the ``debugfile''
700
   command in the configuration file.  */
703
   command in the configuration file.  */
701
#define DEBUGFILE "/usr/spool/uucp/.Admin/audit.local"
704
#define DEBUGFILE "/var/spool/uucp/.Admin/audit.local"
702
705
703
#endif /* HAVE_HDB_LOGGING */
706
#endif /* HAVE_HDB_LOGGING */

Return to bug 19128