Fix error in CVS version of USB driver. ++PORTREVISION.

This commit is contained in:
Alan Eldridge 2002-08-17 21:59:14 +00:00
parent 64b0530867
commit ee27d6166e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64617
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= cups-base
PORTVERSION= ${CUPS_PORTVER}
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES?= print
MAINTAINER= jah4007@cs.rit.edu

View file

@ -1,5 +1,5 @@
--- backend/usb.c.orig Thu May 16 09:44:50 2002
+++ backend/usb.c Sat Aug 17 17:21:33 2002
+++ backend/usb.c Sat Aug 17 17:48:21 2002
@@ -1,5 +1,5 @@
/*
- * "$Id: usb.c,v 1.30 2002/05/16 13:44:50 mike Exp $"
@ -43,7 +43,7 @@
+
+ sprintf(device, "/dev/unlpt%d", i);
+ if (!access(device, 0))
+ printf("direct usb:%s \"Unknown\" \"USB Printer #%d\" (no reset)\n", device, i + 1);
+ printf("direct usb:%s \"Unknown\" \"USB Printer #%d (no reset)\"\n", device, i + 1);
}
#endif
}