Use /var/spool instead of /usr/spool and /var/mail instead of /usr/mail

This commit is contained in:
chase
2018-05-19 20:54:27 -05:00
committed by Jon Trulson
parent 07900bd93b
commit 0fa51f280f
23 changed files with 64 additions and 90 deletions

View File

@@ -345,8 +345,8 @@ typedef struct
char *line;
} StatusLineStruct, *StatusLine, **StatusLineList;
#define TMP_DIR "/usr/spool/lp/tmp"
#define REQ_DIR "/usr/spool/lp/requests/%s/"
#define TMP_DIR "/var/spool/lp/tmp"
#define REQ_DIR "/var/spool/lp/requests/%s/"
#define SPOOL_DIR "/var/spool/lp/tmp/%s/"
static void check_dir(char *printer, char *tmp_dir, StatusLineList *job_list,