--- policy.h.orig Sun Aug 20 14:36:06 1995 +++ policy.h Sat Nov 25 17:28:34 1995 @@ -297,7 +297,7 @@ systems the lock files are placed in /etc/locks. On some they are placed in /usr/spool/locks. On the NeXT they are placed in /usr/spool/uucp/LCK. */ -/* #define LOCKDIR "/usr/spool/uucp" */ +#define LOCKDIR "/var/lock" /* #define LOCKDIR "/etc/locks" */ /* #define LOCKDIR "/usr/spool/locks" */ /* #define LOCKDIR "/usr/spool/uucp/LCK" */ @@ -348,7 +348,7 @@ The format for QNX lock files was made up just for Taylor UUCP. QNX doesn't come with a version of UUCP. */ #define HAVE_V2_LOCKFILES 0 -#define HAVE_HDB_LOCKFILES 0 +#define HAVE_HDB_LOCKFILES 1 #define HAVE_SCO_LOCKFILES 0 #define HAVE_SVR4_LOCKFILES 0 #define HAVE_SEQUENT_LOCKFILES 0 @@ -466,7 +466,7 @@ configuration files will be read first, followed by the V2 configuration files, followed by the HDB configuration files. */ #define HAVE_V2_CONFIG 0 -#define HAVE_HDB_CONFIG 0 +#define HAVE_HDB_CONFIG 1 /* Exactly one of the following macros must be set to 1. The exact format of the spool directories is explained in unix/spool.c. @@ -484,10 +484,10 @@ #define SPOOLDIR_V2 0 #define SPOOLDIR_BSD42 0 #define SPOOLDIR_BSD43 0 -#define SPOOLDIR_HDB 0 +#define SPOOLDIR_HDB 1 #define SPOOLDIR_ULTRIX 0 #define SPOOLDIR_SVR4 0 -#define SPOOLDIR_TAYLOR 1 +#define SPOOLDIR_TAYLOR 0 /* The status file generated by UUCP can use either the traditional HDB upper case comments or new easier to read lower case comments. @@ -535,9 +535,9 @@ have shell scripts which expect the files to have a particular format. If you have none, choose whichever format you find more appealing. */ -#define HAVE_TAYLOR_LOGGING 1 +#define HAVE_TAYLOR_LOGGING 0 #define HAVE_V2_LOGGING 0 -#define HAVE_HDB_LOGGING 0 +#define HAVE_HDB_LOGGING 1 /* If QNX_LOG_NODE_ID is set to 1, log messages will include the QNX node ID just after the process ID. This is a policy decision @@ -566,21 +566,21 @@ exist when a new message is written out, it will be created. Setting CLOSE_LOGFILES to 1 will obviously require slightly more processing time. */ -#define CLOSE_LOGFILES 0 +#define CLOSE_LOGFILES 1 /* The name of the default spool directory. If HAVE_TAYLOR_CONFIG is set to 1, this may be overridden by the ``spool'' command in the configuration file. */ -#define SPOOLDIR "/usr/spool/uucp" -/* #define SPOOLDIR "/var/spool/uucp" */ +/* #define SPOOLDIR "/usr/spool/uucp" */ +#define SPOOLDIR "/var/spool/uucp" /* The name of the default public directory. If HAVE_TAYLOR_CONFIG is set to 1, this may be overridden by the ``pubdir'' command in the configuration file. Also, a particular system may be given a specific public directory by using the ``pubdir'' command in the system file. */ -#define PUBDIR "/usr/spool/uucppublic" -/* #define PUBDIR "/var/spool/uucppublic" */ +/* #define PUBDIR "/usr/spool/uucppublic" */ +#define PUBDIR "/var/spool/uucppublic" /* The default command path. This is a space separated list of directories. Remote command executions requested by uux are looked @@ -627,7 +627,7 @@ ``remote-receive'') the command will be rejected. By default, any argument is permitted. */ -#define ALLOW_FILENAME_ARGUMENTS 1 +#define ALLOW_FILENAME_ARGUMENTS 0 /* If you set FSYNC_ON_CLOSE to 1, all output files will be forced out to disk using the fsync system call when they are closed. This can @@ -643,20 +643,20 @@ /* The default log file when using HAVE_TAYLOR_LOGGING. When using HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile'' command in the configuration file. */ -#define LOGFILE "/usr/spool/uucp/Log" -/* #define LOGFILE "/var/spool/uucp/Log" */ +/* #define LOGFILE "/usr/spool/uucp/Log" */ +#define LOGFILE "/var/spool/uucp/Log" /* The default statistics file when using HAVE_TAYLOR_LOGGING. When using HAVE_TAYLOR_CONFIG, this may be overridden by the ``statfile'' command in the configuration file. */ -#define STATFILE "/usr/spool/uucp/Stats" -/* #define STATFILE "/var/spool/uucp/Stats" */ +/* #define STATFILE "/usr/spool/uucp/Stats" */ +#define STATFILE "/var/spool/uucp/Stats" /* The default debugging file when using HAVE_TAYLOR_LOGGING. When using HAVE_TAYLOR_CONFIG, this may be overridden by the ``debugfile'' command in the configuration file. */ -#define DEBUGFILE "/usr/spool/uucp/Debug" -/* #define DEBUGFILE "/var/spool/uucp/Debug" */ +/* #define DEBUGFILE "/usr/spool/uucp/Debug" */ +#define DEBUGFILE "/var/spool/uucp/Debug" #endif /* HAVE_TAYLOR_LOGGING */ @@ -688,16 +688,16 @@ be replaced by the system name (if there is no appropriate system, "ANY" will be used). No other '%' character may appear in the string. */ -#define LOGFILE "/usr/spool/uucp/.Log/%s/%s" +#define LOGFILE "/var/spool/uucp/.Log/%s/%s" /* The default statistics file when using HAVE_HDB_LOGGING. When using HAVE_TAYLOR_CONFIG, this may be overridden by the ``statfile'' command in the configuration file. */ -#define STATFILE "/usr/spool/uucp/.Admin/xferstats" +#define STATFILE "/var/spool/uucp/.Admin/xferstats" /* The default debugging file when using HAVE_HDB_LOGGING. When using HAVE_TAYLOR_CONFIG, this may be overridden by the ``debugfile'' command in the configuration file. */ -#define DEBUGFILE "/usr/spool/uucp/.Admin/audit.local" +#define DEBUGFILE "/var/spool/uucp/.Admin/audit.local" #endif /* HAVE_HDB_LOGGING */