home *** CD-ROM | disk | FTP | other *** search
- *** rmjob.c Tue May 4 21:40:47 1993
- --- ../../lpr/common_source/rmjob.c Wed May 5 21:42:57 1993
- ***************
- *** 102,108 ****
-
- if (chdir(SD) < 0)
- fatal("cannot chdir to spool directory");
- ! if ((nitems = scandir(".", &files, iscf, NULL)) < 0)
- fatal("cannot access spool directory");
-
- if (nitems) {
- --- 102,108 ----
-
- if (chdir(SD) < 0)
- fatal("cannot chdir to spool directory");
- ! if ((nitems = scandir(".", &files, iscf, alphasort)) < 0)
- fatal("cannot access spool directory");
-
- if (nitems) {
- *** pathnames.h Tue May 4 21:40:46 1993
- --- ../../lpr/common_source/pathnames.h Tue May 4 23:05:30 1993
- ***************
- *** 42,48 ****
- #define _PATH_MASTERLOCK "/var/spool/output/lpd.lock"
- #define _PATH_PR "/usr/bin/pr"
- #define _PATH_PRINTCAP "/etc/printcap"
- ! #define _PATH_SOCKETNAME "/var/run/printer"
- #define _PATH_VFONT "/usr/libdata/vfont/"
- #define _PATH_VFONTB "/usr/libdata/vfont/B"
- #define _PATH_VFONTI "/usr/libdata/vfont/I"
- --- 42,49 ----
- #define _PATH_MASTERLOCK "/var/spool/output/lpd.lock"
- #define _PATH_PR "/usr/bin/pr"
- #define _PATH_PRINTCAP "/etc/printcap"
- ! /*#define _PATH_SOCKETNAME "/var/run/printer"*/
- ! #define _PATH_SOCKETNAME "/dev/printer"
- #define _PATH_VFONT "/usr/libdata/vfont/"
- #define _PATH_VFONTB "/usr/libdata/vfont/B"
- #define _PATH_VFONTI "/usr/libdata/vfont/I"
-